Home
last modified time | relevance | path

Searched refs:getalbum (Results 1 – 6 of 6) sorted by relevance

/dports/audio/quimup/Quimup_1.4.4_source/src/
H A Dqm_libraryview.cpp729 …itemlist = mpdCom->get_songlist(active_item->getalbum, active_item->getartist, active_item->getgen…
731 itemlist = mpdCom->get_songlist(active_item->getalbum, active_item->getartist, "*^*");
1269 …itemlist = mpdCom->get_songlist(currentItem->getalbum, currentItem->getartist, currentItem->getgen…
1271 … itemlist = mpdCom->get_songlist(currentItem->getalbum, currentItem->getartist, "*^*");
1442 newCommand.album = currentItem->getalbum;
1462 … append_to_modlist(currentItem->getalbum, currentItem->getartist, currentItem->getgenre, b_insert);
1464 … append_to_modlist(currentItem->getalbum, currentItem->getartist, "*^*", b_insert);
H A Dqm_libraryview.h56 #define getalbum data(0, Qt::UserRole + 5).toString() macro
/dports/audio/mp3blaster/mp3blaster-3.2.6/mpegsound/
H A Dfileplayer.cc358 strcpy(info.album, server->getalbum()); in initialize()
H A Dmpegsound.h773 const char *getalbum (void) const { return (const char *)songinfo.album; }; in getalbum() function
/dports/devel/plan9port/plan9port-1f098efb7370a0b28306d10681e21883fb1c1507/src/cmd/smugfs/
H A Dfs.c487 getalbum(SmugFid *sf, vlong albumid, char *albumkey) in getalbum() function
695 v = getalbum(sf, sf->album, sf->albumkey); in albumname()
884 v = getalbum(sf, sf->album, sf->albumkey); in readctl()
/dports/audio/ampache/ampache-php74-5.0.0/src/Module/Api/
H A DSubsonic_Api.php594 public static function getalbum($input) function in Ampache\\Module\\Api\\Subsonic_Api