Reindent dmap_query_fields, no code changes.

This commit is contained in:
Julien BLACHE 2009-12-31 16:49:58 +01:00
parent ddc4c667ea
commit a91b1ef46e
1 changed files with 24 additions and 24 deletions

View File

@ -34,30 +34,30 @@
static struct dmap_query_field_map dmap_query_fields[] =
{
{ 0, 0, "dmap.itemname", "title" },
{ 0, 1, "dmap.itemid", "id" },
{ 0, 0, "daap.songalbum", "album" },
{ 0, 0, "daap.songartist", "artist" },
{ 0, 1, "daap.songbitrate", "bitrate" },
{ 0, 0, "daap.songcomment", "comment" },
{ 0, 1, "daap.songcompilation", "compilation" },
{ 0, 0, "daap.songcomposer", "composer" },
{ 0, 1, "daap.songdatakind", "data_kind" },
{ 0, 0, "daap.songdataurl", "url" },
{ 0, 1, "daap.songdateadded", "time_added" },
{ 0, 1, "daap.songdatemodified", "time_modified" },
{ 0, 0, "daap.songdescription", "description" },
{ 0, 1, "daap.songdisccount", "total_discs" },
{ 0, 1, "daap.songdiscnumber", "disc" },
{ 0, 0, "daap.songformat", "type" },
{ 0, 0, "daap.songgenre", "genre" },
{ 0, 1, "daap.songsamplerate", "samplerate" },
{ 0, 1, "daap.songsize", "file_size" },
{ 0, 1, "daap.songstoptime", "song_length" },
{ 0, 1, "daap.songtime", "song_length" },
{ 0, 1, "daap.songtrackcount", "total_tracks" },
{ 0, 1, "daap.songtracknumber", "track" },
{ 0, 1, "daap.songyear", "year" },
{ 0, 0, "dmap.itemname", "title" },
{ 0, 1, "dmap.itemid", "id" },
{ 0, 0, "daap.songalbum", "album" },
{ 0, 0, "daap.songartist", "artist" },
{ 0, 1, "daap.songbitrate", "bitrate" },
{ 0, 0, "daap.songcomment", "comment" },
{ 0, 1, "daap.songcompilation", "compilation" },
{ 0, 0, "daap.songcomposer", "composer" },
{ 0, 1, "daap.songdatakind", "data_kind" },
{ 0, 0, "daap.songdataurl", "url" },
{ 0, 1, "daap.songdateadded", "time_added" },
{ 0, 1, "daap.songdatemodified", "time_modified" },
{ 0, 0, "daap.songdescription", "description" },
{ 0, 1, "daap.songdisccount", "total_discs" },
{ 0, 1, "daap.songdiscnumber", "disc" },
{ 0, 0, "daap.songformat", "type" },
{ 0, 0, "daap.songgenre", "genre" },
{ 0, 1, "daap.songsamplerate", "samplerate" },
{ 0, 1, "daap.songsize", "file_size" },
{ 0, 1, "daap.songstoptime", "song_length" },
{ 0, 1, "daap.songtime", "song_length" },
{ 0, 1, "daap.songtrackcount", "total_tracks" },
{ 0, 1, "daap.songtracknumber", "track" },
{ 0, 1, "daap.songyear", "year" },
{ 0, 1, "com.apple.itunes.mediakind", "media_kind" },
{ -1, -1, NULL, NULL }