Skip to content

This container will detect optical disks by their type and rip them automatically

Notifications You must be signed in to change notification settings

linxchaos/docker-ripper

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 

Repository files navigation

docker-ripper

This container will detect optical disks by their type and rip them automatically.

Join the chat at https://gitter.im/docker-ripper/Lobby

Output

Disc Type Output Tools used
CD MP3 and FLAC Ripit (lame and flac)
Data-Disk Uncompressed .ISO ddrescue
DVD MKV MakeMKV
BluRay MKV MakeMKV

To properly detect optical disk types in a docker environment this script relies on makemkvcon output.

MakeMKV is free while in Beta, but requires a valid license key. Ripper tries to fetch the latest free beta key on launch. Without a purchased license key Ripper may stop running at any time.

To add your purchased license key to MakeMKV/Ripper add it to the enter-your-key-then-rename-to.settings.conf at app_Key = "[ENTER KEY HERE]" and rename the file to settings.conf.

Credits

docker run -d \
  --name="Ripper" \
  -v /path/to/config/:/config:rw \
  -v /path/to/rips/:/out:rw \
  --device=/dev/sr0:/dev/sr0 \
  rix1337/docker-ripper

About

This container will detect optical disks by their type and rip them automatically

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 89.1%
  • Dockerfile 10.9%