1
Feature Ideas / Re: Keep custom audio speed setting during shutdown/reboot
« Last post by Bilgus on Today at 03:03:03 AM »Well what I settled on was making the setting always persist and giving the user a option of "Pitch Reset"
it doesn't re apply the previous speed if you resume a track with different settings but I think that'll be ok
as it'd resume to the previous next boot unless you changed it again
still needs testing
https://gerrit.rockbox.org/r/c/rockbox/+/6344
it doesn't re apply the previous speed if you resume a track with different settings but I think that'll be ok
as it'd resume to the previous next boot unless you changed it again
still needs testing
https://gerrit.rockbox.org/r/c/rockbox/+/6344
2
New Ports / Re: Anbernic RG Nano
« Last post by SM on January 16, 2025, 10:56:36 PM »Getting Rockbox on the Nano would be such a blessing. It has GMU, but it's the clunkiest media player I've ever used, not to mention the way superior codec support of Rockbox.
3
Feature Ideas / Re: Keep custom audio speed setting during shutdown/reboot
« Last post by Frankenpod on January 16, 2025, 09:30:21 PM »Does the fixed.cfg file not have any use for this?
(I can't remember off-hand what attributes can be defined in that)
(I can't remember off-hand what attributes can be defined in that)
4
Feature Ideas / Re: Keep custom audio speed setting during shutdown/reboot
« Last post by Bilgus on January 16, 2025, 01:27:26 PM »what I don't want is every time you set the pitch it asks you to apply next restart or prompting to apply at boot when its been set
I'm thinking more of a second menu item like 'set global pitch' or 'pitch persist' and it then stores and applies that at boot
then you could still set an individual track and if bookmarked w/e itd get its own pitch and otherwise set the persistent one
Idk i'll have a look this next day or two
I'm thinking more of a second menu item like 'set global pitch' or 'pitch persist' and it then stores and applies that at boot
then you could still set an individual track and if bookmarked w/e itd get its own pitch and otherwise set the persistent one
Idk i'll have a look this next day or two
5
Feature Ideas / Re: Keep custom audio speed setting during shutdown/reboot
« Last post by Bilgus on January 16, 2025, 01:09:58 PM »if you have an actual use case for it we can implement most of the logic for it in the plugin spit out the .cfg file and make it run on startup if the file exists bypassing open_plugin completely to leave it open for other plugins
its sort of doing this already in the resume bookmarks case I think itd just be a case of checking for the .cfg file
its sort of doing this already in the resume bookmarks case I think itd just be a case of checking for the .cfg file
6
Feature Ideas / Re: Keep custom audio speed setting during shutdown/reboot
« Last post by bahus on January 16, 2025, 11:43:08 AM »other thing though how often are you wanting to save the pitch anyway esp through reboots?
Quite often. My player frequently shuts down due to a timeout when I get distracted and leave it paused for 10+ minutes. When I return, I want to resume listening with all my settings intact. I usually set the pitch for audiobooks or reset it for music, so having to adjust it twice isn’t convenient. However, this is just my perspective on the scenario. The ability to provide parameters for plugins is definitely a useful feature.
7
Feature Ideas / Re: Exclude a directory from bookmarking
« Last post by rockbox_dev123 on January 16, 2025, 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.
8
Feature Ideas / Re: Keep custom audio speed setting during shutdown/reboot
« Last post by rockbox_dev123 on January 16, 2025, 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.
9
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.
10
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