mirror of
https://git.sr.ht/~phw/scotty
synced 2025-04-04 12:59:28 +02:00
Updated README
This commit is contained in:
parent
60bbbb9f15
commit
d704e4d3cb
1 changed files with 14 additions and 12 deletions
26
README.md
26
README.md
|
@ -10,6 +10,7 @@ Scotty transfers your listens/scrobbles and favorite tracks between various musi
|
|||
- Submit listens from ListenBrainz to Maloja or Last.fm
|
||||
- Transfer loved tracks from Funkwhale to ListenBrainz
|
||||
- Submit listens stored in a Rockbox `.scrobbler.log` file to ListenBrainz, Last.fm or Maloja
|
||||
- Submit listens from Spotify extended history files to ListenBrainz, Last.fm or Maloja
|
||||
- Store your favorite tracks from Deezer as a JSPF playlist
|
||||
- Backup your listening history from ListenBrainz or Last.fm
|
||||
|
||||
|
@ -116,17 +117,18 @@ scotty beam listens deezer listenbrainz --timestamp "2023-12-06 14:26:24"
|
|||
### Supported backends
|
||||
The following table lists the available backends and the currently supported features.
|
||||
|
||||
Backend | Listens Export | Listens Import | Loves Export | Loves Import
|
||||
---------------|----------------|----------------|--------------|-------------
|
||||
deezer | ✓ | ⨯ | ✓ | -
|
||||
funkwhale | ✓ | ⨯ | ✓ | -
|
||||
jspf | - | ✓ | - | ✓
|
||||
lastfm | ✓ | ✓ | ✓ | ✓
|
||||
listenbrainz | ✓ | ✓ | ✓ | ✓
|
||||
maloja | ✓ | ✓ | ⨯ | ⨯
|
||||
scrobbler-log | ✓ | ✓ | ⨯ | ⨯
|
||||
spotify | ✓ | ⨯ | ✓ | -
|
||||
subsonic | ⨯ | ⨯ | ✓ | -
|
||||
Backend | Listens Export | Listens Import | Loves Export | Loves Import
|
||||
----------------|----------------|----------------|--------------|-------------
|
||||
deezer | ✓ | ⨯ | ✓ | -
|
||||
funkwhale | ✓ | ⨯ | ✓ | -
|
||||
jspf | - | ✓ | - | ✓
|
||||
lastfm | ✓ | ✓ | ✓ | ✓
|
||||
listenbrainz | ✓ | ✓ | ✓ | ✓
|
||||
maloja | ✓ | ✓ | ⨯ | ⨯
|
||||
scrobbler-log | ✓ | ✓ | ⨯ | ⨯
|
||||
spotify | ✓ | ⨯ | ✓ | -
|
||||
spotify-history | ✓ | ⨯ | ⨯ | ⨯
|
||||
subsonic | ⨯ | ⨯ | ✓ | -
|
||||
|
||||
**✓** implemented **-** not yet implemented **⨯** unavailable / not planned
|
||||
|
||||
|
@ -143,7 +145,7 @@ You can help translate this project into your language with [Weblate](https://tr
|
|||
|
||||
## License
|
||||
|
||||
Scotty © 2023 Philipp Wolfer <phw@uploadedlobster.com>
|
||||
Scotty © 2023-2024 Philipp Wolfer <phw@uploadedlobster.com>
|
||||
|
||||
Scotty is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue