41
Plugins/Viewers / Re: Problem with the Shortcuts Plugin?
« Last post by Bilgus on January 22, 2025, 10:00:30 AM »probably 'type: separator' does this
42
Plugins/Viewers / Re: OpenPlugin the plugin for opening plugins?
« Last post by Bilgus on January 22, 2025, 09:46:30 AM »Not really I need to make manual entries for these
Not really a whole lot to this one
OpenPlugin is basically a database of plugins and their parameters to run them, they get stored to the db and you get a key to retrieve them later
It also has a mode that uses rockbox's language id as a key to allow storing plugins for actions such as your
wps hotkey, startup plugin
It also has an accompanying plugin 'Apps>open_plugins' that serves as an editor for these entries
so you can view / edit/ export them
Not really a whole lot to this one
OpenPlugin is basically a database of plugins and their parameters to run them, they get stored to the db and you get a key to retrieve them later
It also has a mode that uses rockbox's language id as a key to allow storing plugins for actions such as your
wps hotkey, startup plugin
It also has an accompanying plugin 'Apps>open_plugins' that serves as an editor for these entries
so you can view / edit/ export them
43
Feature Ideas / Re: Album art conversion plugin or menu?
« Last post by bubuz0 on January 22, 2025, 09:04:49 AM »what would you use on a real computer to do that? (something that can be scripted...)
44
Plugins/Viewers / Re: OpenPlugin the plugin for opening plugins?
« Last post by RetiredTeacherGuy on January 22, 2025, 07:31:53 AM »OpenPlugin
Open plugin is a recent addition to rockbox
at the lowest level it allows storing and hashed lookup of plugins and parameters
its been integrated with the core to enable opening plugins on startup, hotkeys, shortcuts
There is also a companion plugin in the viewers folder to allow you to run plugins using openwith
and a shortcut to the plugin in the apps folder that uses it to start the viewer in editor mode
in edit mode you can export shortcuts back to the file system and use them from the file browser as if you were in the plugin folder
Another use is doing things like making a shortcut that starts the text viewer and loads a specified file using the parameter field
Is there a “how to” on this somewhere? Thanks
45
Plugins/Viewers / Re: Problem with the Shortcuts Plugin?
« Last post by RetiredTeacherGuy on January 22, 2025, 07:14:53 AM »Attached is an image of the top of my Shortcuts Menu.
How are you getting the absence of an icon for your separator? When I leave it blank it defaults to the first icon
46
Theming and Appearance Customization / Re: Bug? “Error accessing playlist control file” using %Vp
« Last post by RetiredTeacherGuy on January 22, 2025, 05:07:59 AM »thanks for checking - you should not see the error message anymore in the latest dev build (2debcf2c1f), or in any upcoming daily builds
https://build.rockbox.org
Thanks. chris, is there a way to access the playlist file without a track first being played?
47
Plugins/Viewers / Re: Problem with the Shortcuts Plugin?
« Last post by Bilgus on January 22, 2025, 12:43:02 AM »Nice, I'm the opposite type of user I want it to just turn on resume playback and play till it runs down or I turn it off
I rarely skip tracks and when I do I really would like to delete them and when the playlist ends I load another and
thats about it for my day to day interaction with my dap
I do some plugins and the bookmarks for audiobooks but those can be automatic now with the bookmarking ignore stuff
but I do enjoy seeing what yall come up with in the OS that is rockbox
I rarely skip tracks and when I do I really would like to delete them and when the playlist ends I load another and
thats about it for my day to day interaction with my dap
I do some plugins and the bookmarks for audiobooks but those can be automatic now with the bookmarking ignore stuff
but I do enjoy seeing what yall come up with in the OS that is rockbox
48
Hardware / Re: AIGO EROS Q / AIGO EROS K / IRULU Surfans F20 / AGPTek H3 / HIFI WALKER H2
« Last post by dconrad on January 21, 2025, 11:28:03 PM »The link is still not working. But I was able to locate the file in the directory listing.I am attempting to install the hosted port on a HW3 version of this player. The link to prepatched V2.1 firmware gives a 404 error. I attempted to use Rockbox utility and the V2.1 firmware but the utility closes when I open the files.
Give it another try now, there was a typo in the filename of the file on the download server.
https://download.rockbox.org/bootloader/aigo/EROSQ_v21-patched.upt
Oh, yeah my bad, I misread it and thought you were trying to install the native port. Glad you found it though!
49
Plugins/Viewers / Re: Problem with the Shortcuts Plugin?
« Last post by iPodVT on January 21, 2025, 11:26:46 PM »Attached is an image of the top of my Shortcuts Menu.
50
Plugins/Viewers / Re: Problem with the Shortcuts Plugin?
« Last post by iPodVT on January 21, 2025, 11:19:51 PM »Great work getting the bugs worked out, enjoyable read as it progressed. Question: Would it be possible at some point to have the option of assigning shortcuts to a Quickscreen button? I know we can replace the Quickscreen with Shortcuts, but it is great having the shuffle and repeat features close at hand, as well. I could forego the brightness buttons and add Shortcuts and something else, which I think would be great.
I'm a heavy user of shortcuts, with a long list of shortcuts to various settings, functions, files, directories, etc - all of which are sectioned into logical groups. I have one section that includes Compressor Threshold, Volume, Treble, Bass, Balance, Shuffle, and Repeat, and another section that includes Brightness, Backlight on Hold, etc. In order to keep things visually organized I use "type: separator" entries in my shortcuts.txt file that specify "name: -------------------" which separate the various sections of different groupings of shortcuts. It's very handy (at least for my style of usage).