XBMC Community Forum  

Go Back   XBMC Community Forum > Help and Support > Skin Help and Support > xTV

xTV Subforum for the xTV take one skin (and mods for/of it).

Reply
 
Thread Tools Search this Thread Display Modes
Old 2007-04-06, 01:57   #1
ezkimo
Junior Member
 
Join Date: Jan 2007
Posts: 8
ezkimo is an unknown quantity at this point
Default xTV skin and scripts

I know the wiki says it is not possible but can the script authors do somthing about this ?

I would LOVE to be able to add Apple Trailers script (maybe youtube and google also) to the Video menu ! Just to make it look even more like appleTV.

the authors of XBMC should have added this hack along time ago.
ezkimo is offline   Reply With Quote
Old 2007-04-07, 03:18   #2
timdog82001
Fan
 
Join Date: Mar 2006
Location: Seattle, WA
Posts: 945
timdog82001 is on a distinguished road
Default

add what? You can do this currently. You just make a button that launches the default.py file in the Apple Movie Trailers folder. Unless I'm missunderstanding you..
timdog82001 is offline   Reply With Quote
Old 2007-04-07, 03:21   #3
gzusrawx
Fan
 
Join Date: Aug 2006
Location: Massachusetts
Posts: 382
gzusrawx has a little shameless behaviour in the past
Default

I think he's looking for a direct link to the trailer for the video file selected.
so when you select a video you can go directly to it's trailer from the white button menu.
gzusrawx is offline   Reply With Quote
Old 2007-04-07, 03:22   #4
timdog82001
Fan
 
Join Date: Mar 2006
Location: Seattle, WA
Posts: 945
timdog82001 is on a distinguished road
Default

oh, yeah, i think that would be awesome too...Somebody who knows how should make a patch and submit it
timdog82001 is offline   Reply With Quote
Old 2007-04-07, 04:02   #5
CHI3f
Team-XBMC Skinner
 
CHI3f's Avatar
 
Join Date: Jan 2007
Location: New Jersey, USA
Posts: 215
CHI3f is on a distinguished road
Default

I think he wants it in the actual video list not a extra button on the side.
__________________

Download Containment,Containment Themes
Download xTV,xTV Themes
Download xbmcTV

Always read the XBMC online-manual, FAQ and search the forum before posting.
Do not 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.


CHI3f is offline   Reply With Quote
Old 2007-04-07, 12:05   #6
ezkimo
Junior Member
 
Join Date: Jan 2007
Posts: 8
ezkimo is an unknown quantity at this point
Default

thats it .. to have it in the video list would be awesome my gf is hooked on that script and i think it would be better she should not go to settings/scripts first,


wiki says:
Scripts can not be added as a playable source under e.g. My Programs or My Videos as they are not playable elements per se, but actual folders.

is there any workaround ?
ezkimo is offline   Reply With Quote
Old 2007-05-11, 21:50   #7
MacGyver
Senior Member
 
MacGyver's Avatar
 
Join Date: Jan 2007
Location: Heidelberg Germany
Posts: 250
MacGyver is on a distinguished road
Default

Here is the jist ezkimo,



<control type="button" id="17">
<description>Play Disc normal push button</description>
<posx>375</posx>
<posy>414</posy>
<width>305</width>
<height>40</height>
<!-- <include>10009</include> -->
<label>Movie Trailers</label>
<onclick>XBMC.RunScript(Q:\scripts\Apple Movie Trailers_v0.96\default.py)</onclick>
<onleft>18</onleft>
<onright>10</onright>
<onup>31</onup>
<ondown>5</ondown>
<texturefocus>default-button.png</texturefocus>
<texturenofocus>-</texturenofocus>
<textoffsetx>22</textoffsetx>
<aligny>center</aligny>
</control>

<control type="button" id="37">
<description>Play Disc hidden push button</description>
<posx>375</posx>
<posy>414</posy>
<width>305</width>
<height>40</height>
<!-- <include>10009</include> -->
<label>Movie Trailers</label>
<onclick>XBMC.RunScript(Q:\scripts\Apple Movie Trailers_v0.96\default.py)</onclick>
<onleft>18</onleft>
<onright>10</onright>
<onup>31</onup>
<ondown>5</ondown>
<texturefocus>default-button.png</texturefocus>
<texturenofocus>-</texturenofocus>
<textoffsetx>22</textoffsetx>
<aligny>center</aligny>
</control>

<control type="image">
<description>Disc Focus arrow image</description>
<posx>640</posx>
<posy>396</posy>
<width>25</width>
<height>75</height>
<texture>home-buttonarrow.png</texture>
<aspectratio>keep</aspectratio>
<visible>[Control.HasFocus(17) | Control.HasFocus(37)]</visible>
</control>

<control type="image">
<description>Disc arrow image</description>
<posx>640</posx>
<posy>396</posy>
<width>25</width>
<height>75</height>
<texture>home-buttonarrow-alpha.png</texture>
<aspectratio>keep</aspectratio>
<visible>System.HasMediaDVD</visible>
</control>

That is the TYPE of change you need to make, the above will give you a button right below System in the xTV skin, it will also look really bad if you have a disc in, and the animation will be off, but above is how you would need to do it, I tested it, and it works fine.
You press down from System, the Apple Movie Trailers gets highlighted, when you press select, Apple trailers opens right up.
Use the above as a idea, and make it look the way you want it.

Hope it helped.
MacGyver is offline   Reply With Quote
Old 2007-05-18, 15:05   #8
djtoll
Skilled Skinner
 
djtoll's Avatar
 
Join Date: Dec 2006
Posts: 87
djtoll is an unknown quantity at this point
Default

Hi,

I have seen a small bug at the Favorit window in the List.
The list field is to long.





greetz djtoll
__________________

DOWNLOAD SVN 7TFT
7TFT BLOG
djtoll is offline   Reply With Quote
Old 2007-05-18, 18:47   #9
CHI3f
Team-XBMC Skinner
 
CHI3f's Avatar
 
Join Date: Jan 2007
Location: New Jersey, USA
Posts: 215
CHI3f is on a distinguished road
Default

Not exactly the right place to post a bug, but all well. It is fixed in the svn.
__________________

Download Containment,Containment Themes
Download xTV,xTV Themes
Download xbmcTV

Always read the XBMC online-manual, FAQ and search the forum before posting.
Do not 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.


CHI3f is offline   Reply With Quote
Old 2007-05-19, 10:20   #10
djtoll
Skilled Skinner
 
djtoll's Avatar
 
Join Date: Dec 2006
Posts: 87
djtoll is an unknown quantity at this point
Default

sorry
__________________

DOWNLOAD SVN 7TFT
7TFT BLOG
djtoll is offline   Reply With Quote
Reply

Bookmarks


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT +2. The time now is 04:25.


Protected by Akismet, We recommend WordPress blogs
Copyright © 2008, XBMC Project