thanks
scrolling
Senior Member Joined: Feb 2009 Reputation: 1 |
2010-11-13 00:53
Post: #1
I doing some mods in Alaska and right now I'm stumped. What I'm trying to do is to remove the dimming affect from the movie poster view, tv shows landscape view, music wall view and settings view. Things I've tried, changing the color codes in the colors.xml file. Removing the filter and masks files from the back drops folder all of which have been unsuccessful. So any help would be appreciated.
thanks
HTPC: Apex MI-008 | Foxconn H67S | Celeron G530 | G.SKILL 4GB | Crucial 64 SSD| Arctic Cooling | PicoPSU-160-XT |
| find quote |
Hitcher
Skilled Skinner Joined: Aug 2007 Reputation: 67 Location: Eastleigh, UK |
2010-11-13 01:33
Post: #2
IconDiffuse in the color XML.
![]() |
| find quote |
scrolling
Senior Member Joined: Feb 2009 Reputation: 1 |
2010-11-13 08:32
Post: #3
Thanks that worked. However, I do have another question. How do I do the same to the settings wall view?
HTPC: Apex MI-008 | Foxconn H67S | Celeron G530 | G.SKILL 4GB | Crucial 64 SSD| Arctic Cooling | PicoPSU-160-XT |
| find quote |
Hitcher
Skilled Skinner Joined: Aug 2007 Reputation: 67 Location: Eastleigh, UK |
2010-11-13 11:43
Post: #4
Settings.xml -
PHP Code: <control type="image">![]() |
| find quote |
scrolling
Senior Member Joined: Feb 2009 Reputation: 1 |
2010-11-13 22:57
Post: #5
Thanks again
HTPC: Apex MI-008 | Foxconn H67S | Celeron G530 | G.SKILL 4GB | Crucial 64 SSD| Arctic Cooling | PicoPSU-160-XT |
| find quote |
scrolling
Senior Member Joined: Feb 2009 Reputation: 1 |
2010-11-14 06:29
Post: #6
I have another question. I add the movie duration to the poster view but it's acting funny. The code I'm using is listed below and and it's working but as you can see the "MIN" is showing up twice. However, (This is the funny part) after I watch the movie the duration shows up correctly. I have tried removing "MIN" from the code but it goes from showing correctly to just showing only the time "115" and no "MIN".
I hope this make since. Thanks Code: <control type="label">
HTPC: Apex MI-008 | Foxconn H67S | Celeron G530 | G.SKILL 4GB | Crucial 64 SSD| Arctic Cooling | PicoPSU-160-XT |
| find quote |
Hitcher
Skilled Skinner Joined: Aug 2007 Reputation: 67 Location: Eastleigh, UK |
2010-11-14 12:03
Post: #7
XBMC has probably scrapped the duration previously but now when you play the file it gets the correct duration (minus the MIN label).
![]() |
| find quote |
scrolling
Senior Member Joined: Feb 2009 Reputation: 1 |
2010-11-14 19:24
Post: #8
Yes. I'm not exactly sure what's causing it. I ended up borrowing this code from Amra's Big Alaska mod and it seems to be working now.
Code: <control type="label">HTPC: Apex MI-008 | Foxconn H67S | Celeron G530 | G.SKILL 4GB | Crucial 64 SSD| Arctic Cooling | PicoPSU-160-XT |
| find quote |
scrolling
Senior Member Joined: Feb 2009 Reputation: 1 |
2010-11-21 22:12
Post: #9
Why does this happen I have a DVD in?
HTPC: Apex MI-008 | Foxconn H67S | Celeron G530 | G.SKILL 4GB | Crucial 64 SSD| Arctic Cooling | PicoPSU-160-XT
(This post was last modified: 2010-11-27 14:56 by scrolling.)
|
| find quote |