Home
last modified time | relevance | path

Searched refs:albumKey (Results 1 – 13 of 13) sorted by relevance

/dports/graphics/digikam/digikam-7.4.0/core/dplugins/generic/webservices/smugmug/
H A Dsmugtalker.h86 const QString& albumKey,
100 const QString& albumKey,
H A Dsmugtalker.cpp453 const QString& albumKey, in listPhotos() argument
465 QUrl url(d->apiURL.arg(QString::fromLatin1("/api/v2/album/%1!images").arg(albumKey))); in listPhotos()
599 const QString& albumKey, in addPhoto() argument
650 …netRequest.setRawHeader("X-Smug-AlbumUri", QString::fromLatin1("/api/v2/album/%1").arg(albumKey).t… in addPhoto()
H A Dsmugwindow.cpp781 QString albumKey = dataStr.right(dataStr.length() - colonIdx - 1); in slotStartTransfer() local
782 d->talker->listPhotos(albumID, albumKey, in slotStartTransfer()
/dports/graphics/kipi-plugins/kipi-plugins-21.12.3/smug/
H A Dsmugtalker.h61 const QString& albumKey,
71 const QString& albumKey,
H A Dsmugtalker.cpp201 const QString& albumKey, in listPhotos() argument
218 q.addQueryItem(QString::fromLatin1("AlbumKey"), albumKey); in listPhotos()
374 const QString& albumKey, in addPhoto() argument
405 form.addPair(QString::fromLatin1("AlbumKey"), albumKey); in addPhoto()
H A Dsmugwindow.cpp680 QString albumKey = dataStr.right(dataStr.length() - colonIdx - 1); in slotStartTransfer() local
681 m_talker->listPhotos(albumID, albumKey, in slotStartTransfer()
/dports/misc/tellico/tellico-3.4.2/src/translators/
H A Daudiofileimporter.cpp240 QString albumKey = album.toLower(); in collection()
274 albumKey += FieldFormat::columnDelimiterString() + albumArtist.toLower(); in collection()
277 entry = albumMap[albumKey]; in collection()
280 albumMap.insert(albumKey, entry); in collection()
327 directoryAlbumHash.insert(dirName, albumKey); in collection()
/dports/multimedia/qt5-multimedia/kde-qtmultimedia-5.15.2p3/src/plugins/qnx/mediaplayer/
H A Dmmrenderermetadata.cpp76 static const char * albumKey = "md_title_album"; variable
127 value = strm_dict_find_rstr(dict, albumKey); in update()
/dports/audio/cantata/cantata-2.4.2/mpd-interface/
H A Dsong.cpp84 albumYears.insert(s.albumKey(), s.displayYear()); in storeAlbumYear()
89 QHash<QString, quint16>::ConstIterator it=albumYears.find(s.albumKey()); in albumYear()
454 QString songKey(albumKey()); in setKey()
761 QString Song::albumKey() const in albumKey() function in Song
H A Dsong.h225 QString albumKey() const;
/dports/audio/cantata/cantata-2.4.2/playlists/
H A Dstoredplaylistspage.cpp266 map[song.albumKey()+"-"+song.artistSong()+"-"+song.track].append(song); in removeDuplicates()
/dports/audio/cantata/cantata-2.4.2/gui/
H A Dcovers.cpp232 static inline QString albumKey(const Song &s) in albumKey() function
258 ….isArtistImageRequest() ? artistKey(s) : s.isComposerImageRequest() ? composerKey(s) : albumKey(s); in songKey()
2010 QString key=albumKey(song); in gotAlbumCover()
/dports/audio/cantata/cantata-2.4.2/models/
H A Dplayqueuemodel.cpp1502 map[song.albumKey()+"-"+song.artistSong()+"-"+song.track].append(song); in removeDuplicates()