Created
August 21, 2018 19:08
-
-
Save secondwtq/67750573a2de48ee12e86a4470c8d6b7 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| music_directory "~/Documents/music" | |
| playlist_directory "~/Documents/music/playlists" | |
| database { | |
| plugin "simple" | |
| path "/var/lib/mpd/db" | |
| } | |
| input { | |
| plugin "qobuz" | |
| app_id "" | |
| app_secret "" | |
| username "" | |
| password "" | |
| format_id "6" | |
| } | |
| # input? | |
| # decoder? | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment