Page 1 of 1
Playlist view in vlc custom skin
Posted: 08 Feb 2013 21:44
by amigor
Hi, guys.
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>
Thanks a lot!
Re: Playlist view in vlc custom skin
Posted: 09 Feb 2013 09:45
by erwan10
The skins2 engine uses a way of setting names that is different from the qt4 interface. That's hardcoded and I guess unfortunate. I just committed a patch to remedy this discrepancy. You should be able to get this fixed in a nightly build starting from tomorrow.
If you still see other such issues that should now be common to both qt4 and skins2, please fill a bug report or feature request.
Re: Playlist view in vlc custom skin
Posted: 13 Feb 2013 14:22
by rbermejo773
Hello,
where can I find the new build for this issue? I tried checking for new updates but there aren't any new updates.
Thanks
Re: Playlist view in vlc custom skin
Posted: 13 Feb 2013 14:30
by erwan10
Re: Playlist view in vlc custom skin
Posted: 13 Feb 2013 15:00
by amigor
Thanks a lot, erwan10. I'll try it today.
Re: Playlist view in vlc custom skin
Posted: 13 Feb 2013 17:28
by rbermejo773
Hello Erwan10,
So, I tried the latest build 2.1.0, the title within the playlist now shows up. However, now all my RTP streams have horrible sound quality. It sounds fine in 2.0.5. In addition, I noticed, when "The Capture Device", I can no longer select "Audio Input" as a capture device. Please let me know if I should open another ticket.
Thanks
Re: Playlist view in vlc custom skin
Posted: 13 Feb 2013 20:45
by erwan10
I would wait a bit, because some work is being done on the audio. Nightly builds are not expected to be in full working order.
Re: Playlist view in vlc custom skin
Posted: 13 Feb 2013 20:50
by rbermejo773
Thank you for the clarification erwan10. I appreciate all your help.
Re: Playlist view in vlc custom skin
Posted: 14 Feb 2013 00:35
by Jean-Baptiste Kempf
Change audio output to DirectX.
Re: Playlist view in vlc custom skin
Posted: 22 Feb 2013 00:52
by XweAponX
I take it there are "Old Skins" and "new Skins" in the skin package I downloaded - Can the older skins be converted up using the Skins Editor?