Larger thumbnail view, and XBox control during playback

  Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Post Reply
ronie Offline
Team-XBMC Member
Posts: 8,259
Joined: Jan 2009
Reputation: 108
Post: #11
mightymouse2045 Wrote:Ok thanks again .... how about the background border any luck with that one?

Cheers!

EDIT:

I really cannot work out the background panel - I have tracked it down to ContentPanel at line 1513 in includes.xml

that's where the action is Smile
you can and a zoom animation if you want to scale the background,
for the animation, use Control.IsVisible(30) as a condition.

in case you want to completely hide it, add <visible>!Control.IsVisible(30)</visible> to 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
mightymouse2045 Offline
Junior Member
Posts: 43
Joined: Feb 2012
Reputation: 0
Post: #12
ronie Wrote:that's where the action is Smile
you can and a zoom animation if you want to scale the background,
for the animation, use Control.IsVisible(30) as a condition.

in case you want to completely hide it, add <visible>!Control.IsVisible(30)</visible> to the image control.

User error - ok I edited the right file and that is gone now Smile

Thanks heaps man!
(This post was last modified: 2012-02-18 09:21 by mightymouse2045.)
find quote
mightymouse2045 Offline
Junior Member
Posts: 43
Joined: Feb 2012
Reputation: 0
Post: #13
Thanks again for all your help Ronie!

I have updated post 1 with a link to the files required for the new views and instructions.
find quote
bobrap Offline
Fan
Posts: 347
Joined: Dec 2008
Reputation: 1
Post: #14
What is the patch command? Doesn't seem to exist in win7.

YOYIZDERZOMENEMOHOZEZAZEZDENDERIZHOZEZ
find quote
Don Torino Offline
Junior Member
Posts: 1
Joined: Jan 2010
Reputation: 0
Post: #15
Just download the program from Sourceforge and run it in in adirectory of your choice where the patch.exe, the custom_SkinSettings.xml and patch.diff are as well.
Open a cmd in the dir and run patch -p0 < patch.diff, if asked type in custom_SkinSettings.xml and there you go...
find quote
mightymouse2045 Offline
Junior Member
Posts: 43
Joined: Feb 2012
Reputation: 0
Post: #16
Don Torino Wrote:Just download the program from Sourceforge and run it in in adirectory of your choice where the patch.exe, the custom_SkinSettings.xml and patch.diff are as well.
Open a cmd in the dir and run patch -p0 < patch.diff, if asked type in custom_SkinSettings.xml and there you go...

Thanks, but not quite, i forgot about windows users Tongue

You will need to download and install this

http://sourceforge.net/projects/getgnuwi...t/download

That will provide the patch application, then you should be able to follow the instructions as per the first post. You may need to either include the path to patch.exe in your command or environment variables if you can't run it.

To test open a command prompt and run patch without any options to confirm you can run patch from anywhere. If not you will need to include the full path for example "c:\program files(x86)\gnuwin32\bin\patch.exe" (or whatever the path is)

cd into the root of the transparency skin, make sure you have already extracted the files and run patch -p0 < patch.diff (with or without the full path to patch.exe whichever is required)

If successful you should see:
Code:
patching file ./720p/custom_SkinSettings.xml
patching file ./720p/Includes.xml
patching file ./720p/MyVideoNav.xml
patching file ./720p/View-Thumbnail1.xml
patching file ./720p/VideoOSD.xml
patching file ./720p/DialogSeekBar.xml
find quote
GollyJer Offline
Junior Member
Posts: 8
Joined: Jun 2011
Reputation: 0
Post: #17
I'd love to get the alternative thumbnail view but the link is dead. Anyone have a mirror?
find quote
mightymouse2045 Offline
Junior Member
Posts: 43
Joined: Feb 2012
Reputation: 0
Post: #18
(2012-06-29 11:33)GollyJer Wrote:  I'd love to get the alternative thumbnail view but the link is dead. Anyone have a mirror?

Sorry for the late reply - the first post has been updated for the current release of Transparency
find quote
PatK Offline
Posting Freak
Posts: 2,258
Joined: Mar 2010
Reputation: 67
Post: #19
Ronie:

10 thumbnails up vs 21 thumbnail images up at a time... nice, doesn't seem to sacrifice much.

Any chance you might consider this view a permanent change in T!

Yes or No would suffice.
find quote
ronie Offline
Team-XBMC Member
Posts: 8,259
Joined: Jan 2009
Reputation: 108
Post: #20
(2013-01-07 17:58)PatK Wrote:  Ronie:

10 thumbnails up vs 21 thumbnail images up at a time... nice, doesn't seem to sacrifice much.

Any chance you might consider this view a permanent change in T!

Yes or No would suffice.

the thumbnail view doesn't look all that bad,
so how about a 'maybe' :-)

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