1
Feature Ideas / Re: Exclude a directory from bookmarking
« Last post by rockbox_dev123 on Today at 03:22:27 AM »Thank you very much for this patch. I haven't had a chance to compile and test it yet but I will report back when I have tested it. From a quick glance it looks like it will work perfectly in my use case as the directories are checked recursively from the current directory up to the player's root via a loop that searches for the ignore file.
2
Feature Ideas / Re: Keep custom audio speed setting during shutdown/reboot
« Last post by rockbox_dev123 on Today at 03:19:02 AM »... Poretsky's build (though it is not frequently updated): https://poretsky.github.io/rockbox/.
This looks interesting. The change list includes "an option to swap audio channels".
This would be nice for wearing IEMs cable down where L and R become reversed.
3
Feature Ideas / Re: Keep custom audio speed setting during shutdown/reboot
« Last post by Bilgus on January 15, 2025, 09:40:01 PM »other thing though how often are you wanting to save the pitch anyway esp through reboots?
I'm gonna file this under if not worth it there is the 5 click method they were using.
I'm gonna file this under if not worth it there is the 5 click method they were using.
4
Feature Ideas / Re: Keep custom audio speed setting during shutdown/reboot
« Last post by Bilgus on January 15, 2025, 09:31:09 PM »we already have enough issues with nvram that I don't know that I want to add to it
that said the command line is already how it gets set
it'd be just as easy to save it to a cfg file when changed from within the plugin and I guess ask the user if they want it to persist between boots
that said the command line is already how it gets set
it'd be just as easy to save it to a cfg file when changed from within the plugin and I guess ask the user if they want it to persist between boots
5
Hardware / Re: AIGO EROS Q / AIGO EROS K / IRULU Surfans F20 / AGPTek H3 / HIFI WALKER H2
« Last post by mrsubway on January 15, 2025, 08:59:10 PM »Hello everyone, does someone know where I can find the latest stock OS that can be installed in an originally stock V1.8 firmware HiFi Walker? I believe version 2.0 has been released, but the HiFi Walker facebook page doesn't include it. Mine came with 1.8 and I never updated it. Thanks!
Mine came with 1.5 and I'm wondering if the OF can be updated to 2.0.
I'm dual booting with Native Rockbox.
6
Theming and Appearance Customization / I’m bringing back ratings!
« Last post by RetiredTeacherGuy on January 15, 2025, 06:40:46 PM »7
Hardware / Re: AIGO EROS Q / AIGO EROS K / IRULU Surfans F20 / AGPTek H3 / HIFI WALKER H2
« Last post by GD on January 15, 2025, 06:04:53 PM »Hello everyone, does someone know where I can find the latest stock OS that can be installed in an originally stock V1.8 firmware HiFi Walker? I believe version 2.0 has been released, but the HiFi Walker facebook page doesn't include it. Mine came with 1.8 and I never updated it. Thanks!
8
Feature Ideas / Re: Keep custom audio speed setting during shutdown/reboot
« Last post by bahus on January 15, 2025, 04:30:46 PM »There is an old patch available for this issue: https://www.rockbox.org/tracker/task/11619.
This patch is integrated into Poretsky's build (though it is not frequently updated): https://poretsky.github.io/rockbox/.
This plugin thing doesn't look to be very convenient for this scenario. You need to remember to set the pitch a second time via the Open Plugin every time you change it. And setting it up is not a straightforward process and requires more than just a few clicks.
This patch is integrated into Poretsky's build (though it is not frequently updated): https://poretsky.github.io/rockbox/.
This plugin thing doesn't look to be very convenient for this scenario. You need to remember to set the pitch a second time via the Open Plugin every time you change it. And setting it up is not a straightforward process and requires more than just a few clicks.
9
Feature Ideas / Re: Keep custom audio speed setting during shutdown/reboot
« Last post by Bilgus on January 15, 2025, 01:58:30 AM »the pitch plugin pitch_screen.rock takes arguments
first go to settings>General Settings>Startup/Shutdown>Start Screen>Open Plugin
choose Viewers/pitch_screen.rock
now go to Apps/Open Plugins
under Start Screen you should see [pitch_screen.rock]
long press on the entry and choose 'Edit' from the context menu (choose No to browse)
EDIT After today:
choose Yes when asked to set parameter and No when asked to browse for a plugin
under parameter you can use these options
after saving it you can select the entry again and run it to see if it does what you want
now on startup the pitch will be set
PS. working on a patch to allow you to add a parameter for viewers without going to the plugin
first go to settings>General Settings>Startup/Shutdown>Start Screen>Open Plugin
choose Viewers/pitch_screen.rock
now go to Apps/Open Plugins
under Start Screen you should see [pitch_screen.rock]
long press on the entry and choose 'Edit' from the context menu (choose No to browse)
EDIT After today:
choose Yes when asked to set parameter and No when asked to browse for a plugin
under parameter you can use these options
Code: [Select]
/* pitch_screen
* accepts args -q, -g, -p=, -s=, -k=; (= sign is optional)
* -q silences output splash
* -g runs the gui (DEFAULT)
* -p100 would set pitch to 100%
* -s=90 sets speed to 90% if timestrech is enabled
* -k=true -k1 enables time stretch -k0 -kf-kn disables
so '-q -p70 -s90' would hide the splash set pitch to 70% and speed to 90'now on startup the pitch will be set
PS. working on a patch to allow you to add a parameter for viewers without going to the plugin
10
Feature Ideas / Re: Exclude a directory from bookmarking
« Last post by Bilgus on January 14, 2025, 11:20:36 PM »I think this is a pretty good take on it..
https://gerrit.rockbox.org/r/c/rockbox/+/6333
The manual reads:
https://gerrit.rockbox.org/r/c/rockbox/+/6333
The manual reads:
Quote
You can also configure what directories will save bookmarks by creating a file named
’bookmark.ignore’ in a directory you would like to never create a bookmark when files
are played from it.
Note: You can still manually create a bookmark but ignored directories will not update
existing bookmarks nor auto create them for files located in ignored directories.
The file ’bookmark.unignore’ provides the opposite functionality. For instance in the
root of the drive you could create ’/bookmark.ignore’ and no files played from this drive
would get bookmarks. If you then created ’/podcasts/bookmark.unignore’ tracks played
from the podcast directory would get bookmarks.