01-24-2025, 07:18 PM
It could be simpler but still not trivial and would require several moving parts like below.
1. Maintain a list of folder paths for a "jump" list
2. Create an API (command) to perform "play_next_folder" in the jump list
Most of the complexity will be in #1 because it prolly involves adding a context menu selection to Folder view for example "Add to jump list" plus the JS and PHP code behind it, and then a maintenance screen for move/delete items in the jump list plus the JS and PHP code behind it.
Then you could map button 0 to "play_next_folder"
Nice challenge for a dev that wants to learn how to add a feature to moode :-)
1. Maintain a list of folder paths for a "jump" list
2. Create an API (command) to perform "play_next_folder" in the jump list
Most of the complexity will be in #1 because it prolly involves adding a context menu selection to Folder view for example "Add to jump list" plus the JS and PHP code behind it, and then a maintenance screen for move/delete items in the jump list plus the JS and PHP code behind it.
Then you could map button 0 to "play_next_folder"
Nice challenge for a dev that wants to learn how to add a feature to moode :-)