From 3b3476cdce7ec18f0e758d4045044b52b12182a5 Mon Sep 17 00:00:00 2001 From: Jorg Schuler Date: Mon, 8 Jan 2007 10:23:15 +0000 Subject: * tests/Makefile.am: cleanup * src/itdb.h src/itdb_itunesdb.c: renamed unk156 to skipcount and unk160 to last_skipped. Added unk244, gapless_data, unk252, gapless_track_flag, gapless_album_flag, recent_skipcount. Added handling of skipcount and last_skipped to playount file handling. * src/itdb_private.h: added skipcount and last_skipped to struct playcount. git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/libgpod/trunk@1348 f01d2545-417e-4e96-918e-98f8d0dbbcb6 --- docs/reference/tmpl/artwork.sgml | 9 ++++++++- docs/reference/tmpl/device.sgml | 1 + docs/reference/tmpl/playlists.sgml | 2 -- docs/reference/tmpl/track.sgml | 21 +++++++++++++-------- 4 files changed, 22 insertions(+), 11 deletions(-) (limited to 'docs/reference') diff --git a/docs/reference/tmpl/artwork.sgml b/docs/reference/tmpl/artwork.sgml index 94bc4db..e2641b9 100644 --- a/docs/reference/tmpl/artwork.sgml +++ b/docs/reference/tmpl/artwork.sgml @@ -23,9 +23,13 @@ Data structure to store iPod artwork (cover and photos) @thumbnails: -@artwork_size: @id: +@unk028: +@rating: +@unk036: @creation_date: +@digitized_date: +@artwork_size: @usertype: @userdata: @userdata_duplicate: @@ -40,6 +44,7 @@ Data structure to store iPod artwork (cover and photos) @filename: @image_data: @image_data_len: +@rotation: @offset: @size: @width: @@ -92,6 +97,8 @@ Data structure to store iPod artwork (cover and photos) @artwork: @type: @filename: +@rotation: +@error: @Returns: diff --git a/docs/reference/tmpl/device.sgml b/docs/reference/tmpl/device.sgml index 907bf1c..6d25ee1 100644 --- a/docs/reference/tmpl/device.sgml +++ b/docs/reference/tmpl/device.sgml @@ -109,4 +109,5 @@ Data structure holding information about the iPod (model, mount point, ...) @width: @height: @correlation_id: +@format: diff --git a/docs/reference/tmpl/playlists.sgml b/docs/reference/tmpl/playlists.sgml index 70395be..2d69676 100644 --- a/docs/reference/tmpl/playlists.sgml +++ b/docs/reference/tmpl/playlists.sgml @@ -33,8 +33,6 @@ Data structure to represent an iPod playlist @is_spl: @timestamp: @id: -@mhodcount: -@libmhodcount: @sortorder: @podcastflag: @splpref: diff --git a/docs/reference/tmpl/track.sgml b/docs/reference/tmpl/track.sgml index 274b1d0..b10d81c 100644 --- a/docs/reference/tmpl/track.sgml +++ b/docs/reference/tmpl/track.sgml @@ -82,8 +82,9 @@ Data structure to store metadata about an iPod track @unk146: @unk148: @unk152: -@unk156: -@unk160: +@skipcount: +@recent_skipcount: +@last_skipped: @has_artwork: @skip_when_shuffling: @remember_playback_position: @@ -94,21 +95,25 @@ Data structure to store metadata about an iPod track @mark_unplayed: @unk179: @unk180: -@unk184: +@pregap: @samplecount: -@unk192: @unk196: -@unk200: +@postgap: @unk204: -@unk208: -@unk212: -@unk216: +@mediatype: +@season_nr: +@episode_nr: @unk220: @unk224: @unk228: @unk232: @unk236: @unk240: +@unk244: +@gapless_data: +@unk252: +@gapless_track_flag: +@gapless_album_flag: @chapterdata_raw: @chapterdata_raw_length: @artwork: -- cgit