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

Modified Files:
        blurr2.fxd 
Log Message:
Dischi's version of my skin seems to work nicely, it's simpler so might 
as well use it for further work instead.


Index: blurr2.fxd
===================================================================
RCS file: /cvsroot/freevo/freevo/share/skins/main/blurr2.fxd,v
retrieving revision 1.9
retrieving revision 1.10
diff -C2 -d -r1.9 -r1.10
*** blurr2.fxd  11 Jan 2004 10:58:46 -0000      1.9
--- blurr2.fxd  13 Jan 2004 15:48:19 -0000      1.10
***************
*** 85,88 ****
--- 85,92 ----
      </menu>
        
+     <menu type="tv main menu">
+       <style text="text with tv info style (main)"/>
+     </menu>
+       
      <menuset label="video" inherits="normal text style">
        <screen layout="video screen"/>
***************
*** 108,111 ****
--- 112,116 ----
  
      <!-- INFO -->
+     <!-- no needed
      <menuset label="video menu with info" inherits="text with info style">
        <subtitle layout="title1" x="45" y="100" width="470" height="40"/>
***************
*** 127,130 ****
--- 132,136 ----
        <info layout="video info" x="10" y="160" width="480" height="430"/>
      </menuset>
+     -->
  
      <menuset label="text with info style" inherits="normal text style">
***************
*** 141,145 ****
--- 147,156 ----
      <menuset label="text with tv info style" inherits="text with info style">
          <screen layout="tv screen" visible="yes"/>
+     </menuset>
+ 
+     <menuset label="text with tv info style (main)" inherits="text with info style">
+         <screen layout="tv screen" visible="yes"/>
          <info layout="tv extended info" x="50" y="100" width="700" height="230"/>
+         <view visible="no"/>
      </menuset>
  
***************
*** 280,369 ****
            expression="function:comingup" mode="soft"/>
          </item>
-       <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">
-             <goto_pos x="250" mode="relative"/>
-             <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="function: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>
  
  
! 
      <layout label="player info">
        <background>
--- 291,299 ----
            expression="function:comingup" mode="soft"/>
          </item>
          </content>
      </layout>
  
  
!     <!-- outdated format 
      <layout label="player info">
        <background>
***************
*** 382,386 ****
        </content>
      </layout>
! 
         
      <!-- main menu listing area -->
--- 312,316 ----
        </content>
      </layout>
!     -->
         
      <!-- main menu listing area -->




-------------------------------------------------------
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