Update of /cvsroot/gtkpod/libgpod/bindings/python/examples
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv10777

Modified Files:
        add_song.py 
Log Message:
Don't change flag1; it is automatic now as it means coverart present or not

Index: add_song.py
===================================================================
RCS file: /cvsroot/gtkpod/libgpod/bindings/python/examples/add_song.py,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- add_song.py 8 Apr 2006 20:16:25 -0000       1.3
+++ add_song.py 25 Apr 2006 16:51:49 -0000      1.4
@@ -101,14 +101,12 @@
     track.tracklen  = audiofile.getPlayTime() * 1000 # important to add!, iPod 
uses ms.
 
     if options.ispodcast:
-        track.flag1 = 0x02 # unknown
         track.flag2 = 0x01 # skip when shuffling
         track.flag3 = 0x01 # remember playback position
         track.flag4 = 0x01 # Show Title/Album on the 'Now Playing' page
         playlists = [gpod.itdb_playlist_podcasts(itdb)]
         print "Adding Podcast %s (Title: %s)" % (path,track.title)
     else:
-        track.flag1 = 0x02 # unknown
         track.flag2 = 0x00 # do not skip when shuffling
         track.flag3 = 0x00 # do not remember playback position
         track.flag4 = 0x00 # Show Title/Album/Artist on the 'New Playing' page



-------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
gtkpod-cvs2 mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/gtkpod-cvs2

Reply via email to