Update README.md

This commit is contained in:
Arne Keller 2023-10-01 09:42:08 +02:00 committed by GitHub
parent 77a5edc696
commit c0ffdbfa07
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -31,11 +31,16 @@ Alt+DOWN script-message RBS-downvote
Technical details
-----------------
Only absolute paths are stored in the `ratings_file`:
In the `ratings_file`, files and associated ratings are stored:
```json
{
"/home/username/Music/BigPlaylist/Topic/Directory/Song Name.mp3":1.100000,
"/home/username/Music/BigPlaylist/Another topic/LoremIpsum.mp3":0.810000
}
```
```
TODO
----
Add a mode where songs only repeat after playing ~75% of all available files (has to be persisted across mpv runs).