Enlightenment CVS committal

Author  : tsauerbeck
Project : misc
Module  : eplayer

Dir     : misc/eplayer/data


Modified Files:
        README 


Log Message:
added support for bitrate and sample rate parts
===================================================================
RCS file: /cvsroot/enlightenment/misc/eplayer/data/README,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -3 -r1.13 -r1.14
--- README      6 Feb 2004 15:05:45 -0000       1.13
+++ README      15 Feb 2004 18:12:39 -0000      1.14
@@ -51,16 +51,18 @@
 
 The Edje provides the following parts for text display, etc:
 
-    Part: "title"            -> Window Title
-    Part: "artist_name"      -> Name of artist
-    Part: "album_name"       -> Name of album
-    Part: "song_name"        -> Name of song
-    Part: "time_text"        -> Current pos in track ([-]00:00)
-    Part: "vol_display_text" -> Current Volume Level (0 - 100)
-
-    Part: "playlist"         -> where to swallow the playlist
-    Part: "seeker"           -> draggable set to track position (%)
-    Part: "seeker_grabber"   -> special (see below)
+    Part: "title"             -> Window Title
+    Part: "artist_name"       -> Name of artist
+    Part: "album_name"        -> Name of album
+    Part: "song_name"         -> Name of song
+    Part: "track_bitrate"     -> Bitrate of song (in kbps)
+       Part: "track_sample_rate" -> Sample rate of song (in khz)
+    Part: "time_text"         -> Current pos in track ([-]00:00)
+    Part: "vol_display_text"  -> Current Volume Level (0 - 100)
+
+    Part: "playlist"          -> where to swallow the playlist
+    Part: "seeker"            -> draggable set to track position (%)
+    Part: "seeker_grabber"    -> special (see below)
 
 The seeker:
   The seeker involves two parts. One, "seeker" is a draggable that gets set to the 
current song position (as a percent). Often, this can be an invisible part with other 
parts relative to it (to create a bar, for instance). Second is the "seeker_grabber" 
part, which captures mouse down/move events to actually seek. Create programs for this 
part that emit SEEKER_START on mouse down, SEEKER_UPDATE on mouse move and SEEKER_STOP 
on mouse up. 




-------------------------------------------------------
SF.Net is sponsored by: Speed Start Your Linux Apps Now.
Build and deploy apps & Web services for Linux with
a free DVD software kit from IBM. Click Now!
http://ads.osdn.com/?ad_id=1356&alloc_id=3438&op=click
_______________________________________________
enlightenment-cvs mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to