diff options
| author | jcsjcs <jcsjcs@f01d2545-417e-4e96-918e-98f8d0dbbcb6> | 2007-02-24 15:17:37 +0000 |
|---|---|---|
| committer | jcsjcs <jcsjcs@f01d2545-417e-4e96-918e-98f8d0dbbcb6> | 2007-02-24 15:17:37 +0000 |
| commit | 6821cdc4f0ef0797f596a757845ea3834bfb9eda (patch) | |
| tree | c26a9622429bdb6597ab1102405e157048c788f6 /docs/reference | |
| parent | 6fc9f376fc427b9a7bd35054f26ad18b53e15fe7 (diff) | |
| download | libgpod-6821cdc4f0ef0797f596a757845ea3834bfb9eda.tar.gz libgpod-6821cdc4f0ef0797f596a757845ea3834bfb9eda.tar.xz libgpod-6821cdc4f0ef0797f596a757845ea3834bfb9eda.zip | |
* src/itdb.h
src/itdb_itunesdb.c
src/itdb_playlist.c:
Updated smart playlist handling to recognize album artist, tv
show, last skipped, season number, skipcount and video kind
fields.
git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/libgpod/trunk@1396 f01d2545-417e-4e96-918e-98f8d0dbbcb6
Diffstat (limited to 'docs/reference')
| -rw-r--r-- | docs/reference/tmpl/smart-playlists.sgml | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/docs/reference/tmpl/smart-playlists.sgml b/docs/reference/tmpl/smart-playlists.sgml index 2d1d540..a6c4dbd 100644 --- a/docs/reference/tmpl/smart-playlists.sgml +++ b/docs/reference/tmpl/smart-playlists.sgml @@ -69,6 +69,7 @@ These functions and structures are for dealing with smart playlists. @SPLACTION_IS_LESS_THAN: @SPLACTION_IS_IN_THE_RANGE: @SPLACTION_IS_IN_THE_LAST: +@SPLACTION_BINARY_AND: @SPLACTION_IS_STRING: @SPLACTION_CONTAINS: @SPLACTION_STARTS_WITH: @@ -110,6 +111,7 @@ These functions and structures are for dealing with smart playlists. @splat_none: @splat_invalid: @splat_unknown: +@splat_binary_and: <!-- ##### ENUM SPLField ##### --> <para> @@ -139,6 +141,12 @@ These functions and structures are for dealing with smart playlists. @SPLFIELD_BPM: @SPLFIELD_GROUPING: @SPLFIELD_PLAYLIST: +@SPLFIELD_VIDEO_KIND: +@SPLFIELD_TVSHOW: +@SPLFIELD_SEASON_NR: +@SPLFIELD_SKIPCOUNT: +@SPLFIELD_LAST_SKIPPED: +@SPLFIELD_ALBUMARTIST: <!-- ##### MACRO SPLDATE_IDENTIFIER ##### --> <para> |
