Home
last modified time | relevance | path

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

/dports/net-p2p/ktorrent/ktorrent-21.12.3/plugins/mediaplayer/
H A Dmediacontroller.cpp93 bool has_album = !album.isEmpty();
95 if (has_artist && has_title && has_album) {
/dports/audio/easytag/easytag-2.4.3/src/tags/
H A Did3_tag.c165 gboolean has_album = FALSE; in id3tag_write_file_v23tag() local
316 has_album = 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.c739 gboolean has_album = has_useful_value (properties, "xesam:album", FALSE);
743 } else if (has_artist && has_album) {
749 } else if (has_album) {
/dports/multimedia/librespot/librespot-0.1.3/cargo-crates/librespot-protocol-0.1.2/src/
H A Dmetadata.rs3304 pub fn has_album(&self) -> bool { in has_album() method
/dports/audio/spotifyd/spotifyd-0.3.0/cargo-crates/librespot-protocol-0.1.1/src/
H A Dmetadata.rs3068 pub fn has_album(&self) -> bool { in has_album() method