Fix for regainer.py path to be in /usr/local/bin
This commit is contained in:
parent
6e06b2e078
commit
5e0ce5006b
@ -32,7 +32,7 @@ VERSION = "0.0.1"
|
||||
# Updated 2023/10/02
|
||||
|
||||
FORMATS = ["flac", "m4a", "aac", "alac", "mp3", "m3a", "ogg", "opus", "oga"]
|
||||
PATH_TO_REGAINER = "regainer.py"
|
||||
PATH_TO_REGAINER = "/usr/local/bin/regainer.py"
|
||||
DESCRIPTION = """
|
||||
regain - Calls regainer.py on any albums found in subdirectories.
|
||||
\n\n
|
||||
|
Loading…
Reference in New Issue
Block a user