home *** CD-ROM | disk | FTP | other *** search
/ Windows News 2005 November / WNnov2005.iso / Windows / Equipement / Media-portal / Setup.msi / _6F5CFA107520147A76D0EEE5A1A7F29D / _A57DC165BC374F9381699949955BD616 < prev    next >
Text File  |  2004-08-17  |  6KB  |  130 lines

  1.     In the .xml files of the skin you can use the list of tags (see below) to show info about the current
  2.     playing file. These special tags currently work for the following controls:
  3.         - button
  4.         - label 
  5.         - fadelabel 
  6.         - textboxscrollup
  7.         - progress
  8.         - image
  9.         - tvprogress 
  10.     These special tags are placed in the <label></label> field of the controls and contain the
  11.     tagname and any other text you want.
  12.  
  13.     example of an label control :
  14.         <control>
  15.             <description>example label control showwing the current play time </description> 
  16.             <type>label</type> 
  17.             <id>2</id> 
  18.             <posX>575</posX> 
  19.             <posY>45</posY> 
  20.             <label>playtime:#currentplaytime</label> 
  21.             <align>left</align> 
  22.             <font>font13</font> 
  23.             <textcolor>FFB2D4F5</textcolor> 
  24.         </control> 
  25.  
  26.     example of an fadelabel: 
  27.     (note that \r means a new line in the fadelabel control)
  28.         <control>
  29.             <description>example fadelabel control showing & scrolling title, genre, year & director tag</description> 
  30.             <type>fadelabel</type> 
  31.             <width>220</width> 
  32.             <height>30</height>
  33.             <posX>520</posX> 
  34.             <posY>45</posY>
  35.             <align>right</align>  
  36.             <font>font13</font> 
  37.             <textcolor>FFB2D4F5</textcolor>
  38.             <label>#title\r#genre\r#year\r#director</label>
  39.             <id>5</id> 
  40.         </control>
  41.  
  42.     List of special tags:
  43.     Tagname                            description
  44.     ---------------------------------------------------------
  45.     Metadata of the currently playing movie / song
  46.         #title                      title 
  47.         #artist                     artist
  48.         #album                      albumname 
  49.         #track                      tracknumber
  50.         #year                       release year 
  51.         #comment                    comment 
  52.         #director                   Director
  53.         #genre                      genre/movie
  54.         #cast                       cast  
  55.         #dvdlabel                   dvd#
  56.         #imdbnumber                 imdbnumber
  57.         #file                       filename
  58.         #plot                       plot
  59.         #plotoutline                plotoutline
  60.         #rating                     rating
  61.         #tagline                    tagline
  62.         #votes                      votes
  63.         #credits                    credits
  64.         #thumb                      filename of the thumbnail containg the movie/song art
  65.         
  66.         #currentplaytime            current playtime in HH:MM:SS
  67.         #shortcurrentplaytime        current playtime in HH:MM
  68.         #duration                   duration in seconds of  in HH:MM:SS
  69.         #shortduration              duration in seconds of  in HH:MM
  70.         #playlogo                    contains the filename of the logo which shows the current status (FF/RW/PAUSE/PLAY)
  71.         #playspeed                  playspeed (-2x, 1x, 2x, 4x,...)/song
  72.         #percentage                 % (0-100/song)
  73.  
  74.     Metadata of the listcontrol/thumbnail panel controls
  75.         #selecteditem               text of current selected item
  76.         #selecteditem2              2nd text of for current selected item
  77.         #selectedthumb              filename of thumbnail for current selected item
  78.         #itemcount                  number of items 
  79.  
  80.     Various:
  81.         #currentmodule              contains the name of the current window (like My Movies or My Pictures)
  82.  
  83.     Metadata of My TV & recorder
  84.         #channel                    current TV channel
  85.         #TV.start                    start time of the current tvprogram you're watching/recording
  86.         #TV.stop                    stop time of the current tvprogram you're watching/recording
  87.         #TV.current                    current time of the current tvprogram you're watching/recording
  88.  
  89.     metadata of My TV/recorder:
  90.         #TV.Record.channel          TV channel of the current tvprogram which gets recorded
  91.         #TV.Record.start            start time of the current tvprogram which gets recorded
  92.         #TV.Record.stop             stop time of the current tvprogram which gets recorded
  93.         #TV.Record.genre            genre of the current tvprogram which gets recorded
  94.         #TV.Record.title            title of the current tvprogram which gets recorded
  95.         #TV.Record.description      description of the current tvprogram which gets recorded
  96.         #TV.Record.thumb            thumbnail filename of the current tvprogram which gets recorded
  97.  
  98.     metadata of My TV/ tv viewing:
  99.         #TV.View.channel            TV channel of the current tvprogram you're watching
  100.         #TV.View.thumb              thumbnail of the current tvprogram you're watching
  101.         #TV.View.start              start time of the current tvprogram you're watching
  102.         #TV.View.stop               stop time of the current tvprogram you're watching
  103.         #TV.View.genre              genre of the current tvprogram you're watching
  104.         #TV.View.title              title of the current tvprogram you're watching
  105.         #TV.View.description        description of the current tvprogram you're watching
  106.         #TV.View.Percentage         contains how much percent (0%-100%) of the current tvprogram has past
  107.  
  108.     metadata of My TV/TVGuide:
  109.         #TV.Guide.Day               contains the day you're browsing
  110.         #TV.Guide.thumb             thumbnail of current selected tv channel
  111.         #TV.Guide.Title             title of current selected program
  112.         #TV.Guide.Time              start-endtime of current selected program
  113.         #TV.Guide.Description       description of current selected program
  114.         #TV.Guide.Genre             genre of current selected program
  115.  
  116.     metadata of My TV/ Recorded TV:
  117.         #TV.RecordedTV.Title        title of current selected recording
  118.         #TV.RecordedTV.Time         time of current selected recording
  119.         #TV.RecordedTV.Description  description of current selected recording
  120.         #TV.RecordedTV.thumb        thumbnail of current selected recording
  121.         #TV.RecordedTV.Genre        genre of current selected recording
  122.  
  123.     meta data of current recording/program
  124.         #TV.Record.percent1            total percentage of show not recorded
  125.         #TV.Record.percent2            total percentage of show recorded
  126.         #TV.Record.percent3            total percentage of show viewed
  127.         #TV.Record.duration            duration of current program (recording of viewing)
  128.         #TV.Record.current            position we're currently viewing
  129.  
  130.