# # Configuration for the autorip system # [general] # Sometimes, we want the autorip service disabled. disable = no # Path to the optical drive drive = /dev/sr0 # Path to the mount point to use mount = /media/cdrom # Eject the media when the rip is complete? yes/no eject = yes # The heavy operations and output files should belong to this user user = gstein # The desired umask when storing files umask = 0022 # Target directory for DVD backups dvd = /some/path/video toobig = .TOO_BIG # Target directory for CD rips cd = /some/path/audio # For email notifications, set the From/To addresses from_addr = from@example.org to_addr = to@example.org