Skip to content

Commit

Permalink
fix: ripper bin requires 16-byte offset for extra args
Browse files Browse the repository at this point in the history
  • Loading branch information
zamnuts committed Aug 19, 2021
1 parent e1d359f commit d3517fa
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions ripperX.rc
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ CDDBConfig::ConvertSpaces = 0
CDDBConfig::CreateID3 = 1
CDDBConfig::CreatePlaylist = 0
CDDBConfig::DirFormatString = %a/%v
CDDBConfig::FormatString = %# - %s
CDDBConfig::FormatString = %# %s
CDDBConfig::MakeDirectories = 1
CDDBConfig::Port = 80
CDDBConfig::ProxyPort = 0
Expand All @@ -29,7 +29,7 @@ Encoder::HighQual = 1
Encoder::Plugin = ripperX_plugin-lame
Encoder::Priority = 10
Encoder::Type = 2
Encoder::VBRQual = 4
Encoder::VBRQual = 1
Encoder::VarBitrate = 0
Encoder::extraOptions =
Encoder::fullCommand = lame -b 320 --nohist -v -h
Expand All @@ -49,5 +49,5 @@ General::WavPath = /output/wav
General::WavRatio = 0.006
Mp3Player::Command = mpg123 %
Ripper::Plugin = ripperX_plugin-cdparanoia
Ripper::Ripper = cdparanoia -d /dev/sr0
Ripper::Ripper = cdparanoia -d /dev/sr0
WavPlayer::Command = play %

0 comments on commit d3517fa

Please sign in to comment.