rix1337 / docker-ripper

The best way to automatically rip optical disks using docker!
MIT License
247 stars 50 forks source link

move ejectdisc to after ALSOMAKEISO check #109

Closed redvers76 closed 8 months ago

redvers76 commented 8 months ago

Currently the ripping of CDs results in disc being ejected by abcde but ripping of DVDs just keeps going round and around overwriting the the file again and again because the disc never gets ejected after it is finished...

On checking the script, there's no call to ejectdisc in the normal processing of things unless you also set ALSOMAKEISO to true

rix1337 commented 8 months ago

Thanks Super helpful pr