summaryrefslogtreecommitdiff
path: root/nephilim/plugins/Lyrics.py
Commit message (Collapse)AuthorAge
* 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
* 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
| | | | | | the really should stop doing this. switched to using regexps, because QXmlStreamReader chokes on their invalid pages and i don't want to introduce more dependencies.
* 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
| | | | also add error handling.
* Lyrics: fix Lyricwiki. again.Anton Khirnov2009-09-03
| | | | | i hope they stop doing that also switch to QXmlStreamReader for parsing lyrics.
* 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
| | | | | 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.
* Lyrics: use getArtist on lyricwikiAnton Khirnov2009-08-22
| | | | this fixes some issues with non-latin artist names.
* 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
| | | | | also use Qt's networking module instead of urllib - which removes the need for explicit multithreading here.
* Lyrics: enable wrap for song info label.Anton Khirnov2009-08-17
| | | | also remove forgotten Lywicwiki file.
* Lyrics: clear lyrics_path when no song is played.Anton Khirnov2009-08-16
|
* Lyrics: cosmeticsAnton Khirnov2009-08-16
| | | | mark private/public variables, add comments, etc
* Lyrics: make available sites a property of the pluginAnton Khirnov2009-08-16
|
* Lyrics: add a refresh action to toolbarAnton Khirnov2009-08-16
| | | | also add all the icons for previous actions.
* 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
| | | | also get rid of dependency on ZSI in process.
* Lyrics: disable LyricWikiAnton Khirnov2009-08-07
| | | | it stopped providing lyrics via their API.
* 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
|
* Move expand_tags for musicdir from winMain to nephilim_app.Anton Khirnov2009-06-19
|
* Lyrics: clear text if there's no song.Anton Khirnov2009-06-09
| | | | also fix reference to removed function.
* Lyrics: add some debugging messages.Anton Khirnov2009-05-18
|
* Lyrics: add a settings widget.Anton Khirnov2009-05-12
| | | | shamelessly copypasted from AlbumCover
* Lyrics: use python, not Qt for reading lyrics fileAnton Khirnov2009-05-12
| | | | it's nicer to use.
* Lyrics: add support for storing lyrics.Anton Khirnov2009-05-12
|