Home
last modified time | relevance | path

Searched refs:Source_Collection (Results 1 – 18 of 18) sorted by relevance

/dports/audio/strawberry/strawberry-1.0.0/src/collection/
H A Dcollectionplaylistitem.cpp32 CollectionPlaylistItem::CollectionPlaylistItem() : PlaylistItem(Song::Source_Collection) { in CollectionPlaylistItem()
33 song_.set_source(Song::Source_Collection); in CollectionPlaylistItem()
36 …Item::CollectionPlaylistItem(const Song &song) : PlaylistItem(Song::Source_Collection), song_(song… in CollectionPlaylistItem()
37 song_.set_source(Song::Source_Collection); in CollectionPlaylistItem()
53 song_.set_source(Song::Source_Collection); in InitFromQuery()
H A Dcollection.cpp65 …backend_->Init(app->database(), app->task_manager(), Song::Source_Collection, kSongsTable, kFtsTab…
89 watcher_ = new CollectionWatcher(Song::Source_Collection); in transform()
H A Dcollectionplaylistitem.h55 Song DatabaseSongMetadata() const override { return Song(Song::Source_Collection); }
/dports/audio/strawberry/strawberry-1.0.0/tests/src/
H A Dcollectionmodel_test.cpp54 …backend_->Init(database_.get(), nullptr, Song::Source_Collection, SCollection::kSongsTable, SColle… in SetUp()
362 Song song(Song::Source_Collection);
388 Song song(Song::Source_Collection);
418 Song song(Song::Source_Collection);
444 Song song(Song::Source_Collection);
460 Song song(Song::Source_Collection);
477 Song song(Song::Source_Collection);
493 Song song(Song::Source_Collection);
510 Song song(Song::Source_Collection);
527 Song song(Song::Source_Collection);
[all …]
H A Dcollectionbackend_test.cpp49 …backend_->Init(database_.get(), nullptr, Song::Source_Collection, SCollection::kSongsTable, SColle… in SetUp()
409 Song song(Song::Source_Collection); in TEST_F()
493 Song song(Song::Source_Collection); in TEST_F()
564 Song song(Song::Source_Collection); in TEST_F()
609 Song song(Song::Source_Collection); in TEST_F()
/dports/audio/strawberry/strawberry-1.0.0/src/playlist/
H A Dplaylistitem.cpp48 case Song::Source_Collection: in NewFromSource()
72 case Song::Source_Collection: in NewFromSong()
H A Dplaylist.cpp1091 if (item->source() == Song::Source_Collection) { in InsertItemsWithoutUndo()
1666 if (item->source() == Song::Source_Collection) { in RemoveItemsWithoutUndo()
2243 …rent_song.source() == Song::Source_LocalFile || current_song.source() == Song::Source_Collection) { in ApplyValidityOnCurrentSong()
/dports/audio/strawberry/strawberry-1.0.0/src/covermanager/
H A Dalbumcoverchoicecontroller.cpp538 if (song->source() == Song::Source_Collection) { in SaveArtAutomaticToSong()
557 case Song::Source_Collection: in SaveArtManualToSong()
616 …if (source == Song::Source_Collection && !cover_overwrite_ && !force_overwrite && get_save_album_c… in SaveCoverToFileAutomatic()
651 if (song.source() == Song::Source_Collection) { in SaveCoverEmbeddedAutomatic()
696 if (song.source() == Song::Source_Collection) { in SaveCoverEmbeddedAutomatic()
H A Dalbumcoverloader.cpp137 …if (source == Song::Source_Collection && save_cover_type_ == CollectionSettingsPage::SaveCoverType… in CoverFilePath()
155 if (source == Song::Source_Collection && in CoverFilePath()
197 case Song::Source_Collection: in CoverFilenameFromSource()
H A Dalbumcovermanager.cpp646 Song result(Song::Source_Collection); in ItemAsSong()
995 …cover_url = album_cover_choice_controller_->SaveCoverToFileAutomatic(Song::Source_Collection, albu… in SaveAndSetCover()
/dports/audio/strawberry/strawberry-1.0.0/src/settings/
H A Dscrobblersettingspage.cpp102 …_->checkbox_source_collection->setChecked(scrobbler_->sources().contains(Song::Source_Collection)); in Load()
145 …->checkbox_source_collection->isChecked()) sources << Song::TextForSource(Song::Source_Collection); in Save()
/dports/audio/strawberry/strawberry-1.0.0/src/playlistparsers/
H A Dasxparser.cpp124 if (song.source() != Song::Source_Collection) { in ParseTrack()
H A Dxspfparser.cpp127 if (song.source() != Song::Source_Collection) { in ParseTrack()
/dports/audio/strawberry/strawberry-1.0.0/src/scrobbler/
H A Daudioscrobbler.cpp90 << Song::Source_Collection
/dports/audio/strawberry/strawberry-1.0.0/src/core/
H A Dsong.cpp378 bool Song::is_collection_song() const { return d->source_ == Source_Collection; } in is_collection_song()
512 case Song::Source_Collection: return "collection"; in TextForSource()
531 case Song::Source_Collection: return "Collection"; in DescriptionForSource()
549 if (source.compare("collection", Qt::CaseInsensitive) == 0) return Source_Collection; in SourceFromText()
567 case Song::Source_Collection: return IconLoader::Load("library-music"); in IconForSource()
771 case Song::Source_Collection: in ImageCacheDir()
H A Dsong.h72 Source_Collection = 2, enumerator
H A Dsongloader.cpp249 Song song(Song::Source_Collection);
H A Dmainwindow.cpp1837 if (item->Metadata().source() == Song::Source_Collection) ++collection_songs;