I am using SVN R260 (Due to my XBMC Rev) with a few mods copied over from your SVN release i.e. BD/TV Boxes in Slide View and Info View etc. My question is how can I remove the clear cases from the Recently Added Movies on the Home Screen?
Also I borked the movie trailers view and they will play but i can't see them unless I go to Full Screen.
P.S. I just switched to your skin last night and I love it. Especially the new changes you have implemented since 2.11
drdeath691
Junior Member Posts: 10 Joined: Feb 2009 Reputation: 0 |
2010-03-22 19:52
Post: #1
|
| find quote |
ronie
Team-XBMC Member Joined: Jan 2009 Reputation: 108 |
2010-03-22 21:29
Post: #2
drdeath691 Wrote:I am using SVN R260 (Due to my XBMC Rev) with a few mods copied over from your SVN release i.e. BD/TV Boxes in Slide View and Info View etc. My question is how can I remove the clear cases from the Recently Added Movies on the Home Screen? search Includes_Home.xml for dvdcase.png and remove the image control. Always read the XBMC online-manual, FAQ and search the forum before posting. Do not PM or e-mail XBMC-Team members directly asking for support. Read/follow the forum rules. For troubleshooting and bug reporting please make sure you read this first. |
| find quote |
bionic1234
Senior Member Posts: 206 Joined: Oct 2006 Reputation: 0 |
2010-03-23 14:09
Post: #3
Hi Ronie, I've also just recently upgraded to Transparency! svn r260.
Really loving the new settings layout and submenu features, it's obvious from the code that you've put a lot of work into adding these features. There are a couple of things that I'm wondering about, if you have a few minutes.. 1) Main screen Comic button option has been removed, just wondering if this was due to a max limit for the number of home screen 'buttons'? The next few questions are about the RecentlyAddedScript 2) Is it possible to remove the "Recently Added Movies" from the VideoFiles button, but keep it for the Movies button? 3) The RecentlyAddedScript seems to indicate that it might be possible to show "Recently Added Music Videos"? 4) This might be more 'Script' related, but for "Recently Added Music" would it possible to link to the actual album page, instead of just playing the first song on the album (so that the user can manually select the song from the recently added album)? Thanks for any insight,
(This post was last modified: 2010-03-23 14:11 by bionic1234.)
|
| find quote |
ronie
Team-XBMC Member Joined: Jan 2009 Reputation: 108 |
2010-03-23 14:54
Post: #4
bionic1234 Wrote:1) Main screen Comic button option has been removed, just wondering if this was due to a max limit for the number of home screen 'buttons'? i've removed several menu options (comics, games, emulators), you can now create them yourself as a submenu button. (ie Comics could be in the Pictures submenu) bionic1234 Wrote:2) Is it possible to remove the "Recently Added Movies" from the VideoFiles button, but keep it for the Movies button? nope, but it's easy to do by modifying Includes_Home.xml change: <visible>[Container(5040).HasFocus(1) | Container(5040).HasFocus(2)] + !Player.HasMedia</visible> to: <visible>Container(5040).HasFocus(2) + !Player.HasMedia</visible> bionic1234 Wrote:3) The RecentlyAddedScript seems to indicate that it might be possible to show "Recently Added Music Videos"? as far as i can tell it can only show totals (watched/unwatched), but not the most recently added ones. bionic1234 Wrote:4) This might be more 'Script' related, but for "Recently Added Music" would it possible to link to the actual album page, instead of just playing the first song on the album (so that the user can manually select the song from the recently added album)? i seem to remember Nuka1195 was never able to figure out how to do that. Always read the XBMC online-manual, FAQ and search the forum before posting. Do not PM or e-mail XBMC-Team members directly asking for support. Read/follow the forum rules. For troubleshooting and bug reporting please make sure you read this first. |
| find quote |
drdeath691
Junior Member Posts: 10 Joined: Feb 2009 Reputation: 0 |
2010-03-24 00:46
Post: #5
ronie Wrote:search Includes_Home.xml for dvdcase.png and remove the image control. Sweet thanx... How would I remove the clear case look from the Paused Movie View and maybe add the blue ray look? Do you know how I can re-enable the trailer view where it displayed inside the Info screen. It's not a deal breaker i just thought it looked good there and for some reason it stopped working |
| find quote |
ronie
Team-XBMC Member Joined: Jan 2009 Reputation: 108 |
2010-03-24 01:30
Post: #6
drdeath691 Wrote:Sweet thanx... How would I remove the clear case look from the Paused Movie View and maybe add the blue ray look?check DialogSeekbar.xml in the T! svn. i've already changed it there: http://code.google.com/p/transparency-xb...eekBar.xml drdeath691 Wrote:Do you know how I can re-enable the trailer view where it displayed inside the Info screen. It's not a deal breaker i just thought it looked good there and for some reason it stopped working oops, i think i was the one who broke it...the needed fixes are in r292 Always read the XBMC online-manual, FAQ and search the forum before posting. Do not PM or e-mail XBMC-Team members directly asking for support. Read/follow the forum rules. For troubleshooting and bug reporting please make sure you read this first. |
| find quote |
bionic1234
Senior Member Posts: 206 Joined: Oct 2006 Reputation: 0 |
2010-03-26 06:49
Post: #7
Perfect, thanks Ronie
|
| find quote |
Tweak
Junior Member Posts: 18 Joined: Mar 2010 Reputation: 0 |
2010-04-14 00:58
Post: #8
Major Issue
I have xbmc nightly build 28274 on my xbox just for this skin becuase i love it so much I am using the r260 version of this skin but now i am having a major issue when i select a .avi file it starts to play fine then test it out on a a dual audio anime .mkv file it either does not play the file or starts playing it then 1 sec after it starts it freezes my xbox and i have to manually shut off my xbox. I have tried other skins on this xbmc build and mkv files play smoothly it is just this skin that is having this issue please anyone help!!
(This post was last modified: 2010-04-14 01:00 by Tweak.)
|
| find quote |
ronie
Team-XBMC Member Joined: Jan 2009 Reputation: 108 |
2010-04-14 12:37
Post: #9
Tweak Wrote:Major Issue several things you can/need to do: -resize all the backgrounds included in the skin (the backgrounds in the svn repo are not optimized for the xbox) - disable all that can be disabled under 'Skin Settings' (media flags/animated icons/views you don't need) check if your movie plays correctly now. if so, you can start re-enabling the features you really need/like. Always read the XBMC online-manual, FAQ and search the forum before posting. Do not PM or e-mail XBMC-Team members directly asking for support. Read/follow the forum rules. For troubleshooting and bug reporting please make sure you read this first. |
| find quote |
steve1977
Posting Freak Posts: 1,577 Joined: Dec 2006 Reputation: 0 |
2010-05-03 17:46
Post: #10
drdeath691 Wrote:I am using SVN R260 (Due to my XBMC Rev) with a few mods copied over from your SVN release i.e. BD/TV Boxes in Slide View and Info View etc. My question is how can I remove the clear cases from the Recently Added Movies on the Home Screen? Any way to download to download the SVN R260 without compiling it myself from SVN? Any built readily available of the R260 version? Thanks!!! Server: Asus Sabertooth Z77 | Intel Core i5 3.4 GHz | 12 GB DDR3 | 256 GB SSD, 40 TB (1 x 4 TB, 6 x 3TB, 9 x 2 TB) HTPC 1: Apple Mac Mini (mid-2011) | Intel Core i5 2.5 GHz | 4GB DDR3 | 500 GB HTPC 2: Apple Mac Mini (mid-2007) | Intel Core 2 Duo 2.0 GHz | 4 GB DDR2 | 16 GB SSD |
| find quote |

Search
Help