From b5762de609d16e7906237094f4e242e620dd68ed Mon Sep 17 00:00:00 2001 From: Bernard Brandl Date: Tue, 20 Nov 2018 12:02:16 +0100 Subject: [PATCH] fix incorrect shntool path Since the prefix for shntools is /usr, the default path for headphones is /usr/bin, not /usr/bin/shntool. This leads to a missing binary error in logs. ``` root@eb24f530c9b0:/$ ls /usr/bin/shn* /usr/bin/shncat /usr/bin/shncmp /usr/bin/shnconv /usr/bin/shncue /usr/bin/shnfix /usr/bin/shngen /usr/bin/shnhash /usr/bin/shninfo /usr/bin/shnjoin /usr/bin/shnlen /usr/bin/shnpad /usr/bin/shnsplit /usr/bin/shnstrip /usr/bin/shntool /usr/bin/shntrim ``` --- root/defaults/config.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/root/defaults/config.ini b/root/defaults/config.ini index da0a273..f71122d 100644 --- a/root/defaults/config.ini +++ b/root/defaults/config.ini @@ -43,7 +43,7 @@ mirror = musicbrainz.org api_enabled = 0 correct_metadata = 0 customuser = "" -cue_split_shntool_path = "/usr/bin/shntool" +cue_split_shntool_path = "/usr/bin" lastfm_username = "" autowant_upcoming = 1 config_version = 5