Improved README

Fixed some spelling mistakes
Added info on export formats
This commit is contained in:
Nitemice 2020-10-04 18:09:15 +11:00
parent abbf9df872
commit f799d31052
1 changed files with 11 additions and 6 deletions

View File

@ -1,21 +1,26 @@
# Last.fm Backup
![Version](https://img.shields.io/pypi/v/lastfm-backup.svg?style=for-the-badge) ![Version](https://img.shields.io/pypi/v/lastfm-backup.svg?style=for-the-badge)
![License](https://img.shields.io/pypi/l/lastfm-backup.svg?style=for-the-badge) ![License](https://img.shields.io/pypi/l/lastfm-backup.svg?style=for-the-badge)
![PyVersion](https://img.shields.io/pypi/pyversions/lastfm-backup.svg?style=for-the-badge) ![PyVersion](https://img.shields.io/pypi/pyversions/lastfm-backup.svg?style=for-the-badge)
### Features: ### Features:
* simple * Simple
* three formats for export data * Three formats for export data:
1. `dump` - JSON, direct from API
2. `simple` - Artist, track name, album & date as JSON
3. `csv` - Artist, track name, album & date as comma separated values
### How to use: ### How to use:
* Stop scrobbling! * Stop scrobbling!
* [Get](http://www.last.fm/api/account/create) API Key.
* Modify `config.json`. * Modify `config.json`.
* [Get API Key](http://www.last.fm/api/account/create).
* Run `lastfm_backup.py`. * Run `lastfm_backup.py`.
* WAIT =) * WAIT =)
### TODO: ### TODO:
- [ ] web service [see lfmbak](https://github.com/iiiypuk/lfmbak) - [ ] web service [see lfmbak](https://github.com/iiiypuk/lfmbak)
- [ ] more output types (sqlite, csv) - [x] more output types (sqlite, csv)
- [ ] confirugurabled output - [ ] configurable output
- [ ] continue backup - [ ] continue backup
- [ ] multithreading - [ ] multi-threading