Update of /cvsroot/freevo/freevo/share/skins/main
In directory sc8-pr-cvs1:/tmp/cvs-serv17392/share/skins/main

Modified Files:
        blurr2.fxd 
Log Message:
First try at the "Coming Up" page. It only shows up when a directory in the
TV menu is selected, but I'm working on a way to have it show up for the
rest of the TV menu.

TODO:
o Cache the coming up list for an hour at a time (misc.py)
o Cleanup the 'comingup()' function, it's currently just executable pseudo-code 
(misc.py)
o Show the Coming Up list for all items (skin)

If you don't use 'blurr2.fxd' this will have no effect on you whatsoever.



Index: blurr2.fxd
===================================================================
RCS file: /cvsroot/freevo/freevo/share/skins/main/blurr2.fxd,v
retrieving revision 1.5
retrieving revision 1.6
diff -C2 -d -r1.5 -r1.6
*** blurr2.fxd  10 Jan 2004 13:24:44 -0000      1.5
--- blurr2.fxd  11 Jan 2004 03:22:29 -0000      1.6
***************
*** 141,144 ****
--- 141,145 ----
      <menuset label="text with tv info style" inherits="text with info style">
          <screen layout="tv screen" visible="yes"/>
+         <info layout="tv extended info" x="50" y="100" width="700" height="300"/>
      </menuset>
  
***************
*** 272,275 ****
--- 273,361 ----
        </content>
      </layout>
+ 
+     <layout label="tv extended info">
+       <content x="0" y="0" type="text" spacing="20" font="default">
+       <item type="video">
+           <goto_pos x="250" mode="relative"/>
+         <if expression="tv_show_name">
+           <text font="info tagline" expression="tv_show_name"/>
+           <newline/>
+           <if expression="tv_show_ep">
+             <text font="info tagline" expression="tv_show_ep"/>
+             <newline/>
+               <goto_pos x="250" mode="relative"/>
+           </if>
+         </if>
+         <if expression="not tv_show_name">
+           <if expression="name">
+             <text font="info tagline" width="max" expression="name"/>
+             <newline/>
+               <goto_pos x="250" mode="relative"/>     
+           </if>
+         </if>
+         <if expression="tagline">
+             <text font="info tagline">"</text>
+           <text font="info tagline" width="max" expression="tagline"/>
+             <text font="info tagline">"</text>
+           <newline/>
+             <goto_pos x="250" mode="relative"/>
+         </if>
+         <if expression="plot">
+             <goto_pos x="20" mode="relative"/>
+           <text font="info plot" height="120" mode="soft" 
+             align="justified" expression="plot"/>
+             <newline/>
+             <goto_pos x="250" mode="relative"/>
+         </if>
+           <goto_pos y="5" mode="relative"/>
+         <if expression="year">
+             <text font="info value">(</text>
+           <text font="info value" expression="year"/>
+             <text font="info value">)</text>
+         </if>
+         <if expression="runtime">
+           <goto_pos x="30" mode="relative"/>
+           <text font="info value" expression="length"/>
+           <newline/>
+         </if>
+       </item>
+ 
+       <item type="dir">
+           <text font="info tagline" width="max" height="max" expression="comingup" 
mode="soft"/>
+         <if expression="tagline">
+           <text font="info tagline" width="max" expression="tagline"/>
+           <newline/>
+           <goto_pos y="10" mode="relative"/>
+         </if>
+         <if expression="plot">
+             <goto_pos x="10" mode="relative"/>
+           <text font="info plot" height="max" mode="soft" 
+             align="justified" expression="plot"/>
+           <newline/>
+         </if>
+         <if expression="content and not plot">
+           <text font="info plot" height="max" mode="soft" 
+             align="justified" expression="content"/>
+           <newline/>
+         </if>
+         <newline/>
+       </item>
+         <item type="playlist">
+           <text font="info label">Playlist</text>
+           <newline/>
+           <if expression="len(playlist)>0">
+              <text font="info value" expression="len(playlist)"/>
+              <text font="info value"> items in this playlist</text>
+              <newline/>
+           </if>
+           <if expression="len(playlist)==0">
+             <text font="info value">This playlist is empty!</text>
+             <newline/>
+           </if>
+         </item>
+ 
+       </content>
+     </layout>
+ 
  
  




-------------------------------------------------------
This SF.net email is sponsored by: Perforce Software.
Perforce is the Fast Software Configuration Management System offering
advanced branching capabilities and atomic changes on 50+ platforms.
Free Eval! http://www.perforce.com/perforce/loadprog.html
_______________________________________________
Freevo-cvslog mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/freevo-cvslog

Reply via email to