Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature: Playlist support #34

Open
BleuLlama opened this issue Feb 1, 2019 · 5 comments
Open

Feature: Playlist support #34

BleuLlama opened this issue Feb 1, 2019 · 5 comments

Comments

@BleuLlama
Copy link

It would be really great to have a way to enter a url for a playlist/file source.
Perhaps to a specific format json file that could have groups of files listed.
Sort-of the way that it does the hierarchical view of modarchive.
I've got my favorites at http://umlautllama.com/mods and would be 100% into adding the required file to list out the files for testing, etc.

@steffest
Copy link
Owner

steffest commented Feb 1, 2019

You can already for a single file (if it's served over HTTPS) use the file= parameter.
E.g. https://www.stef.be/bassoontracker/?file=https://modland.com/pub/modules/Fasttracker%202/Reed/a%20synthetic%20device.xm
Support for playlists is a cool idea. I intended Bassoontracker more as a tracker instead of a player, but I must say I use it myself as a player too, so ...
It will probably in the form of a "Jukebox" plugin, where - apart from supplying your own playlist - you can select "genre" or "composer" or "rating" etc.

@BleuLlama
Copy link
Author

Fair enough, wrt single files. I'd just like to use it to play through a collection, or share my collection, etc. I would almost always use protracker, etc to play the files, rarely for editing ;)

@BleuLlama
Copy link
Author

Hm. Or "drag a bunch of files in" to create a live playlist. That would be good as an option as well.

@steffest steffest changed the title Feature: Enter a url for a file source Feature: Playlist support Feb 5, 2019
@blurymind
Copy link

blurymind commented Aug 27, 2023

It would be awesome if you use localStorage as a way to bookmark songs directly in the app.

Maybe a playlist can be a type of a bookmark that stores a list of them.
But then that playlist becomes local to the user - they cant share it.

Assuming that you can strip the song urls, this could help with storing the playlist in the url field to make it share-able. Theres unfortunately a limit to the number of characters in that field

@steffest
Copy link
Owner

Excellent idea and easy to implement.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants