Titan - Extended (2 Viewers)

MusicMan62

Portal Pro
November 2, 2010
53
6
Frome, UK
Home Country
United Kingdom United Kingdom
MyExtension screen seems missing "Download updates" button :(
Mine too so I modded the myextensions2.xml file.

Add the following to the line just after </control> of the Update all description:

<control>
<id>9</id>
<description>Check for Updates</description>
<type>button</type>
<onright>50</onright>
<label>#MPEI.Translation.DownloadUpdates.Label</label>
<ondown>2</ondown>
<textureFocus>hiddenmenu_item_selected.png</textureFocus>
<textureNoFocus>-</textureNoFocus>
<width>499</width>
<height>69</height>
<textXOff>62</textXOff>
<textYOff>16</textYOff>
</control>

Also comment out <ondown>90</ondown> in the Update all description like this:

<!-- <ondown>90</ondown> -->

If you can't be bothered editing it I have attached my version.
 

Attachments

  • myextensions2.xml
    14.1 KB

sleepycol

Portal Pro
June 2, 2006
538
39
Home Country
United Kingdom United Kingdom
Hi Guys,

Here is my mod to the basichome.xml file. It changes the TV link to my videos and radio to radiotime and removes the tv submenu. Assumes you want my videos AND movingpictures on home screen.....

1) backup your basichome.xml file
2) Install radiotime and movingpictures plugins
3) Set moving pictures to be your "videos" link within mediaportal titan skin settings
4) Replace your xml file with the attached version


Cheers,
Colin
 

Attachments

  • Basichome.jpg
    Basichome.jpg
    441 KB
  • BasicHome.xml
    22.9 KB

Dragy

Portal Pro
April 27, 2009
778
333
31
Home Country
Netherlands Netherlands
Took some time this weekend, so here are fixed and improved OnlineVideos skin files for Titan.
Thanks! I only don't like you used your own implementation of the common.time.xml and that you use the util images as icon. It would be nicer if you just use an fixed icon, like this: <define>#header.image:icon_movies.png</define>
This is different from all the other screens, so inconsistent and that's why I don't like it :) For the rest it's better then the standard xml's.

edit: oh and when loading a video, the buffer percentage show up above the "released on" title under the description.

Also, I think the hiddenmenu margin's are wrong.
edit: Yes, this is how the menu_bg must be defined:
XML:
<control>
<type>image</type>
<id>0</id>
<posY>0</posY>
<posX>0</posX>
<width>612</width>
<height>1074</height>
<texture>menu_bg.png</texture>
<visible>!Control.HasFocus(50)+control.isvisible(50)</visible>
<animation effect="fade" time="0">WindowClose</animation>
<animation effect="slide" start="-150,0" time="100">visible</animation>
<animation effect="fade" time="50">visible</animation>
<animation effect="fade" time="0">hidden</animation>
</control>


By the way, the videocounter says "Video\'s" and category names with an ' also have an \ in front of it, like "Gedownloade video\'s"
 
Last edited:

Users who are viewing this thread

Top Bottom