Home
last modified time | relevance | path

Searched refs:has_artist (Results 1 – 5 of 5) sorted by relevance

/dports/net-p2p/ktorrent/ktorrent-21.12.3/plugins/mediaplayer/
H A Dmediacontroller.cpp91 bool has_artist = !artist.isEmpty();
95 if (has_artist && has_title && has_album) {
98 } else if (has_title && has_artist) {
/dports/multimedia/mps-youtube/mps-youtube-afab9fb/mps_youtube/
H A Ddescription_parser.py28 def has_artist(text): function
136 is_ac = has_artist(line[1])
/dports/audio/deadbeef/deadbeef-0.7.2/plugins/m3u/
H A Dm3u.c511 int has_artist = deadbeef->pl_meta_exists (it, "artist"); in m3uplug_save_m3u() local
513 if (has_artist && has_title) { in m3uplug_save_m3u()
/dports/audio/easytag/easytag-2.4.3/src/tags/
H A Did3_tag.c163 gboolean has_artist = FALSE; in id3tag_write_file_v23tag() local
288 has_artist = TRUE; in id3tag_write_file_v23tag()
626 …&& !has_title && !has_artist && !has_album_artist && !has_album && !has_year && … in id3tag_write_file_v23tag()
/dports/audio/rhythmbox/rhythmbox-3.4.4/remote/dbus/
H A Drb-client.c738 gboolean has_artist = has_useful_value (properties, "xesam:artist", TRUE);
743 } else if (has_artist && has_album) {
746 } else if (has_artist) {