OK first I want to say I LOVE the new feature of adding a DVD cover for dvd/iso files. it would probably be better if you black cover with the DVD logo was the DVDs and the gold (or some other color) were for avi's/non-dvds. I love the blue for the HD.
One thing I notice is when I add a DVD it shows up with only a DVD media tag which is fine by me. It also had a gold cover with I think is pretty nice. But once it is played all the other media data is added and the gold cover goes away. I am not sure if this is by design but thought I would bring it up here.
I do really like this skin and the idea of taking full iso's with a DVD cover is pretty cool. Between this and the other issue I am having with playback I unfortunatly keep going back to night :\ which mind you I like that one very well too. I just liked the extras that this one provides.
Anyway, thanks for all the hard work and it looks really great. I am sure I will keep trying this one for a longggg time.
Thanks,
SoBBie
SVN feature
super_sobbie
Senior Member Posts: 144 Joined: Oct 2008 Reputation: 0 |
2011-07-02 15:31
Post: #1
|
| find quote |
super_sobbie
Senior Member Posts: 144 Joined: Oct 2008 Reputation: 0 |
2011-07-15 17:50
Post: #2
ok after further research and reviewing the XML files from the git I found some additional information. The gold covers (case-sets.png) are actually for items that do not have a resolution and the DVD covers are for anything other then 720 and 1080.
<texture fallback="case-sets.png">case$INFO[ListItem.VideoResolution].png</texture> That is great but what I am trying to do is have HD content 720 and 1080 with the blueray cover, all ISO files (that is how I store my DVDs) with the DVD cover and a separate cover for all other files (avi's, wmv, ect.). Is that possible. I always see the DVD media flag so I assume there is a way to add that functionality to the cover. I would love to have some assistance with this. I am sure it is only a quick change to the ViewType_Showcase.xml file. I would be happy to do that but I have not modded a skin since before the add-in days. is there anything special I have to do? can I just change the current file if so where is that file found? Appreciate any help Great skin and thanks for all the hard work. SoBBie PS something I noticed was the Genre looks funny in the latest svn. |
| find quote |
stoli
Skilled Skinner Joined: Nov 2008 Reputation: 30 Location: Florida |
2011-07-16 22:29
Post: #3
super_sobbie Wrote:ok after further research and reviewing the XML files from the git I found some additional information. The gold covers (case-sets.png) are actually for items that do not have a resolution and the DVD covers are for anything other then 720 and 1080. Try working with the code in the IncludesCodeFlagging.xml in this section: Code: <control type="image">And implemeting the "substring" portion as part of a visibility in Viewtype_Showcase.xml here: Code: <control type="image" id="60">It's definitely possible - I just don't have the desire are the moment. Basically you want to have to DVD cover used when the substring also matches 'substring(ListItem.Filename,.iso,Right)' .Good Luck - I may get to this in time, but it's low on my list.
(This post was last modified: 2011-07-16 22:31 by stoli.)
|
| find quote |
super_sobbie
Senior Member Posts: 144 Joined: Oct 2008 Reputation: 0 |
2011-07-18 14:41
Post: #4
Thanks
I will have to play with that when I get a chance. And, yes you are correct, I want a DVD cover when it is a full ISO/DVD not just any file. Thanks again ![]() SoBBie |
| find quote |
super_sobbie
Senior Member Posts: 144 Joined: Oct 2008 Reputation: 0 |
2011-07-19 19:10
Post: #5
Ok I have a question for the experts. I was reviewing the files and I have came up with what I think are 2 ways to do this.
First question is are both these ways valid, and second which one is the preferred method? Method 1: Code: <control type="image" id="60">I am not sure if you can even have 2 different <visible> tags so I am not sure if this is correct. Method 2: Code: <control type="image" id="60">This one I believe will show only one of the two items. I am not sure if you can have two <control type="image" id="60"> with an id equal to 60. Please let me know if I am on the right track. I will try to do some more research as I play with this. Thanks in advance for any help. Regards, SoBBie |
| find quote |
stoli
Skilled Skinner Joined: Nov 2008 Reputation: 30 Location: Florida |
2011-07-20 18:17
Post: #6
You are better off with the second entry. Without checking the code, you may not even need the id=. You can try just <control type="image">.
|
| find quote |

Basically you want to have to DVD cover used when the substring also matches 'substring(ListItem.Filename,.iso,Right)' .
I will have to play with that when I get a chance. And, yes you are correct, I want a DVD cover when it is a full ISO/DVD not just any file.
Search
Help