You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
2 years ago | |
---|---|---|
samples | 3 years ago | |
.editorconfig | 2 years ago | |
.gitignore | 2 years ago | |
LICENSE.txt | 7 years ago | |
README.md | 3 years ago | |
config.json.example | 2 years ago | |
lastfm_backup.py | 3 years ago | |
requirements.txt | 3 years ago | |
setup.cfg | 7 years ago | |
setup.py | 3 years ago |
README.md
Last.fm Backup
Features:
- Simple
- Three formats for export data:
dump
- JSON, direct from APIsimple
- Artist, track name, album & date as JSONcsv
- Artist, track name, album & date as comma separated values
How to use:
- Stop scrobbling!
- Modify
config.json
. - Get API Key.
- Run
lastfm_backup.py
. - WAIT =)
TODO:
- web service see lfmbak
- more output types (sqlite, csv)
- configurable output
- continue backup
- multi-threading