We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4703128 commit b0a1fc6Copy full SHA for b0a1fc6
2 files changed
Dockerfile
@@ -61,6 +61,8 @@ RUN \
61
sed \
62
# For the init script.
63
findutils \
64
+ # For the automatic disc ripper.
65
+ xdpyinfo \
66
# For optical drive detection.
67
lsscsi \
68
# For the eject command.
rootfs/opt/makemkv/bin/autodiscripper
@@ -73,6 +73,8 @@ start_yad() {
73
--width=384 \
74
--title "Automatic Disc Ripper" \
75
--window-icon /opt/novnc/images/icons/master_icon.png \
76
+ --posx=$(expr $(xdpyinfo | awk -F'[ x]+' '/dimensions:/{print $3}') / 2 - 384 / 2) \
77
+ --posy=5 \
78
--borders 10 \
79
--text "Ripping disc ($2) from drive $1..." \
80
--no-buttons \
0 commit comments