Skip to content

Commit

Permalink
fix: allow app user to read cdrom devices, specify sr device that is …
Browse files Browse the repository at this point in the history
…not auto discovered
  • Loading branch information
zamnuts committed Aug 19, 2021
1 parent ffeb8e0 commit b784fb4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,9 +1,11 @@
FROM jlesage/baseimage-gui:ubuntu-18.04-v3
ARG ripperxVersion='2.8.0'

# cdrom gid = 24
ENV \
APP_NAME='ripperx' \
HOME='/'
HOME='/' \
SUP_GROUP_IDS='24'

COPY startapp.sh /startapp.sh
COPY ripperX.rc /config/.ripperXrc
Expand Down
2 changes: 1 addition & 1 deletion ripperX.rc
Original file line number Diff line number Diff line change
Expand Up @@ -49,5 +49,5 @@ General::WavPath = /output/wav
General::WavRatio = 0.006
Mp3Player::Command = mpg123 %
Ripper::Plugin = ripperX_plugin-cdparanoia
Ripper::Ripper = cdparanoia
Ripper::Ripper = cdparanoia -d /dev/sr0
WavPlayer::Command = play %

0 comments on commit b784fb4

Please sign in to comment.