XBMC Community Forum
Transparency! v3.11.7 for xbmc dharma 10.1 - 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: Transparency! (/forumdisplay.php?fid=115)
+---- Thread: Transparency! v3.11.7 for xbmc dharma 10.1 (/showthread.php?tid=82435)

Pages: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43


- gabbott - 2010-10-04 01:30

Ronie,
Wow, just wow! It has been a while since I've used transparency and this new version is just so polished and customizable. Great job!

One small thing I noticed is audio channel flagging isn't working with DTS-ES audio on video files (and I'm assuming any other 6.1 channel DTS audio).


- clock2113 - 2010-10-04 04:43

slavic77 Wrote:The only thing I really miss from the previous version (2.10) is the transparent "DVD-box" image (yes, those new DVD and Blu-Ray boxes are cool, but I kinda like the old one much more). Is there any way I could get the "transparent box" back?

Oh yeah...I already put the DVD/Bluray artwork on thousands of movies, so clear case is better than something fancy.

mcborzu Wrote:1. Didn't test myself Ronie but you might need <zorder>3</zorder> at top of DialogSelect.xml

2. The logo site has been down, should be fixed relativity soon...

1. Don't know how I missed the thread on that before posting... fixed now!

2. Okay, cool! Smile


- fr1day - 2010-10-04 11:13

This is great news, thank you very much! Transparency! is by far my favourite XBMC skin and I was really hoping to see a stable new version before Dharma gets out of Beta, so this thread makes me very very happy indeed Smile


- ronie - 2010-10-04 12:12

flamez Wrote:
Axodious Wrote:I'm using Dharma Beta 2 and I can't see Transparency! on the skin add-on list at the moment. I see all the other ones that were there before but not Transparency!.

I cant see it yet myself and i can see all other plugin and such.

if you're already using the svn version of T!,
you must uninstall it first.


- ronie - 2010-10-04 12:14

clock2113 Wrote:1) CDart is great! So much better than a screencap of the show when paused. However, when you click "Get Logo" on the info screen, it pops up BEHIND the info screen, so you can't really see which image you're choosing.

just in case anyone else has the same issue, check here for a fix:
http://forum.xbmc.org/showthread.php?tid=82443


- ronie - 2010-10-04 12:17

slavic77 Wrote:The only thing I really miss from the previous version (2.10) is the transparent "DVD-box" image (yes, those new DVD and Blu-Ray boxes are cool, but I kinda like the old one much more). Is there any way I could get the "transparent box" back?

nope, sorry those are gone and there's no easy way to get them back.
recoding a big part of the skin is your only option i'm afraid.

clock2113 Wrote:Oh yeah...I already put the DVD/Bluray artwork on thousands of movies, so clear case is better than something fancy.

there's an option in skin settings to hide the dvd/blu-ray cases.
so in your case it might be better to do so.


- ronie - 2010-10-04 12:21

gabbott Wrote:One small thing I noticed is audio channel flagging isn't working with DTS-ES audio on video files (and I'm assuming any other 6.1 channel DTS audio).

i will have to look into it.
do you know any other skin where it is working?

the skin depends on how xbmc reports the audio-codec to the skin,
and it could be so that it just reports the audio stream as dts-6.1.
in such a case, there's nothing i could do.

but like i said, will have to test first to be sure.


edit:
a quick look at my code painfully reveals that i'm at least
missing the media flags for dolby digital 6.1 & dts 6.1

i will add those of course.


- bobrap - 2010-10-04 15:14

Thanks for the latest update. I'm always trying other skins and their mods, but, always come back to T!. Anyway, is it a hard task for a non-programmer/skinner to change the order of items on the home screen? I added a play list for BluRay and I'd like to move it over next to movies or videos. Thanks again, Ronie.Big Grin


- ronie - 2010-10-04 15:41

bobrap Wrote:Thanks for the latest update. I'm always trying other skins and their mods, but, always come back to T!. Anyway, is it a hard task for a non-programmer/skinner to change the order of items on the home screen? I added a play list for BluRay and I'd like to move it over next to movies or videos. Thanks again, Ronie.Big Grin

shouldn't be to difficult.
the order of the menu items can be changed in Includes_Home.xml
look up the <content> sections in that file.
the first one is for the vertical menu, the second one for the horizontal menu.

move the <item>...</item> parts around as you see fit.


- bobrap - 2010-10-04 16:29

ronie Wrote:shouldn't be to difficult.
the order of the menu items can be changed in Includes_Home.xml
look up the <content> sections in that file.
the first one is for the vertical menu, the second one for the horizontal menu.

move the <item>...</item> parts around as you see fit.

Thanks!! That did the trick and I was able to figure out my next question on my ownBig Grin