Does anybody know where this internet radio station comes from and where it is stored?
It appears with Twonky 6.0.33 on a QNAP SS439 Pro NAS (qpkg), and I have also seen it with Twonky 6.0.34 used on a Mac Mini.
"977" internet radio station
- parnott
- Posts:326
- Joined:Mon Sep 20, 2010 9:55 pm
- AV Hardware:Twonky, WDTV Live, XBMC (Linux & Windows)
Re: "977" internet radio station
From the example radio.m3u playlist would be my guess. Open this file and you will find the first entry is-
#EXTM3U
#EXTINF:-1,CLUB 977 The 80s Channel
http://64.236.34.97:80/stream/1040
#EXTM3U
#EXTINF:-1,CLUB 977 The 80s Channel
http://64.236.34.97:80/stream/1040
Re: "977" internet radio station
[quote="parnott"]From the example radio.m3u playlist would be my guess. Open this file and you will find the first entry is-
#EXTM3U
#EXTINF:-1,CLUB 977 The 80s Channel
http://64.236.34.97:80/stream/1040[/quote]
Thanks very much Parnott.
I actually had deleted this sample file but this radio station continues appearing in my playlists even after rebuilding the database. Any hint where this could come from?
#EXTM3U
#EXTINF:-1,CLUB 977 The 80s Channel
http://64.236.34.97:80/stream/1040[/quote]
Thanks very much Parnott.

I actually had deleted this sample file but this radio station continues appearing in my playlists even after rebuilding the database. Any hint where this could come from?
- parnott
- Posts:326
- Joined:Mon Sep 20, 2010 9:55 pm
- AV Hardware:Twonky, WDTV Live, XBMC (Linux & Windows)
Re: "977" internet radio station
If it is still appearing after a database rebuild in Music>Playlists then Twonky must be finding it somewhere. Try logging into your NAS (via Telnet or SSH, whatever is supported) as root. Then execute-
find / -name radio.m3u
See if you find this file. If not then try the command-
find / -name *.m3u
See if you find the station in any of the these files.
find / -name radio.m3u
See if you find this file. If not then try the command-
find / -name *.m3u
See if you find the station in any of the these files.