feat: Add support for syncing playlists
Signed-off-by: SindreKjelsrud <sindre@kjelsrud.dev>
This commit is contained in:
parent
f1b31fabda
commit
86d45f324d
8 changed files with 470 additions and 17 deletions
|
|
@ -18,8 +18,8 @@ firmware = "rockbox"
|
|||
[sync]
|
||||
# Sync albums
|
||||
albums = true
|
||||
# Sync playlists (not yet implemented)
|
||||
playlists = false
|
||||
# Sync playlists from Navidrome to iPod (stored as M3U8 files in Playlists folder)
|
||||
playlists = true
|
||||
# Preferred audio format (mp3, flac, ogg, etc.)
|
||||
format = "mp3"
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue