Robyer / foo-httpcontrol

Automatically exported from code.google.com/p/foo-httpcontrol
2 stars 2 forks source link

internet radio not (always) working #1

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. create a .m3u file with this content: 

http://vprbbc.streamguys.net:80/vprbbc24-nopreroll

2. load it into foobar in windows - it plays
3. load it with http control into foobar, nothing happens

What version of the product are you using? On what operating system?
latest

Please provide any additional information below.

it looks like foo-httpcontrol expects playlist entries to end in .mp3 -
what they seldom do..

Original issue reported on code.google.com by per...@gmail.com on 3 Aug 2009 at 9:07

GoogleCodeExporter commented 9 years ago
component file browser accepts only file types registered in fb2k, and nothing 
else. 
as you might've noticed, fb2k unsupported files are greyed or excluded from 
browser 
file list.
the thing is fb2k SDK playlist_incoming_item_filter_v2 that I'm using to 
process and 
add selected files to current playlist, seems to discard m3u's containing url 
locations, generating the following error message in console:
Location not parsable: "test.m3u", reason: Unsupported file format

if you find workaround for this problem from fb2k SDK side, or point out what 
I'm 
doing wrong, I can try to do something.

Original comment by oblikoamorale@gmail.com on 6 Aug 2009 at 7:28

GoogleCodeExporter commented 9 years ago
didi you ask the SDK developers? i think they overlooked something there..

Original comment by per...@gmail.com on 6 Aug 2009 at 8:03

GoogleCodeExporter commented 9 years ago
nope, I didn't have a chance. maybe in a week or so I will.

Original comment by oblikoamorale@gmail.com on 6 Aug 2009 at 9:33

GoogleCodeExporter commented 9 years ago
a litle idea: is it possible to somehow access the "add location" function in 
the
windows version of foobar (ctrl u). this way, we could add the url to an 
internet
radio station (the content of the .m3u files) as a workaround for the time 
beeing..

such a function could be interesting for other uses to, i imagine a firefox 
plugin
which sends a playlist URL to the foobar server for playing, this way, all 
internet
radios would play on the server and not on the client..

Original comment by per...@gmail.com on 6 Aug 2009 at 11:46

GoogleCodeExporter commented 9 years ago
I've found workaround, if you're still concerned. adding '?m3u' to the end of 
stream 
url when compiling m3u playlists solves the problem.

for example: http://vprbbc.streamguys.net:80/vprbbc24-nopreroll?m3u

Original comment by oblikoamorale@gmail.com on 8 Aug 2009 at 6:26

GoogleCodeExporter commented 9 years ago

Original comment by oblikoamorale@gmail.com on 8 Aug 2009 at 6:27

GoogleCodeExporter commented 9 years ago
nice. could you implement this in appending "?m3u" to every line in an .m3u file
which doesn't end in a "proper" extension like .mp3 .wma etc?

Original comment by per...@gmail.com on 8 Aug 2009 at 10:56

GoogleCodeExporter commented 9 years ago
no. as I said before, I don't parse contents of any playlist files, including 
m3u. I'm 
just feeding it as a whole to fb2k core.

Original comment by oblikoamorale@gmail.com on 9 Aug 2009 at 6:04

GoogleCodeExporter commented 9 years ago

Original comment by oblikoamorale@gmail.com on 16 Aug 2009 at 12:59

GoogleCodeExporter commented 9 years ago
fixed in 0.97.12

Original comment by oblikoamorale@gmail.com on 14 Aug 2011 at 5:14