commit 9b921d14acdf33392654962d29854fe985c06095
Author: Gabriel Burt <gabriel.b...@gmail.com>
Date:   Mon Sep 20 17:31:41 2010 -0500

    Add more MimeTypes (bgo#630215)
    
    Signed-off-by: Nathaniel McCallum <nathan...@natemccallum.com>

 bindings/mono/libgpod-sharp/Track.cs |    9 ++++++++-
 1 files changed, 8 insertions(+), 1 deletions(-)
---
diff --git a/bindings/mono/libgpod-sharp/Track.cs 
b/bindings/mono/libgpod-sharp/Track.cs
index 218c238..7940629 100644
--- a/bindings/mono/libgpod-sharp/Track.cs
+++ b/bindings/mono/libgpod-sharp/Track.cs
@@ -163,10 +163,17 @@ namespace GPod {
                Audio       = 0x0001,
                Movie       = 0x0002,
                Podcast     = 0x0004,
+               VideoPodcast= 0x0006,
                Audiobook   = 0x0008,
                MusicVideo  = 0x0020,
                TVShow      = 0x0040,
                MusicTVShow = 0x0060,
+               RingTone    = 0x004000,
+               Rental      = 0x008000,
+               ItunesExtra = 0x010000,
+               Memo        = 0x100000,
+               ITunesU     = 0x200000,
+               EpubBook    = 0x400000
        }
        
        public unsafe class Track : GPodBase {
@@ -441,4 +448,4 @@ namespace GPod {
                        Itdb_Track.itdb_track_remove_thumbnails(Handle);
                }
        }
-}
\ No newline at end of file
+}

------------------------------------------------------------------------------
Start uncovering the many advantages of virtual appliances
and start using them to simplify application deployment and
accelerate your shift to cloud computing.
http://p.sf.net/sfu/novell-sfdev2dev
_______________________________________________
gtkpod-cvs2 mailing list
gtkpod-cvs2@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gtkpod-cvs2

Reply via email to