summaryrefslogtreecommitdiff
path: root/nephilim/plugins
Commit message (Collapse)AuthorAge
* Convert to python3.HEADstickersAnton Khirnov2021-01-15
|
* plugin: more pyqt5 port fixesAnton Khirnov2020-11-08
|
* Port to PyQt5.Anton Khirnov2020-10-13
|
* mpclient: cache the database locally.Anton Khirnov2013-04-25
|
* song: drop PlaylistEntryRefAnton Khirnov2013-04-25
| | | | It adds a lot of complexity for little real benefit.
* Songinfo: basic support for displaying stickersAnton Khirnov2011-09-04
| | | | It's ugly and uneditable and should probably be rewritten.
* Stop saving lyrics in files.Anton Khirnov2011-09-04
| | | | also write all lyrics read from files to sticker db.
* Lyrics: read lyrics from stickers.Anton Khirnov2011-09-04
|
* Lyrics: save lyrics as stickersAnton Khirnov2011-09-04
| | | | | | for now encode newlines as '\n', should probably be fixed in MPD protocol also no reading support for now
* AlbumCover: fix an exception in last.fm fetcher.Anton Khirnov2011-09-04
|
* common: split MetadataFetcher into its own fileAnton Khirnov2011-09-04
| | | | also fix finished() signal signature
* Songinfo: reformat to new styleAnton Khirnov2011-01-04
|
* Playlist: add a shuffle button to the toolbar.Anton Khirnov2010-11-30
|
* SongInfo: fix saving settingsAnton Khirnov2010-11-17
| | | | only call QSettings.BeginGroup() once
* Playlist: add a toolbarAnton Khirnov2010-11-17
| | | | currently contains a 'clear playlist' button and 'add URL' lineedit
* Playlist: update current song when its position changesAnton Khirnov2010-11-03
|
* Playlist: highlight current song.Anton Khirnov2010-10-05
|
* Library: move folding patter selection to the widget itselfAnton Khirnov2010-08-29
| | | | with this the settings widget for library can go
* Library: move subclasses to top levelAnton Khirnov2010-08-29
|
* import pyqtSignal as Signal, for easier future compatibility with PySideAnton Khirnov2010-08-29
|
* AlbumCover: 10l, functions applied in wrong orderAnton Khirnov2010-08-27
|
* move crossfade control from settings widget to PlayControl pluginAnton Khirnov2010-08-27
| | | | maybe it should be hidden under an icon for extra prettiness
* Playlist: add empty header_state to default settingsAnton 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
|
* Lyrics: move fetcher classes to top level.Anton Khirnov2010-05-10
|
* 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
|
* Songinfo: simplify setting tags.Anton Khirnov2010-04-30
|
* remove some useless conversions to unicodeAnton Khirnov2010-02-11
|
* Playlist: add a popup menu with 'add same'Anton Khirnov2010-02-11
|
* Playlist: use PlaylistEntryRef.Anton Khirnov2010-02-11
|
* Playlist: move all classes at to top level.Anton Khirnov2010-02-10
|
* AlbumCover: fix last.fm fetcher.Anton Khirnov2009-11-29
|
* Songinfo: only edit settings when connected.Anton Khirnov2009-11-29
|
* Notify: toInt() -> int()Anton Khirnov2009-11-27
|
* 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
|
* AlbumCover: abort if artist or album is emptyAnton Khirnov2009-10-09
|
* AlbumCover: update Last.fm API key.Anton Khirnov2009-10-09
|
* PlayControl: correctly initialize on load.Anton Khirnov2009-09-24
| | | | fixes behavior if it's loaded after we're connected to MPD.
* Lyrics: catch OSError when removing lyrics fileAnton Khirnov2009-09-23
|
* Playlist: support for moving songs with drag&dropAnton Khirnov2009-09-19
|
* mpclient: change tagtypes, urlhandlers and commands to varsAnton Khirnov2009-09-19
|
* Lyrics: don't try to save lyrics to empty pathAnton Khirnov2009-09-15
|
* Filebrowser: remove useless conversion to unicodeAnton Khirnov2009-09-15
|
* Playlist: allow dropping items from library.Anton Khirnov2009-09-12
|
* Lyrics: allow dragging of items.Anton Khirnov2009-09-12
| | | | though nowhere to drop them now