summaryrefslogtreecommitdiff
path: root/nephilim/plugins/Lyrics.py
Commit message (Expand)AuthorAge
* Convert to python3.HEADstickersAnton Khirnov2021-01-15
* Port to PyQt5.Anton Khirnov2020-10-13
* Stop saving lyrics in files.Anton Khirnov2011-09-04
* Lyrics: read lyrics from stickers.Anton Khirnov2011-09-04
* Lyrics: save lyrics as stickersAnton Khirnov2011-09-04
* common: split MetadataFetcher into its own fileAnton Khirnov2011-09-04
* switch to QVariant API 2Anton Khirnov2010-08-26
* switch to the new MPD interaction layerAnton Khirnov2010-08-12
* Lyrics: 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
* Lyrics: fix lyricwiki. yet again.Anton Khirnov2009-11-21
* Lyrics: send action=lyrics query to LyricwikiAnton Khirnov2009-10-09
* Lyrics: catch OSError when removing lyrics fileAnton Khirnov2009-09-23
* Lyrics: don't try to save lyrics to empty pathAnton Khirnov2009-09-15
* Lyrics: compensate for more Lyricwiki changes.Anton Khirnov2009-09-11
* Lyrics: fix saving unicode lyrics.Anton Khirnov2009-09-10
* Lyrics: decrease priority of an error message.Anton Khirnov2009-09-04
* Lyrics: fix Lyricwiki. again.Anton Khirnov2009-09-03
* switch to PyQt4 API v2 for QStringsAnton Khirnov2009-08-31
* Lyrics: refresh() on load()Anton Khirnov2009-08-29
* use Qt resources for icons.Anton Khirnov2009-08-28
* 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
* Lyrics: use getArtist on lyricwikiAnton Khirnov2009-08-22
* 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
* Lyrics: disconnect NetworkReply's signals before abort()ing.Anton Khirnov2009-08-21
* Lyrics: fix typo.Anton Khirnov2009-08-21
* Lyrics: cosmeticsAnton Khirnov2009-08-20
* Lyrics: user-selectable site priority.Anton Khirnov2009-08-20
* Lyrics: implement priority for fetchers.Anton Khirnov2009-08-20
* plugin: make settings a var, not a function.Anton Khirnov2009-08-19
* Lyrics: cosmetics - group private/public functions.Anton Khirnov2009-08-19
* Lyrics: rewrite the system of fetchers to be more flexible.Anton Khirnov2009-08-19
* Lyrics: enable wrap for song info label.Anton Khirnov2009-08-17
* Lyrics: clear lyrics_path when no song is played.Anton Khirnov2009-08-16
* Lyrics: cosmeticsAnton Khirnov2009-08-16
* Lyrics: make available sites a property of the pluginAnton Khirnov2009-08-16
* Lyrics: add a refresh action to toolbarAnton Khirnov2009-08-16
* Lyrics: add a toolbar.Anton Khirnov2009-08-13
* Lyrics: use lxml for parsing animelyrics pages.Anton Khirnov2009-08-11
* Lyrics: support for downloading from animelyrics.Anton Khirnov2009-08-11
* Lyrics: fix and reenable LyricWikiAnton Khirnov2009-08-10
* Lyrics: disable LyricWikiAnton Khirnov2009-08-07
* Lyrics: print an error if importing Lyricwiki client fails.Anton Khirnov2009-06-21
* 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