Hi,
I have an ipod nano 3G and I use gpodder.
When syncing video podcast, video episodes are added as 'normal' video. So
when using the ipod, video are stored in the film menu instead of the
podcast menu.
They should be added as 'Video Podast'.
Attached patch change video media type from 'Video' to 'Video Podcast'.

Thanks for your work,

Nicolas
--- gpodder/src/gpodder/libipodsync.py	2007-10-22 10:34:37.000000000 +0200
+++ gpodder-niqo/src/gpodder/libipodsync.py	2007-10-22 10:42:45.000000000 +0200
@@ -474,7 +474,7 @@
                 track.filetype = 'm4v' # Doesn't seem to matter if it's mp4 or m4v
                 try:
                     # documented on http://ipodlinux.org/ITunesDB
-                    track.mediatype = 0x00000002
+                    track.mediatype = 0x00000006
                 except:
                     # for old libgpod versions, "mediatype" is "unk208"
                     log( '(ipodsync) Seems like your python-gpod is out-of-date.')
_______________________________________________
gpodder-devel mailing list
[email protected]
https://lists.berlios.de/mailman/listinfo/gpodder-devel

Reply via email to