XBMC Community Forum
[MOD] Rapier Qualar Mod - Printable Version

+- XBMC Community Forum (http://forum.xbmc.org)
+-- Forum: Help and Support (/forumdisplay.php?fid=33)
+--- Forum: Skin Help and Support (/forumdisplay.php?fid=67)
+---- Forum: Rapier (/forumdisplay.php?fid=120)
+---- Thread: [MOD] Rapier Qualar Mod (/showthread.php?tid=61126)



- visionary - 2009-11-23 15:48

When I select the "one 'folder' up icon" in 3D Wraplist View while looking at my recently added movies (the one which divides the most recently added one from the least recently one), it shows always one of the posters of those most/least recently added ones. I'm sorry for the bad explanation, I hope you know what I'm talking about Smile

Edit: It's also in any other library view sorting option like "Titles", "Genre" etc.

Another thing which I already mentioned here before: is it possible to get the media type icons (Blu-ray, HD DVD, etc.)? I have some dummy files for my Blu-rays so that I have those in the list and it would be nice to see the media type, at least (there's no other media information, of course). The same would be nice for DVD images (with the original Rapier skin, I check for .img/.iso file endings in the includes_MediaFlags.xml).

Thanks!


- igotdvds - 2009-11-23 16:28

qualar Wrote:What other changes have you made. Any fixes or just personal settings?

I moved the Trailer window to fit my new background on the 3D view. I moved the plot. I added and moved the extrathumbs around. I added a scrollbar. I removed year from the title and added it under runtime.

(personal changes) I have my dvd profiler database included in my library even though they arent playable files. I just have 0 kb mpeg files so that ember can scrape them. What I had to do so my wife knew they werent playable was to add a section of code for another media flag but set it to only display for files with extension ".mpeg" That way any of those files show a box with a small "x" that lets her know they arent watchable without going to the movie closet.

Here is a picture of what I moved around.


[Image: test.jpg]


- qualar - 2009-11-23 17:15

igotdvds Wrote:I moved the Trailer window to fit my new background on the 3D view. I moved the plot. I added and moved the extrathumbs around. I added a scrollbar. I removed year from the title and added it under runtime.

(personal changes) I have my dvd profiler database included in my library even though they arent playable files. I just have 0 kb mpeg files so that ember can scrape them. What I had to do so my wife knew they werent playable was to add a section of code for another media flag but set it to only display for files with extension ".mpeg" That way any of those files show a box with a small "x" that lets her know they arent watchable without going to the movie closet.

Here is a picture of what I moved around.


[Image: test.jpg]

Nice. I don't use additional screenshots myself but I am sure others may find the view useful.


- igotdvds - 2009-11-23 17:31

qualar Wrote:Nice. I don't use additional screenshots myself but I am sure others may find the view useful.

Couldnt have done it without you.

You think you can help me with that code for the TV Large Poster view to move it down? I tried changing the X Y values but it didnt move. I basically just want it centered in that black bar in the background below it.


- cifa - 2009-11-23 18:15

@igotdvds
like your choice in films (Uncle Buck & Lampoon are crackers!)
i love what you are doing with qualar's excellent skin (extra screen shots etc..) - is it possible to share your work - on how you achieved this look. i am running this skin currently on thew XBOX.
thanks in advance.


- igotdvds - 2009-11-23 18:27

cifa Wrote:@igotdvds
like your choice in films (Uncle Buck & Lampoon are crackers!)
i love what you are doing with qualar's excellent skin (extra screen shots etc..) - is it possible to share your work - on how you achieved this look. i am running this skin currently on thew XBOX.
thanks in advance.

Absolutely, I dont have my "complete" mod at work with me but when I get home I will upload it.

Remember for my purposes only (but will affect you if you download), I added the code where file extensions ".mpeg" will get a box with an "x" in it to show that it is not playable on my HTPC. Just FYI.


- cifa - 2009-11-23 18:33

igotdvds Wrote:Absolutely, I dont have my "complete" mod at work with me but when I get home I will upload it.

Remember for my purposes only (but will affect you if you download), I added the code where file extensions ".mpeg" will get a box with an "x" in it to show that it is not playable on my HTPC. Just FYI.

many thanks for sharing and understood about the .mpeg file
your contribution will be well received!

cheers


- r1ctus - 2009-11-23 18:36

it looks great, I like the extrathumbs and the new place for the year. but I think the Rating in numbers is not necessary, since it's already there in stars.
and one more thing: i'm missing a media flag for FLAC and AVC video, and for VC-1 video I get a WMV-HD flag. these flags are all there in the original Rapier skin.


- qualar - 2009-11-23 18:45

igotdvds Wrote:Couldnt have done it without you.

You think you can help me with that code for the TV Large Poster view to move it down? I tried changing the X Y values but it didnt move. I basically just want it centered in that black bar in the background below it.

I have uploaded a version here with posters moved for you.

Just cut and paste the view you need from VideoViews.xml


- igotdvds - 2009-11-23 19:05

qualar Wrote:I have uploaded a version here with posters moved for you.

Just cut and paste the view you need from VideoViews.xml

Thanks so much!