Album Art Crashes VLC
Posted: 20 Mar 2014 17:22
I am very new to this project so please be patient. I am creating a custom skin using VLC Skin Editor 0.8.6dev. My skin works well except when I want to replace an image with Cover Art. When I check this box and then click to "Test in VLC", VLC does not load. When I save the xml and then try to open again, I get the error "org.xml.sax.SAXParseException_ Element type Image must be followed by either attribute specifications > or />".
I have opened the xml using a simple text editor and added the space before "art="true" as has been stated in the forum but this does not work. I have copied lines and attributes for the image ID and source image from other skins that do work, but I still get this problem. I have used different images but nothing is helping. When I make the change in the text editor and save the xml, and then try to open in VLC Skin Editor, I get the error. And when I return to the text editor to open the xml, the changes have been reversed. What is causing this? I have even tried to create a much simpler skin from scratch using completely different images but still I get this error. It is seeming like the Skin Editor might have some bug regarding the use if the art="true" with new skins. It does not appear to have problems with older skins (or rather, maybe skins created in an older version of the Editor).
Is it possible to merge one skin into another?
The part which is failing looks like this:
<Panel id="Black_Music_NowPlaying_Art" x="31" y="110" width="0" height="0" rightbottom="rightbottom">
<Image id="ArtBG_Black_Music_NowPlaying.background" image="ZuneLogo" art="false" resize="scale" rightbottom="rightbottom" xkeepratio="true" ykeepratio="true"/>
<Image id="ArtBG_Black_Music_NowPlaying.art" image="ZuneLogo" art="true" resize="scale2" rightbottom="rightbottom" xkeepratio="true" ykeepratio="true"/>
</Panel>
Please help...this is very frustrating. Thank you
I have opened the xml using a simple text editor and added the space before "art="true" as has been stated in the forum but this does not work. I have copied lines and attributes for the image ID and source image from other skins that do work, but I still get this problem. I have used different images but nothing is helping. When I make the change in the text editor and save the xml, and then try to open in VLC Skin Editor, I get the error. And when I return to the text editor to open the xml, the changes have been reversed. What is causing this? I have even tried to create a much simpler skin from scratch using completely different images but still I get this error. It is seeming like the Skin Editor might have some bug regarding the use if the art="true" with new skins. It does not appear to have problems with older skins (or rather, maybe skins created in an older version of the Editor).
Is it possible to merge one skin into another?
The part which is failing looks like this:
<Panel id="Black_Music_NowPlaying_Art" x="31" y="110" width="0" height="0" rightbottom="rightbottom">
<Image id="ArtBG_Black_Music_NowPlaying.background" image="ZuneLogo" art="false" resize="scale" rightbottom="rightbottom" xkeepratio="true" ykeepratio="true"/>
<Image id="ArtBG_Black_Music_NowPlaying.art" image="ZuneLogo" art="true" resize="scale2" rightbottom="rightbottom" xkeepratio="true" ykeepratio="true"/>
</Panel>
Please help...this is very frustrating. Thank you