updated readme

This commit is contained in:
Robin M 2023-06-20 10:44:04 +01:00
parent 347697f7fa
commit d5e8cb586c
1 changed files with 10 additions and 3 deletions

View File

@ -7,8 +7,15 @@ A little script that uses sqlite3 to extract playlists from navidrome.db and cre
- mpc
- sqlite3
## Uage:
## Install:
`navidrome2mpd_playlists [/path/to/navidrome/]`
`git pull https://tildegit.org/mrfry/navidrome2mpd_playlists'
`cd navidrome2mpd_playlists`
`chmod +x navidrome2mpd_playlists`
## Usage:
`./navidrome2mpd_playlists [/path/to/navidrome/]`
If you provide /path/to/navidrome/, make sure to use a trailing slash. If path isn't provided, defaults to "/var/lib/navidrome/".
If you provide /path/to/navidrome/, make sure to use a trailing slash. If path isn't provided, defaults to "/var/lib/navidrome/"