summaryrefslogtreecommitdiff
path: root/nephilim/plugins
Commit message (Collapse)AuthorAge
...
* Library: remove forgotten useless function.Anton Khirnov2009-08-28
|
* use Qt resources for icons.Anton Khirnov2009-08-28
|
* PlayControl: add a menu for controlling outputs.Anton Khirnov2009-08-28
|
* Library: default to albumartist/albumAnton Khirnov2009-08-28
|
* Playlist: change columns from list to QStringList.Anton Khirnov2009-08-25
|
* AlbumCover: use Nephilim logo when there's no cover.Anton Khirnov2009-08-25
|
* AlbumCover: remove forgotten info()Anton Khirnov2009-08-25
|
* song: if a tag has multiple values, choose first.Anton Khirnov2009-08-25
|
* Library: safer system for grouping.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.
* Songinfo: give the tags column higher priority when stretching.Anton Khirnov2009-08-23
|
* Songinfo: allow choosing which tags to display.Anton Khirnov2009-08-23
|
* Songinfo: rewrite to use all metadata from MPD.Anton Khirnov2009-08-23
|
* 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.
* AlbumCover: fix local fetcher with non-db files.Anton Khirnov2009-08-22
|
* AlbumCover: use Musibrainz ID in last.fm fetcher.Anton Khirnov2009-08-21
|
* Library: fix typoAnton Khirnov2009-08-21
| | | | because of it library wasn't refilled on db update.
* 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
|
* Lyrics: disconnect NetworkReply's signals before abort()ing.Anton Khirnov2009-08-21
|
* Lyrics: fix typo.Anton 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.
* Lyrics: cosmeticsAnton Khirnov2009-08-20
|
* Lyrics: user-selectable site priority.Anton Khirnov2009-08-20
|
* settings_wg: fix typoAnton Khirnov2009-08-20
|
* Lyrics: implement priority for fetchers.Anton Khirnov2009-08-20
|
* plugins: handle ImportError when importing plugins.Anton Khirnov2009-08-19
|
* 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.
* plugins: add comments.Anton Khirnov2009-06-21
|
* plugins: mark init_plugin as private.Anton Khirnov2009-06-21
|
* plugin: make loaded a var instead of a function.Anton Khirnov2009-06-21
|
* plugins: remove unneeded function.Anton Khirnov2009-06-21
|
* Lyrics: print an error if importing Lyricwiki client fails.Anton Khirnov2009-06-21
|