Searched refs:artist (Results 26 - 33 of 33) sorted by relevance

12

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/minidlna/
H A Dupnpsoap.c155 "<SearchCaps>dc:title,dc:creator,upnp:class,upnp:artist,upnp:album,@refID</SearchCaps>"
344 else if( strcmp(item, "upnp:artist") == 0 )
536 *duration = argv[7], *bitrate = argv[8], *sampleFrequency = argv[9], *artist = argv[10], *album = argv[11], local
658 if( artist && (passed_args->filter & FILTER_UPNP_ARTIST) ) {
659 ret = snprintf(str_buf, 512, "&lt;upnp:artist&gt;%s&lt;/upnp:artist&gt;", artist);
824 if( artist && (passed_args->filter & FILTER_UPNP_ARTIST) ) {
825 ret = snprintf(str_buf, 512, "&lt;upnp:artist&gt;%s&lt;/upnp:artist
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/minidlna-1.1.5/
H A Dupnpsoap.c288 "upnp:artist,"
471 else if( strcmp(item, "upnp:artist") == 0 )
778 *duration = argv[7], *bitrate = argv[8], *sampleFrequency = argv[9], *artist = argv[10], *album = argv[11], local
944 if( artist ) {
946 ret = strcatf(str, "&lt;upnp:actor&gt;%s&lt;/upnp:actor&gt;", artist);
949 ret = strcatf(str, "&lt;upnp:artist&gt;%s&lt;/upnp:artist&gt;", artist);
1144 if( artist && (passed_args->filter & FILTER_UPNP_ARTIST) ) {
1145 ret = strcatf(str, "&lt;upnp:artist
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/forked-daapd-0.19/src/
H A Dfilescanner_itunes.c66 { "Artist", PLIST_STRING, mfi_offsetof(artist) },
430 /* Don't let album_artist set to "Unknown artist" if we've
431 * filled artist from the iTunes data in the meantime
433 if (strcmp(mfi->album_artist, "Unknown artist") == 0)
436 mfi->album_artist = strdup(mfi->artist);
H A Ddb.c84 { mfi_offsetof(artist), DB_TYPE_STRING },
168 dbmfi_offsetof(artist),
349 if (mfi->artist)
350 free(mfi->artist);
2365 #define Q_TMPL "INSERT INTO files (id, path, fname, title, artist, album, genre, comment, type, composer," \
2401 STR(mfi->path), STR(mfi->fname), mfi->title, mfi->artist, mfi->album,
2446 #define Q_TMPL "UPDATE files SET path = '%q', fname = '%q', title = TRIM(%Q), artist = TRIM(%Q), album = TRIM(%Q), genre = TRIM(%Q)," \
2476 STR(mfi->path), STR(mfi->fname), mfi->title, mfi->artist, mfi->album, mfi->genre,
4226 " artist VARCHAR(1024) DEFAULT NULL COLLATE DAAP," \
4437 "CREATE INDEX IF NOT EXISTS idx_artist ON files(artist, artist_sor
[all...]
H A Dhttpd_rsp.c90 { "artist", dbmfi_offsetof(artist), F_DETAILED | F_FULL | F_BROWSE },
629 if (strcmp(uri[3], "artist") == 0)
H A Dhttpd_dacp.c220 dmap_add_string(evbuf, "cana", mfi->artist);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/libvorbis-1.2.3/doc/
H A D05-comment.tex114 The artist generally considered responsible for the work. In popular music this is usually the performing band or singer. For classical music it would be the composer. For an audio book it would be the author of the original text.
117 The artist(s) who performed the work. In classical music this would be the conductor, orchestra, soloists. In an audio book it would be the actor who did the reading. In popular music this is typically the same as the ARTIST and is omitted.
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/aMule-2.3.1/src/kademlia/kademlia/
H A DSearch.cpp990 wxString artist; local
1021 artist = tag->GetStr();
1090 if (!artist.IsEmpty()) {
1091 taglist.push_back(new CTagString(TAG_MEDIA_ARTIST, artist));

Completed in 105 milliseconds

12