aboutsummaryrefslogtreecommitdiff
path: root/modules/lastfm.py
Commit message (Collapse)AuthorAgeFilesLines
* disable !np youtube urls by defaultGravatar jesopo2020-05-071-4/+11
|
* exports.get_one() -> exports.get()Gravatar jesopo2020-03-081-1/+1
|
* utils.datetime.datetime_utcnow() -> utils.datetime.utcnow()Gravatar jesopo2019-11-251-1/+1
|
* add `cookies` and `.json()` to utils.http.Response objectsGravatar jesopo2019-11-251-6/+5
|
* correctly detect when a track has tags (lastfm)Gravatar jesopo2019-11-221-1/+1
|
* "EventsResultsError"->"EventResultsError", move errors to utils.errorGravatar jesopo2019-11-181-1/+1
|
* refactor lastfm.pyGravatar jesopo2019-11-151-27/+26
|
* boldify track/artist in !np outputGravatar jesopo2019-11-151-5/+4
|
* Refactor set/channelset/serverset/botset in to 'utils.Setting' objectsGravatar jesopo2019-06-281-2/+2
|
* Resolve lastfm nowplaying args to a user's set lastfm args is availableGravatar jesopo2019-06-031-6/+16
|
* Add `depends-on` hashflags to relevant modulesGravatar jesopo2019-05-251-0/+2
|
* Add usage examples for all settingsGravatar jesopo2019-05-231-1/+2
|
* only use one "-" to separate text from url in lastfm.pyGravatar jesopo2019-02-281-1/+1
|
* userplaycount is a str, not an intGravatar jesopo2019-02-281-1/+1
|
* Don't show lastfm play count if it is 0Gravatar jesopo2019-02-281-1/+2
|
* Sometimes lastfm doesn't give us a list of tracks (lastfm.py)Gravatar jesopo2019-02-181-1/+4
|
* Don't use the event system to get results from other modules - use exportsGravatar jesopo2019-02-091-4/+1
|
* 'utils.http.get_url' -> 'utils.http.request', return a Response object fromGravatar jesopo2018-12-111-8/+8
| | | | utils.http.request
* 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 ofGravatar jesopo2018-10-031-5/+5
| | | | related functionality
* 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, toGravatar jesopo2018-09-021-4/+3
| | | | facilitate things like !set and !channelset without using the events system
* 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