From c0ffdbfa07caf1b9ed83a1888aef58a6e4a0f984 Mon Sep 17 00:00:00 2001 From: Arne Keller <2012gdwu@web.de> Date: Sun, 1 Oct 2023 09:42:08 +0200 Subject: [PATCH] Update README.md --- README.md | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 7faf1b3..57839ad 100644 --- a/README.md +++ b/README.md @@ -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 } -``` \ No newline at end of file +``` + +TODO +---- + +Add a mode where songs only repeat after playing ~75% of all available files (has to be persisted across mpv runs).