summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* combine exporter and cmd/syncJesse Luehrs2018-11-074-45/+4
|
* move subcommands to their own fileJesse Luehrs2018-11-073-25/+34
|
* clean up output a bitJesse Luehrs2018-11-072-4/+2
|
* factor out into subcommandsJesse Luehrs2018-11-072-20/+53
|
* no need to define my own type hereJesse Luehrs2018-11-075-24/+16
| | | | didn't realize this already existed
* better top level error handlingJesse Luehrs2018-11-072-10/+59
|
* better command line parsingJesse Luehrs2018-11-072-7/+33
|
* 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
* switch to indicatifJesse Luehrs2018-11-071-4/+10
|
* make db syncing workJesse Luehrs2018-11-064-6/+68
|
* method to see when the most recent track we know about happenedJesse Luehrs2018-11-061-0/+13
|
* support fetching new tracks since a given dateJesse Luehrs2018-11-061-10/+26
|
* no need to create the connection twice hereJesse Luehrs2018-11-061-7/+10
|
* add some basic last.fm api queryingJesse Luehrs2018-11-063-0/+184
|
* start sketching out some db stuffJesse Luehrs2018-11-054-1/+64
|
* project skeletonJesse Luehrs2018-11-041-0/+3