Home
last modified time | relevance | path

Searched refs:scrobblers (Results 1 – 14 of 14) sorted by relevance

/dports/audio/mpdscribble/mpdscribble-0.22/src/
H A Dfile.c308 file_config.scrobblers = in load_config_file()
309 g_slist_prepend(file_config.scrobblers, in load_config_file()
330 if (file_config.scrobblers == NULL) in file_read_config()
367 g_slist_foreach(file_config.scrobblers, in file_cleanup()
369 g_slist_free(file_config.scrobblers); in file_cleanup()
H A Dscrobbler.c115 static GSList *scrobblers; variable
667 g_slist_foreach(scrobblers, in as_now_playing()
805 g_slist_foreach(scrobblers, scrobbler_push_callback, &record); in as_songchange()
827 scrobblers = g_slist_prepend(scrobblers, scrobbler); in scrobbler_new_callback()
888 g_slist_foreach(scrobblers, scrobbler_save_callback, NULL); in as_save_cache()
901 g_slist_foreach(scrobblers, scrobbler_free_callback, NULL); in as_cleanup()
902 g_slist_free(scrobblers); in as_cleanup()
H A Dfile.h51 GSList *scrobblers; member
H A Dmpdscribble.c228 as_init(file_config.scrobblers); in main()
/dports/audio/cantata/cantata-2.4.2/scrobbling/
H A Dscrobblingsettings.cpp51 QMap<QString, QString> scrobblers=Scrobbler::self()->availableScrobblers(); in ScrobblingSettings() local
52 QStringList keys=scrobblers.keys(); in ScrobblingSettings()
56 bool viaMpd=Scrobbler::viaMpd(scrobblers[k]); in ScrobblingSettings()
H A Dscrobbler.h77 QMap<QString, QString> availableScrobblers() { loadScrobblers(); return scrobblers; } in availableScrobblers()
133 QMap<QString, QString> scrobblers; variable
H A Dscrobbler.cpp869 if (scrobblers.isEmpty()) { in loadScrobblers()
888 if (!name.isEmpty() && !url.isEmpty() && !scrobblers.contains(name)) { in loadScrobblers()
889 scrobblers.insert(name, url); in loadScrobblers()
901 if (scrobblers.isEmpty()) { in scrobblerUrl()
905 if (!scrobblers.contains(scrobbler)) { in scrobblerUrl()
906 return scrobblers.constBegin().value(); in scrobblerUrl()
908 return scrobblers[scrobbler]; in scrobblerUrl()
/dports/audio/lollypop/lollypop-5b2d95f4f8509d80fa86ab7d65b118326dc82a95/lollypop/
H A Dwidgets_loved.py93 for scrobbler in App().ws_director.scrobblers:
H A Dws_director.py75 def scrobblers(self): member in DirectorWebService
H A Dplayer.py310 for scrobbler in App().ws_director.scrobblers:
H A Dplayer_bin.py274 for scrobbler in App().ws_director.scrobblers:
/dports/audio/cantata/cantata-2.4.2/windows/
H A Dcantata.nsi.cmake216 delete "$INSTDIR\config\scrobblers.xml"
/dports/audio/strawberry/strawberry-1.0.0/
H A DChangelog542 * Added love button for scrobblers.
/dports/audio/cantata/cantata-2.4.2/
H A DChangeLog788 status, so remove MPDScribble from list of scrobblers.
952 82. Read podcast_directories.xml, tag-fixes.xml, and scrobblers.xml from