VLC modifies streams titles
Posted: 26 Aug 2012 19:39
Hi,
I'm trying to create a playlist for my favorite radios to listen to them using VLC. So I made an xspf file like this one:
The problem is that after starting each radio station, VLC changes it's title to "FFH" (and removes the other tags like <creator> and <album>..). So now all of the 3 radio stations have the title "FFH" which is confusing.
I tried to uncheck the option "Preferences/All/Playlist/Automatically preparse files" but nothing changes. I also tried with m3u and pls files but the problem persists.
So how can I force VLC not to change the title in the playlist?
Config:
OS: Windows 7 x64 / Ubuntu 12.04
VLC media player 2.0.3
Thanks in advance
I'm trying to create a playlist for my favorite radios to listen to them using VLC. So I made an xspf file like this one:
Code: Select all
<?xml version="1.0" encoding="UTF-8"?>
<playlist version="1" xmlns="http://xspf.org/ns/0/">
<title>My_Radios</title>
<trackList>
<track>
<location>http://streams.ffh.de/radioffh/mp3/hqlivestream.m3u</location>
<title>HIT RADIO FFH</title>
</track>
<track>
<location>http://streams.ffh.de/ffhchannels/mp3/hqtop40.m3u</location>
<title>HIT RADIO Top 40</title>
</track>
<track>
<location>http://streams.ffh.de/ffhchannels/mp3/hqlounge.m3u</location>
<title>HIT RADIO Lounge</title>
</track>
</trackList>
</playlist>
I tried to uncheck the option "Preferences/All/Playlist/Automatically preparse files" but nothing changes. I also tried with m3u and pls files but the problem persists.
So how can I force VLC not to change the title in the playlist?
Config:
OS: Windows 7 x64 / Ubuntu 12.04
VLC media player 2.0.3
Thanks in advance