Rockbox Development > Feature Ideas

Keep custom audio speed setting during shutdown/reboot

<< < (2/8) > >>

Bilgus:
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

Bilgus:
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.

rockbox_dev123:

--- Quote from: bahus on January 15, 2025, 04:30:46 PM ---... Poretsky's build (though it is not frequently updated): https://poretsky.github.io/rockbox/.

--- End quote ---

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.

bahus:

--- Quote from: 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?

--- End quote ---

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.

Bilgus:
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

Navigation

[0] Message Index

[#] Next page

[*] Previous page

Go to full version