01-08-2025, 05:36 PM
(01-05-2025, 11:34 PM)Tim Curtis Wrote: If you are a dev then by all means contribute the feature you are describing. Also for "Save Queue to playlist".
I'm a dev but luckily I've avoided doing any web/php/front end work my entire career. I did spend 30 mins poking around the moOde source thinking that I'd find the list of entries in the context menu for a track and add "add to playlist" to it but I couldn't find it. I could find the handlers which do stuff when selected. I grepped quite a few variations on the text (I could see the text with " ", "_" and "-" separators). Perhaps the text is in a database and it's referenced via a resource id so it's grep resistant? If someone can point me at something I'll take another look.