aboutsummaryrefslogtreecommitdiff
path: root/modules/lastfm.py
Commit message (Expand)AuthorAgeFilesLines
* Standardise "Failed to load results" errors!Gravatar jesopo2018-10-201-1/+1
* Mark command hooks that are aliases ('g' vs 'google')Gravatar jesopo2018-10-101-1/+3
* Move src/Utils.py in to src/utils/, splitting functionality out in to modules of•••related functionality Gravatar jesopo2018-10-031-5/+5
* Switch to using docstring for usage, permission and require_modeGravatar jesopo2018-09-301-2/+3
* Move all exports to @Utils.export callsGravatar jesopo2018-09-271-8/+3
* Switch to using @Utils.hook and docstrings for event hooksGravatar jesopo2018-09-261-4/+4
* Move most code in root directory to src/Gravatar jesopo2018-09-241-1/+1
* Rename the functions to be more generic.Gravatar dngfx2018-09-231-1/+1
* make last.fm say "is now playing", if they're currently playing.Gravatar dngfx2018-09-231-5/+5
* make last.fm say "is now playing", if they're currently playing.Gravatar dngfx2018-09-231-2/+15
* Update last.fm to include a youtube link. Also change the module name to last.fmGravatar dngfx2018-09-231-2/+13
* Refactor everything to use delimited eventsGravatar jesopo2018-09-191-3/+2
* give an Exports object (actually, ExportsContex object) to each module, to•••facilitate things like !set and !channelset without using the events system Gravatar jesopo2018-09-021-4/+3
* Give modules event objects with "context"s, to facilitate purging all the event•••hooks for a module Gravatar jesopo2018-08-311-3/+3
* 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 structur...Gravatar jesopo2016-04-061-2/+2
* 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 not...Gravatar jesopo2016-03-301-0/+2
* first commit.Gravatar jesopo2016-03-291-0/+56