added url to the ipodlinux project to document the unk208 flag field
git-svn-id: svn://svn.berlios.de/gpodder@111 b0d088ad-0a06-0410-aad2-9ed5178a7e87
This commit is contained in:
parent
682b4acc6e
commit
20851d3abe
1 changed files with 1 additions and 1 deletions
|
@ -267,7 +267,7 @@ class gPodder_iPodSync(object):
|
|||
# dirty hack to get video working, seems to work
|
||||
for ext in video_extensions:
|
||||
if local_filename.lower().endswith( '.%s' % ext):
|
||||
track.unk208 = 0x00000002 # FIXME: somebody can document this?
|
||||
track.unk208 = 0x00000002 # documented on http://ipodlinux.org/ITunesDB
|
||||
|
||||
# if it's a music channel, also sync to master playlist
|
||||
if channel.is_music_channel:
|
||||
|
|
Loading…
Reference in a new issue