~ubuntu-branches/ubuntu/trusty/forked-daapd/trusty-proposed

« back to all changes in this revision

Viewing changes to src/daap_query.gperf

  • Committer: Package Import Robot
  • Author(s): Julien BLACHE
  • Date: 2011-09-11 16:19:40 UTC
  • mfrom: (1.1.10 upstream)
  • mto: (2.1.4 experimental)
  • mto: This revision was merged to the branch mainline in revision 19.
  • Revision ID: package-import@ubuntu.com-20110911161940-yvnf3zs1bg0wfr1m
Tags: upstream-0.19gcd
ImportĀ upstreamĀ versionĀ 0.19gcd

Show diffs side-by-side

added added

removed removed

Lines of Context:
10
10
%omit-struct-type
11
11
struct dmap_query_field_map;
12
12
%%
13
 
"dmap.itemname",              "title",            0
14
 
"dmap.itemid",                "id",               1
15
 
"daap.songalbum",             "album",            0
16
 
"daap.songalbumid",           "songalbumid",      1
17
 
"daap.songartist",            "artist",           0
18
 
"daap.songalbumartist",       "album_artist",     0
19
 
"daap.songbitrate",           "bitrate",          1
20
 
"daap.songcomment",           "comment",          0
21
 
"daap.songcompilation",       "compilation",      1
22
 
"daap.songcomposer",          "composer",         0
23
 
"daap.songdatakind",          "data_kind",        1
24
 
"daap.songdataurl",           "url",              0
25
 
"daap.songdateadded",         "time_added",       1
26
 
"daap.songdatemodified",      "time_modified",    1
27
 
"daap.songdescription",       "description",      0
28
 
"daap.songdisccount",         "total_discs",      1
29
 
"daap.songdiscnumber",        "disc",             1
30
 
"daap.songformat",            "type",             0
31
 
"daap.songgenre",             "genre",            0
32
 
"daap.songsamplerate",        "samplerate",       1
33
 
"daap.songsize",              "file_size",        1
34
 
"daap.songstoptime",          "song_length",      1
35
 
"daap.songtime",              "song_length",      1
36
 
"daap.songtrackcount",        "total_tracks",     1
37
 
"daap.songtracknumber",       "track",            1
38
 
"daap.songyear",              "year",             1
39
 
"com.apple.itunes.mediakind", "media_kind",       1
 
13
"dmap.itemname",              "f.title",            0
 
14
"dmap.itemid",                "f.id",               1
 
15
"daap.songalbum",             "f.album",            0
 
16
"daap.songalbumid",           "f.songalbumid",      1
 
17
"daap.songartist",            "f.artist",           0
 
18
"daap.songalbumartist",       "f.album_artist",     0
 
19
"daap.songbitrate",           "f.bitrate",          1
 
20
"daap.songcomment",           "f.comment",          0
 
21
"daap.songcompilation",       "f.compilation",      1
 
22
"daap.songcomposer",          "f.composer",         0
 
23
"daap.songdatakind",          "f.data_kind",        1
 
24
"daap.songdataurl",           "f.url",              0
 
25
"daap.songdateadded",         "f.time_added",       1
 
26
"daap.songdatemodified",      "f.time_modified",    1
 
27
"daap.songdescription",       "f.description",      0
 
28
"daap.songdisccount",         "f.total_discs",      1
 
29
"daap.songdiscnumber",        "f.disc",             1
 
30
"daap.songformat",            "f.type",             0
 
31
"daap.songgenre",             "f.genre",            0
 
32
"daap.songsamplerate",        "f.samplerate",       1
 
33
"daap.songsize",              "f.file_size",        1
 
34
"daap.songstoptime",          "f.song_length",      1
 
35
"daap.songtime",              "f.song_length",      1
 
36
"daap.songtrackcount",        "f.total_tracks",     1
 
37
"daap.songtracknumber",       "f.track",            1
 
38
"daap.songyear",              "f.year",             1
 
39
"com.apple.itunes.mediakind", "f.media_kind",       1