volumio / Volumio2

Volumio 2 - Audiophile Music Player
http://volumio.org
Other
1.37k stars 316 forks source link

Enhance Functionality: Import custom radio stations in .pls and .m3u format to Volumio 2 #334

Open heis2201 opened 8 years ago

heis2201 commented 8 years ago

Often, people have their favorite audio streams setup as .pls or .m3u files which is well supported in Volumio 1.5. I am hoping for a function in Volumio 2 enabling the import of .m3u and .pls audio stream files. Either adding them to the existing web radios, handling them as playlists, or just playing them as if they were audio files...

apinner commented 8 years ago

Related to https://github.com/volumio/Volumio2/issues/332

heis2201 commented 8 years ago

So, that means that I can simply copy my "old" .pls and .m3u files to somewhere (/var/lib/mpd/music/webradio ?)and they will appear in the player?

volumio commented 8 years ago

Yes, I guess this is the idea... And it's a good one so I'll implement it...

heis2201 commented 8 years ago

Great! Thanks!

apinner commented 8 years ago

@volumio what happened to the idea of the volumio selection of stations?

volumio commented 8 years ago

Still on todo list... I've also created an API server based on parse... Do you think we could use it?

apinner commented 8 years ago

I'm not familiar with Parse. Isn't it shutting down?

volumio commented 8 years ago

They open sourced it... https://github.com/ParsePlatform/parse-server

Any alternatives? Or API server (ideally json based) you're familiar with?

aidanreilly commented 8 years ago

would be really nice to see this in.

Cheddoleum commented 7 years ago

Interestingly it does read .m3u files and include them after a scan of a music folder; and you do get the list of queue/play options -- it just won't actually play the URLs in the file.

heis2201 commented 7 years ago

Any update or recipe on how to do this best?

I am still hoping someone finds it interesting to work on integration of https://github.com/jprjr/internet-radio-streams into Volumio2.

buzink commented 7 years ago

+1

buzink commented 7 years ago

Better support for custom radio streams would be nice. I think it would be most transparant to simply have a place somewhere in the browse tab where you can paste any url. Volumio could convert streams to the json playlist format and save them. Later you could even add support through plugins for youtube, soundcloud and podcast urls. All through the same add-a-url interface.

heis2201 commented 2 years ago

Dear all, this issue is nearing its 6th birthday soon. Should we close it considering that there is manual way to achieve an import of m3u radio playlists (https://github.com/suuuehgi/volumio2m3u)?