01-25-2025, 11:52 AM
(01-24-2025, 07:18 PM)Tim Curtis Wrote: 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 :-)
Well, yes - first point is quite complex as You still need to parse the folders/subfolders contents and build a playlist from it. (as mpd always needs a playlist)
So, one could reduce the task to either "play next playlist" from all playlists - or "play next playlist" from a certain list of playlists.
That could still be an interesting feature (which could also be accomlished without moode and a simple script)