aboutsummaryrefslogtreecommitdiff
path: root/modules/lastfm.py
Commit message (Collapse)AuthorAgeFilesLines
* Give modules event objects with "context"s, to facilitate purging all the eventGravatar jesopo2018-08-311-3/+3
| | | | hooks for a module
* use assure_call for trakt.py and lastfm.pyGravatar jesopo2018-08-301-1/+1
|
* username -> lastfm_usernameGravatar jesopo2018-08-151-1/+1
|
* Don't show actual lastfm name unless it was explicitly providedGravatar jesopo2018-08-131-5/+7
|
* Grammer is importantGravatar jesopo2018-08-031-1/+1
|
* Added a "replay" system to EventManager hooks, to replay missed .callsGravatar jesopo2017-12-261-6/+5
|
* added more code to deal with lastfm having a ridiculously unreliably ↵Gravatar jesopo2016-04-061-2/+2
| | | | structured API.
* added usage help to a lot of modules, added a verbose option to karma.py.Gravatar jesopo2016-04-061-1/+2
|
* fixed a crash-causing bug in lastfm when userplaycount isn't present.Gravatar jesopo2016-04-051-4/+7
|
* added todo.py.Gravatar jesopo2016-04-051-1/+0
|
* fixed showing track tags in lastfm.py.Gravatar jesopo2016-04-041-6/+11
|
* added a "hashflag" to modules to stop modules being loaded that rely on a ↵Gravatar jesopo2016-03-301-0/+2
| | | | not-present config option.
* first commit.Gravatar jesopo2016-03-291-0/+56