91
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
92
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.
93
Theming and Appearance Customization / I’m bringing back ratings!
« Last post by RetiredTeacherGuy on January 15, 2025, 06:40:46 PM »94
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!
95
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.
96
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
97
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.
98
Hardware / Re: IPod Photo (4th gen) iusses- errors when using plugins or playing music [SOLVED]
« Last post by iPodVT on January 14, 2025, 10:30:24 PM »That's great news - I'm so happy for you - thanks for letting us know. I hope you get tons of enjoyment out of listening to music on your iPod, and using it with Rockbox.
99
Hardware / Re: IPod Photo (4th gen) problems -- errors when trying to use plugins or play music
« Last post by Dodo on January 14, 2025, 08:35:18 PM »Great news!
It now works perfectly fine with no issues that I could find. All because I used a 256GB Samsung Pro Plus sd card, and not a Sandisc card. Didn't need to use a different adapter or anything. Thank you iPodVT and others for the help.
It now works perfectly fine with no issues that I could find. All because I used a 256GB Samsung Pro Plus sd card, and not a Sandisc card. Didn't need to use a different adapter or anything. Thank you iPodVT and others for the help.
100
Feature Ideas / Re: Exclude a directory from bookmarking
« Last post by Bilgus on January 14, 2025, 06:57:39 PM »actually maybe a better mechanism is having a file 'bookmark.ignore' then you can easily exclude a directory
let me throw something together
let me throw something together