Show HN: Tired of the non-portability of my playlists, I wrote my own format
21–30 of 104 posts
Re: Show HN: Tired of the non-portability of my playlists, I wrote my own format
#22Re: Show HN: Tired of the non-portability of my playlists, I wrote my own format
#23Re: Show HN: Tired of the non-portability of my playlists, I wrote my own format
#24Earlier quoted context omitted.
I don't plan on creating a standard that will end all others, though. I just want to move from Google Play to my local library.
The introduction sounds much more ambitious than your comment: > The Universal Playlist Format (UPF) is a data format for music playlists. It aims to be more flexible and complete than existing formats. A Universal Playlist (UPL) will allow better description of the tracks it contains, as well as enable added functionality in music players. I am really curious about moving from Google Play to a local library, though…
It aims to be more flexible, but it doesn't specifically aim to replace them. I don't mind players using M3U, PLS, or whatever else, I just want the extra features that UPL would provide. I guess it's a fine distinction.
> I am really curious about moving from Google Play to a local library, though - can you say more about that?
Well, if Google Play allowed me to export my playlists as UPL, my local foobar2000 could easily find the tracks in my local library (I already have them all) and correlate which tracks on Google Play are which tracks locally. As it stands, I have to go into my Google Play playlist, find the thousands of songs in my playlists one by one locally, and add them to my local playlists as I find them.
Re: Show HN: Tired of the non-portability of my playlists, I wrote my own format
#25Re: Show HN: Tired of the non-portability of my playlists, I wrote my own format
#26Re: Show HN: Tired of the non-portability of my playlists, I wrote my own format
#27Re: Show HN: Tired of the non-portability of my playlists, I wrote my own format
#28This is great, thanks for creating and sharing it. I've been working on my own music player of sorts [1] that uses YAML to store playlists, and I'm going to look into switching to this. [1]: https://github.com/muzak-project/muzak
Re: Show HN: Tired of the non-portability of my playlists, I wrote my own format
#29What's wrong with xspf? Couldn't you just extend that with more attributes (which legacy apps could ignore)? https://en.m.wikipedia.org/wiki/XML_Shareable_Playlist_Forma...
We have enough playlists formats to support already (and most of them are half-baked/half-broken already). There is no good reason to not reuse and extend xspf.
(Last time I counted 16 major playlists formats in VLC...)
Re: Show HN: Tired of the non-portability of my playlists, I wrote my own format
#30What's wrong with xspf? Couldn't you just extend that with more attributes (which legacy apps could ignore)? https://en.m.wikipedia.org/wiki/XML_Shareable_Playlist_Forma...
Yes, please! We have enough playlists formats to support already (and most of them are half-baked/half-broken already). There is no good reason to not reuse and extend xspf. (Last time I counted 16 major playlists formats in VLC...)