Home
last modified time | relevance | path

Searched refs:art_automatic (Results 1 – 25 of 69) sorted by relevance

123

/dports/audio/strawberry/strawberry-1.0.0/data/schema/
H A Dschema-8.sql68 art_automatic TEXT, field
125 art_automatic TEXT, field
182 art_automatic TEXT, field
239 art_automatic TEXT, field
296 art_automatic TEXT, field
353 art_automatic TEXT, field
410 art_automatic TEXT, field
467 art_automatic TEXT, field
529 art_automatic TEXT, field
540 …ion_detected, compilation_on, compilation_off, compilation_effective, art_automatic, art_manual, e…
[all …]
H A Dschema-11.sql68 art_automatic TEXT, field
139 art_automatic TEXT, field
149 …ion_detected, compilation_on, compilation_off, compilation_effective, art_automatic, art_manual, e…
150 …ion_detected, compilation_on, compilation_off, compilation_effective, art_automatic, art_manual, e…
161 …ion_detected, compilation_on, compilation_off, compilation_effective, art_automatic, art_manual, e…
162 …ion_detected, compilation_on, compilation_off, compilation_effective, art_automatic, art_manual, e…
225 art_automatic TEXT,
235 …ion_detected, compilation_on, compilation_off, compilation_effective, art_automatic, art_manual, e…
236 …ion_detected, compilation_on, compilation_off, compilation_effective, art_automatic, art_manual, e…
H A Dschema.sql70 art_automatic TEXT DEFAULT '',
132 art_automatic TEXT DEFAULT '',
194 art_automatic TEXT DEFAULT '',
256 art_automatic TEXT DEFAULT '',
318 art_automatic TEXT DEFAULT '',
380 art_automatic TEXT DEFAULT '',
442 art_automatic TEXT DEFAULT '',
504 art_automatic TEXT DEFAULT '',
586 art_automatic TEXT DEFAULT '',
H A Dschema-4.sql44 art_automatic TEXT, field
97 art_automatic TEXT, field
150 art_automatic TEXT, field
H A Dschema-12.sql48 art_automatic TEXT,
105 art_automatic TEXT,
162 art_automatic TEXT,
H A Dschema-7.sql48 art_automatic TEXT, field
105 art_automatic TEXT, field
162 art_automatic TEXT, field
H A Dschema-13.sql56 art_automatic TEXT, field
115 art_automatic TEXT, field
174 art_automatic TEXT, field
/dports/audio/strawberry/strawberry-1.0.0/src/covermanager/
H A Dalbumcoverchoicecontroller.cpp287 …if (!song.art_automatic().isEmpty() && !song.art_automatic().path().isEmpty() && !song.has_embedde… in GetInitialPathForFileDialog()
288 …if (song.art_automatic().scheme().isEmpty() && QFile::exists(QFileInfo(song.art_automatic().path()… in GetInitialPathForFileDialog()
289 return song.art_automatic().path(); in GetInitialPathForFileDialog()
291 …else if (song.art_automatic().isLocalFile() && QFile::exists(QFileInfo(song.art_automatic().toLoca… in GetInitialPathForFileDialog()
384 QString art_automatic; in DeleteCover() local
386 if (song->art_automatic().isValid() && song->art_automatic().isLocalFile()) { in DeleteCover()
387 art_automatic = song->art_automatic().toLocalFile(); in DeleteCover()
395 if (!art_automatic.isEmpty()) { in DeleteCover()
396 QFile file(art_automatic); in DeleteCover()
442 …(song.art_automatic().isValid() && song.art_automatic().isLocalFile() && QFile::exists(song.art_au… in ShowCover()
[all …]
H A Dcoverexportrunnable.cpp70 …else if (!song_.art_automatic().isEmpty() && song_.art_automatic().path() == Song::kEmbeddedCover …
71 return song_.art_automatic().toLocalFile();
H A Dalbumcovermanager.cpp434 if (!info.art_automatic.isEmpty() || !info.art_manual.isEmpty()) { in ArtistChanged()
435 item->setData(Role_PathAutomatic, info.art_automatic); in ArtistChanged()
437 …pp_->album_cover_loader()->LoadImageAsync(cover_loader_options_, info.art_automatic, info.art_manu… in ArtistChanged()
738 …else if (!song.art_automatic().isEmpty() && song.art_automatic().isLocalFile() && QFile::exists(so… in SaveCoverToFile()
739 result.image_data = Utilities::ReadDataFromFile(song.art_automatic().toLocalFile()); in SaveCoverToFile()
741 …ng.art_automatic().isEmpty() && !song.art_automatic().path().isEmpty() && song.art_automatic().sch… in SaveCoverToFile()
742 result.image_data = Utilities::ReadDataFromFile(song.art_automatic().path()); in SaveCoverToFile()
/dports/audio/strawberry/strawberry-1.0.0/src/core/
H A Dimageutils.cpp81 QPixmap ImageUtils::TryLoadPixmap(const QUrl &art_automatic, const QUrl &art_manual, const QUrl &ur… in TryLoadPixmap() argument
94 if (ret.isNull() && !art_automatic.path().isEmpty()) { in TryLoadPixmap()
95 if (art_automatic.path() == Song::kEmbeddedCover && !url.isEmpty() && url.isLocalFile()) { in TryLoadPixmap()
98 else if (art_automatic.isLocalFile()) { in TryLoadPixmap()
99 ret.load(art_automatic.toLocalFile()); in TryLoadPixmap()
101 else if (art_automatic.scheme().isEmpty()) { in TryLoadPixmap()
102 ret.load(art_automatic.path()); in TryLoadPixmap()
H A Dstandarditemiconloader.cpp60 void StandardItemIconLoader::LoadIcon(const QUrl &art_automatic, const QUrl &art_manual, QStandardI… in LoadIcon() argument
62 const quint64 id = cover_loader_->LoadImageAsync(cover_options_, art_automatic, art_manual); in LoadIcon()
/dports/audio/strawberry/strawberry-1.0.0/src/dialogs/
H A Dedittagdialog.cpp633 (song.art_manual().isEmpty() && song.art_automatic() != first_song.art_automatic()) || in SelectionChanged()
766 if (song.art_automatic().isEmpty()) { in UpdateSummaryTab()
767 ui_->art_automatic->setText(tr("None")); in UpdateSummaryTab()
770 ui_->art_automatic->setText(tr("Embedded")); in UpdateSummaryTab()
773 ui_->art_automatic->setText(song.art_automatic().toString()); in UpdateSummaryTab()
818 else if (!song.art_automatic().isEmpty()) { in GetArtSummary()
1104 …if (ref.original_.art_automatic().isValid() && ref.original_.art_automatic().isLocalFile() && QFil… in SaveData()
1144 QString art_automatic = ref.original_.art_automatic().toLocalFile(); in SaveData() local
1145 if (QFile::exists(art_automatic)) { in SaveData()
1146 QFile::remove(art_automatic); in SaveData()
[all …]
/dports/audio/strawberry/strawberry-1.0.0/src/organize/
H A Dorganize.cpp242 …if (task.song_info_.song_.art_automatic().isLocalFile() && QFile::exists(task.song_info_.song_.art… in ProcessSomeFiles()
243 job.cover_source_ = task.song_info_.song_.art_automatic().toLocalFile(); in ProcessSomeFiles()
245 …else if (task.song_info_.song_.art_automatic().scheme().isEmpty() && QFile::exists(task.song_info_… in ProcessSomeFiles()
246 job.cover_source_ = task.song_info_.song_.art_automatic().path(); in ProcessSomeFiles()
/dports/audio/clementine-player/Clementine-1.4.0rc1/src/covers/
H A Dalbumcoverloader.cpp74 const QString& art_automatic, in LoadImageAsync() argument
80 task.art_automatic = art_automatic; in LoadImageAsync()
152 filename = task.art_automatic; in TryLoadImage()
310 return LoadImageAsync(options, song.art_automatic(), song.art_manual(), in LoadImageAsync()
H A Dcoverexportrunnable.cpp56 } else if (!song_.art_automatic().isEmpty() && in GetCoverPath()
57 song_.art_automatic() == Song::kEmbeddedCover && in GetCoverPath()
59 return song_.art_automatic(); in GetCoverPath()
H A Dalbumcoverloader.h50 const QString& art_automatic,
83 QString art_automatic; member
/dports/audio/clementine-player/Clementine-1.4.0rc1/src/ui/
H A Dstandarditemiconloader.cpp47 void StandardItemIconLoader::LoadIcon(const QString& art_automatic, in LoadIcon() argument
51 cover_loader_->LoadImageAsync(cover_options_, art_automatic, art_manual); in LoadIcon()
H A Dalbumcoverchoicecontroller.cpp154 if (!song.art_automatic().isEmpty() && !song.has_embedded_cover()) { in GetInitialPathForFileDialog()
155 return song.art_automatic(); in GetInitialPathForFileDialog()
239 song.art_automatic(), song.art_manual(), song.url().toLocalFile())); in ShowCoverPrivate()
H A Dalbumcovermanager.cpp343 if (!info.art_automatic.isEmpty() || !info.art_manual.isEmpty()) { in ArtistChanged()
345 cover_loader_options_, info.art_automatic, info.art_manual, in ArtistChanged()
347 item->setData(Role_PathAutomatic, info.art_automatic); in ArtistChanged()
617 } else if (!song.art_automatic().isEmpty() && in SaveCoverToFile()
618 QFile::exists(song.art_automatic())) { in SaveCoverToFile()
619 image = QImage(song.art_automatic()); in SaveCoverToFile()
H A Dstandarditemiconloader.h45 void LoadIcon(const QString& art_automatic, const QString& art_manual,
/dports/audio/clementine-player/Clementine-1.4.0rc1/data/schema/
H A Dschema-2.sql1 ALTER TABLE songs ADD COLUMN art_automatic TEXT;
H A Dschema-8.sql28 art_automatic TEXT, field
H A Dschema-30.sql25 art_automatic TEXT, field
H A Dschema-40.sql25 art_automatic TEXT, field

123