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 ```
This commit is contained in:
parent
ae5b92c54c
commit
b5762de609
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue