summaryrefslogtreecommitdiff
path: root/nephilim/plugins/AlbumCover.py
Commit message (Collapse)AuthorAge
* common: split MetadataFetcher into its own filemasterAnton Khirnov2011-04-05
| | | | also fix finished() signal signature
* 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
| | | | i.e., remove all explicite usage of QVariant
* switch to the new MPD interaction layerAnton Khirnov2010-08-12
| | | | remove the old mpclient and our bundled copy of mpd.py
* 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
| | | | | also don't store whole song in Library and Playlist, this saves a significant amount of memory.
* mpclient: change info from function to var.Anton Khirnov2009-08-23
|
* Remove second Networkreply var from MetadataFecherAnton Khirnov2009-08-22
| | | | it's redundant.
* 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
| | | | again ;)
* 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
| | | | some features got removed in the process, should be put back soon.
* 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
| | | | | also move function for generating metadata paths to misc.py.
* 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
| | | | i don't really like how it's done though, there should be a better way.
* AlbumCover: use a separate thread for fetching.Anton Khirnov2009-04-30
| | | | doesn't work with manual setting atm.
* 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
|
* AlbumCover: fix typo.Anton Khirnov2009-03-12
|
* AlbumCover: cosmetics.Anton Khirnov2009-03-12
|
* clSong: get rid of camelcase.Anton Khirnov2009-03-07
|
* mpclient: better handling of status changes.Anton Khirnov2009-03-07
| | | | also remove dangerous 'connected' signal.