Update of /cvsroot/freevo/freevo/share/skins/main In directory sc8-pr-cvs1:/tmp/cvs-serv1537
Modified Files: blue.fxd Log Message: audio cd support in info area Index: blue.fxd =================================================================== RCS file: /cvsroot/freevo/freevo/share/skins/main/blue.fxd,v retrieving revision 1.13 retrieving revision 1.14 diff -C2 -d -r1.13 -r1.14 *** blue.fxd 22 Oct 2003 18:45:33 -0000 1.13 --- blue.fxd 8 Nov 2003 13:22:01 -0000 1.14 *************** *** 299,302 **** --- 299,325 ---- </item> + <item type="audiocd"> + <if expression="title"> + <text width="130" font="info label">Title:</text> + <goto_pos x="10" mode="relative"/> + <text font="info value" expression="title"/> + <newline/> + </if> + <if expression="artist"> + <text width="130" font="info label">Artist:</text> + <goto_pos x="10" mode="relative"/> + <text font="info value" expression="artist"/> + <newline/> + </if> + <text width="130" font="info label">Tracks:</text> + <goto_pos x="10" mode="relative"/> + <text font="info value" expression="len(tracks)"/> + <newline/> + <text width="130" font="info label">Disc ID:</text> + <goto_pos x="10" mode="relative"/> + <text font="info value" expression="id"/> + <newline/> + </item> + <item type="playlist"> <if expression="len(playlist)>0"> ------------------------------------------------------- This SF.Net email sponsored by: ApacheCon 2003, 16-19 November in Las Vegas. Learn firsthand the latest developments in Apache, PHP, Perl, XML, Java, MySQL, WebDAV, and more! http://www.apachecon.com/ _______________________________________________ Freevo-cvslog mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/freevo-cvslog