Metras / wiiradio

Automatically exported from code.google.com/p/wiiradio
0 stars 0 forks source link

No playlists support #70

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Tried copying a .pls from http://s7.viastreaming.net:7030/listen.pls to 
[ROOT]/apps/radiow/pls but it didn't show up in Playlists
2. Tried copying it to [ROOT]/playlists/ and using the Files section, but that 
didn't work either
3. Tried saving a playlist using the + button but that didn't save a playlist 
either

What is the expected output? What do you see instead?
Expected: Playlists being written and read.
Instead: Playlists not working at all

What version of the product are you using? On what operating system?
Version 0.7 on the latest HBC version and System v4.3

Please provide any additional information below.
None

Original issue reported on code.google.com by jarrod.l...@gmail.com on 30 Jun 2011 at 3:31

GoogleCodeExporter commented 8 years ago
Hi,  The playlist in the link looks like:

[playlist]
NumberOfEntries=1
File1=http://s7.viastreaming.net:7030/

WiiRadio requires a Title1= in the .pls so it can display the station in the 
list.  

i.e.

[playlist]
NumberOfEntries=1
File1=http://s7.viastreaming.net:7030/
Title1=Via Streaming

I'll assign this issue as low, it would be nice to support playlists with 
missing Title tags.

Original comment by iamsca...@gmail.com on 7 Jul 2011 at 8:29