I'm trying to redisign some vlc custom skin and can not understand something:
Sometimes it shows Names of channels,, but sometimes there's a full adress.
And I really need it to be shown like names.
How can i define it with vlc skin editor?
Any variables, playlist changes? VLC settings?
playlist file format: xspf
Code: Select all
<track>
<location>http://bla-bla:3000/S36.0E-112-10-31015</location>
<title>TV BLA</title>
<extension application="http://www.videolan.org/vlc/playlist/0">
<vlc:id>0</vlc:id>
</extension>
</track>