summaryrefslogtreecommitdiffstats
path: root/src/lastfm
Commit message (Collapse)AuthorAgeFilesLines
* rust 2018HEADmasterJesse Luehrs2018-12-232-187/+2
|
* cargo clippyJesse Luehrs2018-12-221-3/+3
|
* cargo fmtJesse Luehrs2018-12-222-55/+47
|
* rename paths to util, and add more stuff to itJesse Luehrs2018-11-101-2/+2
|
* stop passing the api key on the command lineJesse Luehrs2018-11-081-4/+45
|
* remove some unnecessary use statementsJesse Luehrs2018-11-071-3/+0
|
* no need to define my own type hereJesse Luehrs2018-11-071-7/+5
| | | | didn't realize this already existed
* ignore the currently playing songJesse Luehrs2018-11-072-2/+3
|
* process tracks chronologicallyJesse Luehrs2018-11-072-9/+32
| | | | | this way, if we get interrupted partway through, continuing will do the right thing
* make db syncing workJesse Luehrs2018-11-061-2/+2
|
* support fetching new tracks since a given dateJesse Luehrs2018-11-061-10/+26
|
* add some basic last.fm api queryingJesse Luehrs2018-11-062-0/+164