summaryrefslogtreecommitdiffstats
path: root/src/itdb.h
diff options
context:
space:
mode:
authorJorg Schuler <jcsjcs@users.sourceforge.net>2006-11-26 15:00:15 +0000
committerJorg Schuler <jcsjcs@users.sourceforge.net>2006-11-26 15:00:15 +0000
commitf08cacc8c0de00ede8dcaa3de5b0ecae37ebb173 (patch)
treed13281c758fac4654017b59aa0762a38b1bef2be /src/itdb.h
parente2bc8402d6440a29af874adcc79083d870b45283 (diff)
downloadlibgpod-tmz-f08cacc8c0de00ede8dcaa3de5b0ecae37ebb173.tar.gz
libgpod-tmz-f08cacc8c0de00ede8dcaa3de5b0ecae37ebb173.tar.xz
libgpod-tmz-f08cacc8c0de00ede8dcaa3de5b0ecae37ebb173.zip
* src/itdb.h
src/itdb_itunesdb.c: removed mhodcount and libmhodcount from Itdb_Playlist as these are only used internally and reset during syncing. git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/libgpod/trunk@1340 f01d2545-417e-4e96-918e-98f8d0dbbcb6
Diffstat (limited to 'src/itdb.h')
-rw-r--r--src/itdb.h20
1 files changed, 2 insertions, 18 deletions
diff --git a/src/itdb.h b/src/itdb.h
index d590485..09bf928 100644
--- a/src/itdb.h
+++ b/src/itdb.h
@@ -1,4 +1,4 @@
-/* Time-stamp: <2006-11-24 12:57:54 jcs>
+/* Time-stamp: <2006-11-24 20:51:44 jcs>
|
| Copyright (C) 2002-2006 Jorg Schuler <jcsjcs at users sourceforge net>
| Part of the gtkpod project.
@@ -545,24 +545,8 @@ struct _Itdb_Playlist
gint num; /* number of tracks in playlist */
GList *members; /* tracks in playlist (Track *) */
gboolean is_spl; /* smart playlist? */
- guint32 timestamp; /* some timestamp */
+ guint32 timestamp; /* timestamp of playlist creation */
guint64 id; /* playlist ID */
- guint32 mhodcount; /* This appears to be the number of string
- MHODs (type < 50) associated with this
- playlist (typically 0x01). Doesn't seem
- to be signficant unless you include Type
- 52 MHODs. libgpod sets this to 1 when
- syncing */
- guint16 libmhodcount; /* The number of Type 52 MHODs associated
- with this playlist. If you don't create
- Type 52 MHODs, this can be
- zero. Otherwise, if you have Type 52
- MHODs associated with this playlist and
- set this to zero, no songs appear on the
- iPod. jcsjcs: with iTunes 4.9 this seems
- to be set to 1 even without any Type 52
- MHODs present. libgpod sets this to 1
- when syncing */
guint32 sortorder; /* How to sort playlist -- see below */
guint32 podcastflag; /* ITDB_PL_FLAG_NORM/_PODCAST */
SPLPref splpref; /* smart playlist prefs */