summaryrefslogtreecommitdiff
path: root/nephilim/plugins/AlbumCover.py
Commit message (Expand)AuthorAge
* Convert to python3.HEADstickersAnton Khirnov2021-01-15
* plugin: more pyqt5 port fixesAnton Khirnov2020-11-08
* Port to PyQt5.Anton Khirnov2020-10-13
* AlbumCover: fix an exception in last.fm fetcher.Anton Khirnov2011-09-04
* common: split MetadataFetcher into its own fileAnton Khirnov2011-09-04
* import pyqtSignal as Signal, for easier future compatibility with PySideAnton Khirnov2010-08-29
* AlbumCover: 10l, functions applied in wrong orderAnton Khirnov2010-08-27
* switch to QVariant API 2Anton Khirnov2010-08-26
* switch to the new MPD interaction layerAnton Khirnov2010-08-12
* AlbumCover: add a forgotten 'not'Anton Khirnov2010-08-09
* AlbumCover: move fetcher classes to top level.Anton Khirnov2010-05-10
* song: use string.Template for expanding $tags.Anton Khirnov2010-04-30
* song: raise KeyError instead of returning empty stringAnton Khirnov2010-04-30
* AlbumCover: fix last.fm fetcher.Anton Khirnov2009-11-29
* AlbumCover: abort if artist or album is emptyAnton Khirnov2009-10-09
* AlbumCover: update Last.fm API key.Anton Khirnov2009-10-09
* switch to PyQt4 API v2 for QStringsAnton Khirnov2009-08-31
* AlbumCover: refresh on load()Anton Khirnov2009-08-29
* use Qt resources for icons.Anton Khirnov2009-08-28
* AlbumCover: use Nephilim logo when there's no cover.Anton Khirnov2009-08-25
* AlbumCover: remove forgotten info()Anton Khirnov2009-08-25
* song: convert to a subclass of dict.Anton Khirnov2009-08-24
* mpclient: change info from function to var.Anton Khirnov2009-08-23
* Remove second Networkreply var from MetadataFecherAnton Khirnov2009-08-22
* AlbumCover: fix local fetcher with non-db files.Anton Khirnov2009-08-22
* AlbumCover: use Musibrainz ID in last.fm fetcher.Anton Khirnov2009-08-21
* AlbumCover: implement manually setting coverAnton Khirnov2009-08-21
* switch to new-style PyQt4 signals.Anton Khirnov2009-08-21
* rename misc->commonAnton Khirnov2009-08-21
* move common lyrics/albumcover fetcher code to miscAnton Khirnov2009-08-21
* AlbumCover: add a 'clear cover' action.Anton Khirnov2009-08-20
* AlbumCover: rewrite to use same design as LyricsAnton Khirnov2009-08-20
* plugin: make settings a var, not a function.Anton Khirnov2009-08-19
* plugin: make mpclient a var instead of a function.Anton Khirnov2009-06-20
* make plugin name a var instead of a function.Anton Khirnov2009-06-19
* Move expand_tags for musicdir from winMain to nephilim_app.Anton Khirnov2009-06-19
* AlbumCover: use per-plugin logger.Anton Khirnov2009-05-18
* AlbumCover: remove useless import.Anton Khirnov2009-05-14
* AlbumCover: change mouseEvent to contextMenuEvent.Anton Khirnov2009-05-12
* Lyrics: support for loading stored lyrics.Anton Khirnov2009-05-12
* AlbumCover: refactor some code.Anton Khirnov2009-05-05
* Use comparison operator for Song.Anton Khirnov2009-05-02
* AlbumCover: some fixes for threading.Anton Khirnov2009-04-30
* Use a separate thread for all fetches of covers.Anton Khirnov2009-04-30
* AlbumCover: use a separate thread for fetching.Anton Khirnov2009-04-30
* add licence headers to all files.Anton Khirnov2009-03-27
* Library: QTreeWidget->QTreeView/QStandardItemModelAnton Khirnov2009-03-17
* AlbumCover: emit cover_changed when not playing.Anton Khirnov2009-03-17
* AlbumCover: allow manually refreshing cover.Anton Khirnov2009-03-12
* Call QSettings constructors with no parametrs.Anton Khirnov2009-03-12