regorxxx / Playlist-Manager-SMP

A playlist manager for foobar2000, using Spider Monkey, to save and load (auto)playlists on demand, synchronizing, ... along many more utilities.
https://regorxxx.github.io/foobar2000-SMP.github.io/scripts/playlist-manager-smp/
GNU Affero General Public License v3.0
56 stars 5 forks source link

Automatic title for playlists created from selection #57

Closed sonofevil closed 1 year ago

sonofevil commented 1 year ago

I wrote this for personal convenience. Maybe it's gonna be deemed useful.

When a playlist is created from selection, the script will suggest a "ARTIST[ - ALBUM]" naming scheme, where ARTIST will be "Various artists" if there are multiple different artists, and [ - ALBUM] will be empty if there are multiple different albums. Basically the behavior of foo_playlist_manager.

Limitations:

Idk why the GitHub online editor automatically removed a few empty lines from the files.

regorxxx commented 1 year ago

Merged, edited afterwards with my own changes and code cleanup. Thanks :)