4WoofGrrrr

Members
  • Posts

    5
  • Joined

  • Last visited

Everything posted by 4WoofGrrrr

  1. Does the setting in the UI handles this? Sorry. I thought the environment variable would override
  2. Thank you for your reply. What I would like is this: I want to use the UI so I can select the titles before ripping (I don't want sub-titles, alternate audio, or CC, for example) therefore, when I insert a disc, I want nothing to happen I click to scan the disc those titles that are shorter than 30 seconds (rather than the 120 seconds now) are automatically skipped I select which titles and audio tracks I want I choose the destination folder if it's not already set I click to rip the disc and store the selected titles into the destination folder when done, the disc ejects automatically (this isn't happening now even with -e 'AUTO_DISC_RIPPER_EJECT'='1') I suspect that these "AUTO" settings only apply if auto-ripping is enabled??? Perhaps auto-ripping with the minimum length skip plus automatic eject is the way to go...
  3. Sorry. I figured out my problem with the output destination. You have to manually choose it in the Web UI. For some reason I thought that's what the /output volume was for. But /output is one of the options you can use in the UI. Any idea how I can change the skip length during scan from 120 seconds?
  4. Could you please help me to understand why my MakeMKV output is going into the /config volume and how to make it go somewhere else? I apologize if this has been discussed before, but my searches have not found what I'm looking for. I'm new to Unraid. New to Docker. Been using MakeMKV on Windows for quite a while. I just installed this Docker and tried it for the first time. The output is going into the "Videos" directory of the "/config" volume, which is "/mnt/user/appdata/MakeMKV". But I want it to go to "/mnt/user/data/makemkv" ("/mnt/user/data" is one of my Unraid shares.) I used the Unraid Web UI to configure this. I specified "/mnt/user/data/makemkv" both for Storage and for Output. I confirmed this in the docker command that the Web UI displayed when I saved my configuration (the full docker command can be seen in the attached file "makemkv_docker_run_cmd.txt"). I think this might be the relevant part: -v '/mnt/user/data/makemkv':'/storage':'ro' -v '/mnt/user/data/makemkv':'/output':'rw' -v '/mnt/user/appdata/MakeMKV':'/config':'rw' I created "/mnt/user/data/makemkv" from the command line before running MakeMKV just in case MakeMKV would have a problem if it didn't already exist. Also... I specified "Automatic Disc Ripper: Minimum Title Length: 30" (i.e. 'AUTO_DISC_RIPPER_MIN_TITLE_LENGTH'='30') to skip things shorter than 30 seconds, but when MakeMKV scans my DVD it says it's skipping things less than 120 seconds. Am I confused about what this option does? -e 'AUTO_DISC_RIPPER_MIN_TITLE_LENGTH'='30' Thanks in advance for reading this and providing information that might help ---Mark makemkv_docker_run_cmd.txt
  5. I don't mean to be pain, but it's been over a year. Did you ever get a chance to work on this? Am I perhaps seeing a new issue? Or will Trials always continue to be listed until expiration? Thanks