summaryrefslogtreecommitdiffstats
path: root/src/lastfm/mod.rs
Commit message (Collapse)AuthorAgeFilesLines
* 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-071-1/+2
|
* process tracks chronologicallyJesse Luehrs2018-11-071-9/+30
| | | | | 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-061-0/+120