mirror of
https://github.com/beetbox/beets.git
synced 2025-12-26 18:43:38 +01:00
added fatalreplaygainerror
This commit is contained in:
parent
80c49ab360
commit
a3e32fd410
1 changed files with 3 additions and 1 deletions
|
|
@ -109,7 +109,9 @@ class Bs1770gainBackend(Backend):
|
|||
call([cmd, self.method])
|
||||
self.command = cmd
|
||||
except OSError:
|
||||
pass
|
||||
raise FatalReplayGainError(
|
||||
'Is bs1770gain installed? Is your method in conifg correct?'
|
||||
)
|
||||
if not self.command:
|
||||
raise FatalReplayGainError(
|
||||
'no replaygain command found: install bs1770gain'
|
||||
|
|
|
|||
Loading…
Reference in a new issue