AUTOMATED 4K Dolby ATMOS UHD Streaming | How To Rip 4K Blu-rays Ripping Guide!

Поділитися
Вставка
  • Опубліковано 30 вер 2024
  • 📦 Check out the LG WH14NS40 Internal SATA Blu-ray Drive on Amazon ► amzn.to/44Chsie
    📦 Check out the OWC Mercury 5.25" SATA Optical Drive USB Enclosure ► amzn.to/45wsCqf
    🎥 How To Rip 4K Dolby ATMOS Blu-rays in 2023! | NEW UPDATED GUIDE | • How To Rip 4K Dolby AT...
    makemkv.sh file:
    docker run -d \
    --name=makemkv \
    -p 5800:5800 \
    -v /docker/appdata/makemkv:/config:rw \
    -v /home/user:/storage:ro \
    -v /mnt/nas/output:/output:rw \
    -e AUTO_DISC_RIPPER=1 \
    -e AUTO_DISC_RIPPER_EJECT=1 \
    --device /dev/sg3 \
    jlesage/makemkv
    docker-makemkv.service file:
    [Unit]
    Description=MakeMKV container
    Requires=docker.service
    After=docker.service
    [Service]
    Restart=always
    ExecStart=/usr/bin/docker start -a makemkv
    ExecStop=/usr/bin/docker stop -t 2 makemkv
    [Install]
    WantedBy=default.target
    🔊 Recommended Home Theater Gear 🔊
    📦 Valencia Theater Seating ► us.valenciathe...?sca_ref=520594.nMbvTakY82
    📦 Sonax TGR-700-B Granville Mocha Black Wood Veneer TV Stand ► amzn.to/3mVqBwA
    📦 Yamaha RX-V6A/TSR-700 4K Dolby ATMOS AV Receiver ► amzn.to/3d5kjs9
    📦 Denon AVR-S750H 4K Dolby ATMOS AV Receiver ► amzn.to/3qkG0tz
    📦 Onkyo TX-NR595 4K Dolby ATMOS AV Receiver ► amzn.to/3d1ECGQ
    📦 RUIPRO 8K HDMI 2.1 Fiber Optic Cables ► amzn.to/3qaiAXF
    📦 RUIPRO 4K HDMI 2.0 Fiber Optic Cables ► amzn.to/3q9Gn9R
    📦 Sony X900H 4K HDR TV ► amzn.to/3nzkbUe
    📦 Elite Screens Sable Frame B2 120" 16:9 Projector Screen ► amzn.to/35Jka9R
    📦 Sony UBP-X800M2 4K UHD HDR Blu-ray Player ► amzn.to/2SUiqrv
    📦 Synology DS1621+ Six-Bay 3.5" HDD Network NAS Server ► amzn.to/2O86CiC
    📦 Topping MX3 Desktop Speaker & Headphone Amplifier with DAC ► amzn.to/3vM3gSn
    📦 Topping E30 Desktop DAC ► amzn.to/3zOe5Xu
    📦 GOVEE Dreamcolor 32.8FT LED Strip Lights RGBIC (Individually Addressable, lights on back wall) amzn.to/38SQJoz
    📦 Buy GOVEE 32.8FT LED Strip Lights RGB (Not Individually Addressable, lights around our screen) amzn.to/3dRZJcd
    📦 Buy Maxonar LED Strip Lights Works with Alexa (Lights running down hand rail) amzn.to/2NIw62L
    📦 Buy Sengled Smart RGB LED Light Bulbs Starter Kit (4-Pack, includes hub) amzn.to/2NLQhfY
    📦 Buy GOVEE 16.4FT RGB LED Strip Lights (lights in movie cabinet) amzn.to/38h3k2H
    📦 Buy Amazon Smart Plugs (controls lights in movie cabinet, and component lights) amzn.to/2AhB96Y
    📦 Buy Treatlife Smart WiFi Switches (single-pole, 4-Pack) amzn.to/3gdiwAp
    📦 Aperion Audio Novus 6T Tower Speakers ► bit.ly/3elScGb
    📦 Aperion Audio Novus N5C Center Channel ► bit.ly/3nUVTpt
    📦 Aperion Audio Novus N5B Bookshelf Speakers ► bit.ly/3umpmv1
    📦 Aperion Audio Bravus 12D Subwoofer ► bit.ly/3uzSrU1
    📦 Shop Aperion Audio Speakers on Amazon ► amzn.to/2F7bfVL
    📦 SVS SB-1000 Subwoofer ► bit.ly/3hkKKef
    📦 SVS Prime Satellite 5.1 Surround ► Sound System bit.ly/36ZyYRM
    📦 SVS SB-3000 Subwoofer ► bit.ly/3cmsIHn
    📦 SVS PB16-Ultra Subwoofer from SVS ► bit.ly/3pouThJ
    📦 SVS Prime Speakers ► bit.ly/3mG6ynl
    📦 SVS 3000 Micro Subwoofer ► bit.ly/3crdrpg
    📦 Shop SVS Speakers on Amazon ► amzn.to/32ZIEtB
    DISCLAIMER: This video and description contain affiliate links, which means that if you click on one of the product links, we’ll receive a small commission. This helps support the channel and allows us to continue to make videos like this. Thank you for the support!
    tags, tag

КОМЕНТАРІ • 286

  • @FakeName39
    @FakeName39 9 місяців тому +70

    owning psychical content is more important than ever now.

    • @Pj85-bk1el
      @Pj85-bk1el 7 місяців тому

      or just pirate your content like a normal person, if people still dont know how to do that, or how to go to easy streaming sites like fmovies then there a lost cause

  • @Mroggenland
    @Mroggenland 9 місяців тому +21

    How can you automatically make mkv choose the right video file with for example 2 preferred languages?

  • @zeroGsa
    @zeroGsa 9 місяців тому +23

    Silly question... couldn't this be done directly in Docker on the NAS? Does it really need it's own VM?

    • @marcopaolini3478
      @marcopaolini3478 9 місяців тому +19

      Not silly at all: I simply downloaded the MakeMKV docker image inside the Container Manager and that's all you need to do.

    • @zeroGsa
      @zeroGsa 9 місяців тому +2

      Thank you@@marcopaolini3478! I'll give this a try!

    • @DavidReynolds37
      @DavidReynolds37 9 місяців тому +1

      My first thought too

    • @playgame38
      @playgame38 8 місяців тому

      @@marcopaolini3478you’re able to pass the Blu-ray drive through?

    • @marcopaolini3478
      @marcopaolini3478 8 місяців тому +1

      @@playgame38 I played with it a bit a few months ago and I had tried with the Pioneer USB reader that I have at home but I didn't delve too deeply into it because in my case this configuration is useless: ripping for me is much more complicated than for an English-speaking user: I have to deal with at least one other language and related subtitles, so in the end I have to use the PC.
      Ciao!
      Marco

  • @johnvillalovos
    @johnvillalovos 9 місяців тому +66

    As a note 'apt update' doesn't update the packages but it is necessary. I would then do 'apt upgrade' to upgrade the packages to the latest version.

    • @carlmenger9145
      @carlmenger9145 9 місяців тому +5

      && apt-get upgrade

    • @Cisco2023
      @Cisco2023 9 місяців тому

      @@carlmenger9145 -yy

    • @Bogomil76
      @Bogomil76 9 місяців тому +6

      And when using „update“ you dont need the -y

    • @GavAttackO
      @GavAttackO 9 місяців тому +9

      sudo apt update && sudo apt upgrade -y

    • @Pici3k
      @Pici3k 9 місяців тому +2

      This is often confused due to other distros using update to actually update. Like e.g. CentOS.

  • @Tyantreides
    @Tyantreides 8 місяців тому +15

    Wow what a great guide!
    Worked like a breeze on my synology. Awesome!

  • @dirtybrokkoli
    @dirtybrokkoli 9 місяців тому +50

    Great Video but just a heads up, docker appears to recommend to not use the OS internal process manager to auto(-restart) the container and rather use a defined docker restart policy with the --restart flag in the docker run command, so in this case a "--restart always" would for example also restart the container on a reboot or similar situation. Just a minor nitpick!

    • @txag007
      @txag007 9 місяців тому +3

      This is all new to me. Are you talking about what he is doing at 15:59?

    • @Geek2002
      @Geek2002 9 місяців тому +11

      ​@@txag007 yes . In the long command you would add "-- restart unless-stopped" after you specify the devices. I put an example below:
      docker run -d \
      --name=makemkv \
      -p 5800:5800 \
      -v /docker/appdata/makemkv:/config:rw \
      -v /home/user:/storage:ro \
      -v /home/user/MakeMKV/output:/output:rw \
      --device /dev/sr2 \
      --device /dev/sg3 \
      -- restart unless-stopped #This will automatically start makemkv whenever docker starts unless you manually stopped it
      jlesage/makemkv

    • @bowser5
      @bowser5 3 місяці тому

      Can this be done on the new ugreen nas machines that are shipping. Looks like it's all just VM and docker containers, so I'm assuming it doesn't matter as long as the nas platform supports those two items?

  • @VladyslavKudlai
    @VladyslavKudlai 9 місяців тому +5

    Hello. Automation is well done but you missed that Synology have Container manager that run Docker with out VM!! Why to install one more VM if you can use Docker directly.

    • @MichaelAlderete
      @MichaelAlderete 9 місяців тому

      Have you tried that and made it work? Make a video of your own!

  • @ikkuranus
    @ikkuranus 9 місяців тому +6

    It seems kind of silly to run this inside of a Docker inside of a VM. Is the Synology docker service that limited that you can't do this without the VM?

    • @patti4832
      @patti4832 5 місяців тому

      Yes. You can do nearly nothing with it

  • @vipzzvr6
    @vipzzvr6 8 місяців тому +4

    Why not just run MakeMKV directly on docker on the Synology? Running it in a VM is just extra overhead. I run MakeMKV in a docker image with VNC. Works perfectly

  • @majorgear1021
    @majorgear1021 8 місяців тому +12

    This creates a bunch of files that you still need to rename and add tags to.
    You also need place the files in the correct folder for the media server ( Plex, Jellyfin) to scan and download metadata for.
    In addition, I use a disc database to identify which track(s) to select on mkv to get the movie and extras off of the disc.

    • @wildfire9887
      @wildfire9887 8 місяців тому +1

      What database do you use?

    • @WebVid
      @WebVid 8 місяців тому

      Even with that in mind, this is a much better workflow IMHO.

    • @SirDink1e_
      @SirDink1e_ 20 днів тому

      also isnt mkv like seriously unoptimized for space?

  • @BomarJr
    @BomarJr 9 місяців тому +8

    great video, but im curious why you went that route when automatic ripping machine has an actively updated docker image. is there a reason to avoid ARM?

    • @darenthoman9962
      @darenthoman9962 8 місяців тому

      IKR it would rip every disc you throw at it not just DVDs and Blue Rays. For me though I made my own Python Script for Windows and now I am remaking it for Linux. I plan on using it with Amtren Elite Micro robotic CD duplicator other Serial and I will be replacing the drive. Mine will be the real deal A.R.M. 😉

  • @xWhatTheWafflex
    @xWhatTheWafflex 9 місяців тому +5

    is there a reason you used docker in the vm?

  • @martindavidjoshua
    @martindavidjoshua 9 місяців тому +4

    good question : How good does this work for TV Series? I would love to do something like this and be able to walk away. Thanks for a good video. Looking forward to building out my next nas.

  • @powerupminion
    @powerupminion 8 днів тому +1

    I already got docker running on my synology nas. Can't I just run the container directly in that and pass the drive through to that?

  • @JBK415
    @JBK415 9 місяців тому +3

    It's a very nice video.
    It seems as if you and most of your commentors are on a different level of technical expertise than my rudimentary computer knowledge, and having a much larger budget than I have. I am still in the early stages trying to RIP over 1000 DVDs / Blu-rays sitting a box collecting dust while doing with little to no $$ investment.
    I recently created a Plex Account and started Ripping my Old DVDs / Blu-rays. I am repurposing my old but at one time extremely expensive Apple Mac Pro (Late 2013) [12 Core, 64GB RAM, 700D, 12TB] as my Plex Server. I would love the video instruction on setting this on a MacOS computer. Thanks for your consideration!

  • @mmaster23
    @mmaster23 9 місяців тому +6

    Not sure why the whole docker-in-VM thing was needed though?

  • @ClydapusGotwald
    @ClydapusGotwald 8 місяців тому +2

    If you have 2fa on your synology account will the steps at 10:48 not work?

  • @Kazukamichan
    @Kazukamichan 5 місяців тому +1

    Owning physical disks is the better option, you own a hard copy of the show or movie and can make a digital copies any time you want and don't have to worry about licenses expiring and don't have to worry about streaming services pulling and have full control your favorite shows and movies.

  • @dwinterx
    @dwinterx 9 місяців тому +4

    Thanks for this video, have just set this up in Unraid which works a treat. Just added the MakeMKV app from the app center, then tweaked a few variables in the config page, then all sorted. Didn't have to do loads of command line faffing, as the shared are already setup within unraid and are persistent, and the docker container will auto start if the server is ever rebooted.

    • @amans668
      @amans668 4 місяці тому

      Is there a way to setup handbrake into this setup to?

  • @Jose-fq1lj
    @Jose-fq1lj 9 місяців тому +2

    I may have missed it, but this is ripping all content on the disc?

    • @Killroy13
      @Killroy13 8 місяців тому

      Unless he changed some settings outside of the recording, yes. All files/playlists longer than the minimum required length of something like 10 seconds.

  • @donjenkins2465
    @donjenkins2465 Місяць тому

    The LG WH14NS40 appears to be now shippinf with locked firmware V1.105 and be be flashed to the V1.102 which is needed.

  • @seholber
    @seholber 7 місяців тому +1

    Anyone with a Synology NAS - do you guys have issues with your NAS not seeing the Blu Ray drive when connected? I have a Pioneer Blu Ray in a Vantec enclosure. I've tested the drive on another PC with no issue. I've rebooted the NAS and still cant see it. Any help would be appreciated.

  • @TheBeardedLibertarian
    @TheBeardedLibertarian 9 місяців тому +6

    Great video, luckily Unraid makes this very easy with a docker template that uses Alpine as its base OS. The whole thing took about 10 minutes to get going. I appreciate the idea of this, I would not have thought about doing this.

    • @AaronHamm-co7fm
      @AaronHamm-co7fm 9 місяців тому

      I have been trying to setup the Unraid version for a week now. I have 2 different UHD Drives that I use for MakeMKV on my PC all the time. However on the Unraid Docker it won't detect the drives. How did you get that to work on yours?

    • @TheBeardedLibertarian
      @TheBeardedLibertarian 9 місяців тому

      you must turn on advance mode top right of the template and the add --device /dev/sr0 --device /dev/sg5" no quotes to Extra Parameters, your srX and sgX may be different us the ls -la /dev/cdrw /dev/sg0 /dev/sr0 command to find your numbers. Increment each by sg0 by 1 until you get CDROM then increment sr0 until you get CDROM. mine looks like this ls -la /dev/cdrw /dev/sg5 /dev/sr0 output is root cdrom 21, 5 Dec 16 --07:45-- /dev/sg5 and 'brw-rw---- 1 root cdrom 11, 0 Dec 18 15:20 /dev/sr0

    • @TheBeardedLibertarian
      @TheBeardedLibertarian 9 місяців тому

      have no idea why there are lines through my comments, ignore

    • @AaronHamm-co7fm
      @AaronHamm-co7fm 9 місяців тому +1

      @@TheBeardedLibertarian yeah I did that already for both. Very weird

    • @TheBeardedLibertarian
      @TheBeardedLibertarian 9 місяців тому +2

      btw, I also added handbrake in auto mode using the output directory of makemkv as the monitor directory, now my 4k mkv rips are processed into mp4 .H265 using the device template of Ruku4k.

  • @bjberge
    @bjberge 3 місяці тому

    Thank about get the PIONEER External Blu-ray Drive BDR-XS07UHD@6X Slot Loading Portable with a Matte-Black Body USB 3.2 Gen1(3.0) BD/DVD/CD Writer. Firmware 2023 (Version: 1.03 and up). Cyberlink Software Included how to play 4k blu-ray move on a new laptop intal or amd windows 11 just asking

  • @Dronetothetop
    @Dronetothetop Місяць тому

    I don’t want to make MKVs. I want to rip it to ISO and play it in its original quality. Including 3D Bluray discs that I own. How? Nothing works.

  • @bugsisland3061
    @bugsisland3061 3 місяці тому

    I’m kind of confused. I plugged my optical drive to my NAS and it is not showing up under the USB Device options. I looked online and apparently Synology does not support optical drives? How came it shows up for you in the Other Settings page? I know my drive is somewhat detectable because the drive’s sg4 folder exists

  • @cameronsteven4904
    @cameronsteven4904 9 місяців тому +2

    I followed the guide completely to the T, however, when I insert any disk, makemkv starts processing the disc then stops abruptly then ejects the disk and I can't figure out why. I tried multiple different discs and same issue occurs. any advice on how to fix this? could this be the auto eject command having an issue?

    • @Hallalii
      @Hallalii 9 місяців тому

      I had the same issue. After editing the shell script with docker run command to disable the feature and restarting the VM it works now.

  • @jmssun
    @jmssun 9 місяців тому +8

    How do linux people think remembering and typing all these instructions, commands and parameters is easier and faster than point and click!?
    I feel too stupid even with such a clear and concise tutorial

    • @MisterSixty
      @MisterSixty 9 місяців тому +3

      I agree.

    • @Itsjustanopinionchill
      @Itsjustanopinionchill 9 місяців тому +3

      it's supposed to be a do once and never again. however this still requires touches after the fact for me. I prefer a specific naming scheme for my files. and I don't think this really works for ripping TV shows or special features effectively.

    • @alexmckee4683
      @alexmckee4683 5 місяців тому +1

      A handful of commands are what you use most of the time. It becomes second nature. It's far faster than faffing about with a dozen different dialogues in a GUI software. You also can't automate point-and-click nearly as easily.

  • @michaelseigal5092
    @michaelseigal5092 5 місяців тому +1

    I cannot get my nas to mount following this at all. I'm not sure why it's failing I can use smbclient with the credentials I saved to see all the shares no problem. And I can see the command is correct but I keep getting an error on mount that is chdir to mnt/nas no such device. Any help would be appreciated! Thanks

  • @bryanmontgomery610
    @bryanmontgomery610 9 місяців тому +1

    Anyone else having an issue where MKV acts like it's working and then it just ejects the disc without completing the process?

  • @DennisInVenice
    @DennisInVenice 5 місяців тому

    My Synology doesn't include the Virtual Machine Manager. Probably because of the CPU (not Intel)

  • @Slomo2u
    @Slomo2u 3 місяці тому

    Everything is there - running and working, but won't save the .mkv file - just craps out at that point and ejects the disc. I set this up on bare metal is the only difference.

  • @kingdom13keeper
    @kingdom13keeper 2 місяці тому

    So I want to start a server of my own. An was wanting to ask, if I have this direct rip set up. How would I build on it with a plex server? Like can I even set up plex if I have these codes in the system? Or would it need to be a 1 or the other type systems?

  • @hernanpatane
    @hernanpatane Місяць тому +1

    Holy shit! Overwhelmingly beautiful 😮🎉

  • @7_of_9
    @7_of_9 7 місяців тому

    Last few intel CPU stop supporting Blu-ray!! Use AMD CPU!
    Intel is lazy af

  • @Pici3k
    @Pici3k 9 місяців тому +1

    Instead of using docker in a VM, it would be much easier if an iso is prepared with makemkv and all the other stuff. It would be almost the same as the dockerized version.

  • @IraQNid
    @IraQNid 7 місяців тому +1

    All that command line stuff is why I prefer a GUI. Do you have a tutorial that shows a point and click way of doing this?

  • @bugsisland3061
    @bugsisland3061 5 місяців тому

    I’d like to see this but with multiple disk drives, I’d imagine a makemkv docker for each

  • @thefaceroll
    @thefaceroll 9 місяців тому +1

    If you could do a tutorial for QNAP that would be dope.

  • @cutealiens
    @cutealiens 4 місяці тому +1

    I'm excited to sub to this incredibly niche channel for my very specific project lol

  • @mariocruz722
    @mariocruz722 8 місяців тому +1

    Can you do a tutorial with a unraid server ?

  • @jasonusselman7975
    @jasonusselman7975 5 місяців тому +1

    I can't get the system to install mkv I run the sudo ./makemkv.sh and the I get invalid reference format ./make mkv.sh: 8: -e: not found. CAn anyone help?

    • @jasonusselman7975
      @jasonusselman7975 5 місяців тому +1

      Got it to work. Had to start from the beginning but awesome tutorial. Thanks a bunch

  • @nickiannacone7196
    @nickiannacone7196 9 місяців тому +1

    Where did you get those film strips with those pictures on them that are on your wall behind you. Let me know asap thanks Nick

  • @iblackfeathers
    @iblackfeathers 9 місяців тому +3

    it’s a bit uncertain on how this will work on truenas scale or core with terramaster since that is a more likely setup with that device. the steps appear to be primarily synology. while the commands look like they should generally be the same, the details somewhere may be different and reason why it might not work.

    • @EbonySeraphim
      @EbonySeraphim 9 місяців тому

      As a software engineer myself, I'm curious what capabilities the Symbology Virtual Machine manager has to enable this that VirtualBox possibly does or doesn't have. VirtualBox historically is what I use for VirtualMachines before switching to WSL and obviously having this work in WSL would be very convenient.

    • @BabaDka
      @BabaDka 9 місяців тому

      I just got this working with a NFS share in truenas core and the docker image working in proxmox. the only real change was the nfs and line in /etc/fstab

  • @TheNotoriousNemo
    @TheNotoriousNemo 9 місяців тому +1

    Quick question can u do 2 rips at the same time?
    I got so much 4k movies, i think ima need hundreds of terrabites...

    • @Killroy13
      @Killroy13 8 місяців тому

      MakeMKV does support running multiple instances in a normal installation, but for automation I would just create another docker image. This would also help for those instances where MakeMKV gets stuck processing a disc due to damage, fingerprints, etc and you need to eject the disc or worst case reboot the OS.

  • @curtisbme
    @curtisbme 8 місяців тому +1

    No one should do this. Aside from the extra convoluted docker within a VM, automatically ripping your discs to .mkv will give you a giant pile of files that have nothing to say what they are and most are junk. You will have to filter through to figure it out, then find the movie and extras you might want and then rename them to whatever your media managers standard is and use something like mkvtoolnix to get the name correct in the media.
    Doing this will not only not save you any time, it will cost you more than simply sending the few minutes to select the files you want in MKV and audio and subs you want to keep and doing the renaming before hitting go. The ONLY disc ripping automation you should ever do is to rip a disc to an ISO as that will require minimal effort to name properly.

    • @Killroy13
      @Killroy13 8 місяців тому

      I agree for the most part, but:
      - Most 4k Blu-rays have filenames that are easily deciphered (ex: -TMPL Main Menu, -SEG FPL_MainFeature)
      - You can set the default audio and subtitle languages
      - You can set a minimum title length that will only catch the movies
      - You can quickly delete the files you don't want based on name and size

    • @curtisbme
      @curtisbme 8 місяців тому +2

      @@Killroy13 Many, I wouldn't say most, UHD's do have some names that might make sense and some BR's but most do not. And you of course have some titles with the fake titles that it could end up ripping all of with those rules. For all of the ones that don't have the info you might be able to get the main movie based on file size but you aren't figuring out the special features. Every file ripped also has the disc file name in the file itself which will then display the wrong name in different players, so you would have to manually edit every one of those as well.
      And overall you are still spending more time and taking more steps and creating more problems by ripping every file to MKV vs. just taking a minute to select and edit the info you want directly in MakeMKV before ripping.

    • @Killroy13
      @Killroy13 8 місяців тому

      @@curtisbme Yeah, I don't disagree. The fake playlists would likely consume all of your available storage space. I wouldn't do the automatic ripping but I think the idea for doing the ripping with a Docker image is worth while.

    • @majorgear1021
      @majorgear1021 8 місяців тому +1

      This. For movies, I create separate folders for theatrical version, extended versions , directors cuts, and extras. Then I name and tag each file according to the convention of my media servers and movie library manager.
      They expect a lot of data about the title to be embedded in the file name, including quality, language , audio codec, etc. That is something that I haven’t figured out how to automate.

  • @bachel9569
    @bachel9569 9 місяців тому +1

    Its good and all but can you do that with the arm docker automated ripping machine

  • @brianmonarchcomedy
    @brianmonarchcomedy 9 місяців тому

    Is the picture and sound quality equal to playing it off of the original disk? I know streaming services compress the video and audio and it's not as good as playing it off the bluray. curious if it's the same in this scenario? Thanks!

    • @Killroy13
      @Killroy13 8 місяців тому +1

      MakeMKV does not alter any of the video, audio, or subtitle streams so the files are the same quality as the disk. That is why the ripping speed can be as fast as it is without a lot of CPU/power usage.

    • @brianmonarchcomedy
      @brianmonarchcomedy 8 місяців тому

      Thanks!@@Killroy13

  • @lyth1um
    @lyth1um 9 місяців тому +1

    why bot use docjer on dsm and use compose?? looks like extra bloated steps.

  • @neomis0119
    @neomis0119 9 місяців тому +1

    What’s the best synology nas that could hold 4 drives? Also what ram to use? Want it to be 32-64mb. With the best options

  • @ziqif3407
    @ziqif3407 2 місяці тому

    Could you run the vm from somewhere else on the network? Or does it have to be run in the nas

  • @Ld_ashley
    @Ld_ashley 17 днів тому

    Silly question but does this work with SD dvds ?

  • @dosanlol
    @dosanlol Місяць тому

    looking at scraping a bunch of blue ray disks soon and compiling them on a franken nas using an old case with a decent internal sata disk reader, thanks for this since I didnt know that makemkv had a Docker image :) as im very comfortable using them ( I have a linux laptop I use as a server and a rpi + my pc which I sometimes dualboot ( getting the nas soon wish me luck ) )

    • @dosanlol
      @dosanlol Місяць тому

      if you want to manage docker containers easily, just use portainer, it gives u a gui to install and manage docker-images with in your web browser

  • @richardkUK8764
    @richardkUK8764 9 місяців тому +1

    Why would you want to copy all the files, when it takes up more space??? I only copy the main title in English and subs if needed.

    • @cameronsteven4904
      @cameronsteven4904 9 місяців тому +2

      I would even add in the fact that sometimes you just need a certain audio file type as well. I would love to see how it rips the MKV file, and if it automatically detects these things or not. If not, I'm curious to see if there is a way to tune the automatic process to filter for these things so that it defaults to certain settings when it detect multiple files.

  • @PrivateRhinoGP
    @PrivateRhinoGP 3 місяці тому

    Anyone had any luck with setting it up on UGOS? having the network settings as virtuo/bridge and i can ping other devices on the network but can't ping the nas or access the share folders either. If i change the settings to virtuo/nat, I am then able to access the share folder and mount it, but then i cannot ping the vm and using the vm's ip address does not show makemkv on browser. Anyone??

    • @PrivateRhinoGP
      @PrivateRhinoGP 2 місяці тому

      Update for anyone else wondering, I solved my original issue but the USB passthrough feature of the UGOS is NOT FUNCTIONAL as of yet. The button is there, however, UGreen confirmed with me that the feature does not exist yet and they plan to add it to a future (undisclosed) update.

  • @mamdouh-Tawadros
    @mamdouh-Tawadros 9 місяців тому +5

    Rich video, thank you. I find it easier to rip a dvd or BR, compress it with hand break and copy to the NAS!

  • @EliteDogSF
    @EliteDogSF Місяць тому

    And thisss is why I use netflix lol. I'm too dumb to do this

  • @ronwatkins5775
    @ronwatkins5775 Місяць тому

    Is there a list of recommended players somewhere?

  • @philexile2954
    @philexile2954 9 місяців тому +1

    Can you make a tutorial to make 1:1 Blu Ray backups rather than an MKV?

    • @Killroy13
      @Killroy13 8 місяців тому

      If you want MP4, you can just remux the MKVs. If you want ISOs, AnyDVD HD works well.

  • @JonConley
    @JonConley 9 місяців тому +6

    Thanks for the video, Logan. This seems pretty handy if you have a NAS.
    I use a JBOD unit by QNAP for my 4K BD backups (ISO files, mostly; MKV Remux files if I have time). Is there a way to automate this in a similar way under Windows 11 x64?

  • @Gwentacles
    @Gwentacles 9 місяців тому +1

    Is there a way to have Sonarr or Radarr automatically detect the files and sort them when automating it like this?

    • @reubadoob
      @reubadoob 9 місяців тому

      If you have the ripped disc saved to the folder either Radarr or Sonarr is monitoring you can have it detect changes.

    • @curtisbme
      @curtisbme 8 місяців тому +2

      No because this a silly process. MakeMKV has no idea what any of the tons of files are. You never want to do what he did her as you have to go through and manually identify every .mkv, with the vast majority being junk files, only one being the movie and the rest being extras.

    • @majorgear1021
      @majorgear1021 8 місяців тому +1

      @@curtisbmeyou are correct

  • @RFAurora
    @RFAurora 9 місяців тому +1

    How does this work with Lionsgate titles that have multiple false files?

    • @curtisbme
      @curtisbme 8 місяців тому +1

      It will just blindly copy them just like it blindly copies anything here. This is a bad processes as it doesn't know what the individual files it is copying off the disc are.

    • @Killroy13
      @Killroy13 8 місяців тому

      @@curtisbme I rebutted one of your other comments a little, but this is definitely the biggest issue with this setup.

  • @adamkapraun2915
    @adamkapraun2915 3 місяці тому

    Will similar steps work on a Ugreen Nas?

  • @JessieS
    @JessieS 9 місяців тому +6

    Yup, this became my video of the year!

  • @timbrady3090
    @timbrady3090 5 місяців тому

    The only problem I have with makeMKV is when discs like Aliens aren't in a single file. How do you combine them into one file. Also, how can I take movies that are on 2 discs like Ben Hur & Zack Snyder's Justice League and create just one file.

  • @compaqcol
    @compaqcol 8 місяців тому +1

    Hi guys, I'm a Newby to the nas world and scripting. This automatic ripping is ideal for me and the extensive Iibrary I have. I seem to have run into a problem. At 11:00 mins in the video, I followed the script, when I completed the script and ran the sudo mount -a I got an error message regarding no such file or directory opening the credentials file /home/user/.smb_creds. Any advice so I can move forward on this would be appreciated.

    • @omegacrew8806
      @omegacrew8806 8 місяців тому +1

      same here boss, I have been trying to work it out for 3 hours now with no luck lol

    • @Killroy13
      @Killroy13 8 місяців тому

      The username inside the Ubuntu VM has to be "user" and the file "smb_creds" has to be located in the "/home/user" folder. The name of the credential file should NOT be ".smb_creds" and you should make sure that in "/etc/fstab" you have it without that "." in front of "smb_creds".
      (Your username doesn't *have* to be "user", but whatever you choose for you username you would put the "smb_creds" file in "/home/" and reference it that way in fstab.

    • @jesiman
      @jesiman 7 місяців тому

      Same@@omegacrew8806 @compaqcol . Any workaround?

    • @lezc3733
      @lezc3733 7 місяців тому

      Same here, deleted VM and started again, changed passwords and tried, same error at every attempt DS 918+ I did notice what you’re typing is not what you have listed on screen, but both yield the same error for me.

    • @cpaek72
      @cpaek72 4 місяці тому

      Guys, home/"username" the name of the username you guys chose not user unless your username is user. Just figured this out.

  • @tparadox88
    @tparadox88 6 місяців тому

    Over ten minutes of this video is installing Linux and installing Docker, and then the part that's actually automating the rip is a script that's on screen for less than a minute? And it's just dumping the contents of the disc to your NAS?
    I thought this was going to be a video about the Automatic Ripping Machine project that automatically detects the media type, fetches the appropriate metadata, and passes the MakeMKV output to a transcoder with the appropriate file names.

  • @4thekore
    @4thekore 6 місяців тому

    Im so lost I got an error line 15 prase error

  • @wilwith1l
    @wilwith1l 9 місяців тому +1

    excellent automation solution. can’t wait for the drive to arrive.

  • @Heiserton
    @Heiserton 9 місяців тому

    This is weird. 1:30am. Clicked this video of Logan (I am also Logan), and I'm currently ripping Blue Rays to my Plex NAS.

  • @UncannyGirl
    @UncannyGirl 8 місяців тому

    Ripping directly to NAS before file clean-up is so pointless if you have a single PC with access to the NAS storage.

  • @chrisnesbit6823
    @chrisnesbit6823 8 місяців тому

    I'm planning to connect a ZimaBoard to NAS for video transcoding. Is there a benefit of using the ZimaBoard as the OS to rip UHD? How would that work flow change if a ZimaBoard was used instead of Synology NAS?

  • @myfakeaccount4523
    @myfakeaccount4523 8 місяців тому

    I'm pretty sure if you have a Nas the higher end models with HDD bays become redundant.
    Id love to see some comparisons between smart TVs running Plex or kodi with these zidoo boxes.
    I have no issues playing hdr 10 uhd on my TCL tv using Kodi from my Nas. Why would I buy a $600 au zidoo box?

  • @EvilKevy
    @EvilKevy 5 місяців тому

    I’m not sure if this was asked yet but would that drive be able to rip HDR from a UHD disc?

  • @dougholtz
    @dougholtz 8 місяців тому

    I think I want to use my native Ubuntu server without virtualization to accomplish this. It's a real HP Proliant Gen8 with plenty of resources and I use it as an SMB server right now. There is plenty of hard drive space on it now. More to come.

  • @therealcojo
    @therealcojo 9 місяців тому +1

    I am going to attempt this with my proxmox box, im also planning to setup a handbrake automation to transcode dvd's so they take up less space.

    • @hippiekiller
      @hippiekiller 9 місяців тому

      Well.... Did ya do it yet? Lol. I would love to do the same. Did yours work?

    • @therealcojo
      @therealcojo 9 місяців тому +1

      @@hippiekiller not yet, I've been wrestling with my GPU passthrough right now, getting my Nvidia drivers to load without an error has been my first priority.

  • @chesterkaczka6423
    @chesterkaczka6423 5 місяців тому

    Thanks for your info but my problem is that movies that are ripped blu ray to mkv will not play with sound because of DTS. Is there a work around or do i have to convert them to mp4?

  • @MichaelRoss-d1f
    @MichaelRoss-d1f 8 місяців тому

    how can you 1) configure makmkv to only pull the 4k movie , in english, and only forced subtitles in English , and 2) can you then automate handbrake to encode after ?

  • @RicardoJacquez
    @RicardoJacquez 4 місяці тому

    Automation is nice, but how do you set your language preferences and tracks this way?

  • @strauss-2478
    @strauss-2478 9 місяців тому

    Hello and first of all thank you for the great video. As soon as I start Makemkv in the browser I get the message "Your temporary key has expired...." and then "This application version is too old...." After clicking on "ok" Makemkv disappears and I have to restart the container to dial me back and the two messages come back.

  • @micah2985
    @micah2985 8 місяців тому

    Thanks for the great guide. I got most of it working with a very rudimentary programming knowledge. Everything seems to launch fine even after a reboot. I do have an issue with MakeMKV starting the rip automatically. Any thoughts on why this might be? Most likely what I messed up?

  • @MichaelRoss-d1f
    @MichaelRoss-d1f 8 місяців тому

    is there a config file or settings you can set that only pulls the main movie, in 4k and 7.1 surround? it looks like its auto ripping every track\movie\extra and i only want \ need the main movie

  • @petermarin
    @petermarin 7 місяців тому

    What about handbrake transcoding to make the file sizes more manageable? What presets would you use?

  • @WaelSoliman-f7t
    @WaelSoliman-f7t 7 місяців тому

    What should i change in the steps if i want to do "disk backup" instead of creating mkv file?

  • @AhmedNasser-tj2fb
    @AhmedNasser-tj2fb 7 місяців тому

    Can i use RHEL or OpenSUSE instead of Ubuntu Server?

  • @compaqcol
    @compaqcol 4 місяці тому +1

    Cheers dude!

  • @notsohandyandy
    @notsohandyandy 9 місяців тому

    Can this also be done in TOS? I'd love to automate this process, but I have my heart set on a TerraMaster NAS rather than a Synology.

  • @SakuraChan00
    @SakuraChan00 9 місяців тому

    you know, in the vid, you dident really update ubuntu at all, you need sudo apt dist-upgrade -y after the sudo apt update

  • @ahiser
    @ahiser 9 місяців тому +1

    Would it be possible to have it make an iso copy of the disk rather than a mkv file?

    • @artosaariSRB
      @artosaariSRB 9 місяців тому

      makemkv backup function

    • @ahiser
      @ahiser 9 місяців тому +2

      From what I can tell, MakeMKV will only backup the disk to a BDMV folder and can't make an actual iso file, correct? I'm guessing I could script something like mkisofs to auto generate the iso afterward.@@artosaariSRB

    • @curtisbme
      @curtisbme 8 місяців тому +1

      @@ahiser AnyDVD can do this.

  • @Buergereinerstadt
    @Buergereinerstadt 7 місяців тому

    Does not work with new discs. Makemkv can not connect to the server for encryption.

  • @JohnScherer
    @JohnScherer 9 місяців тому +1

    I've got a Ryzen 9 3900X UNRAID server and this is config works great on it! Thanks for the video

    • @MrBjorn6
      @MrBjorn6 9 місяців тому

      How long does it take to ripped UHD Bluerays?

    • @JohnScherer
      @JohnScherer 9 місяців тому

      @MrBjorn6 I'll let you know. I've got most of my Bluerays in storage. Seeing this video reminded me that I wanted to rip them, so I just set it up to see how it would work. I've done the few HD bluerays but didn't check the time (I went to bed)..

    • @TheBeardedLibertarian
      @TheBeardedLibertarian 9 місяців тому

      why didn't you use MakeMKV by jlesage in the community repository? just wondering

    • @mindrover777
      @mindrover777 2 місяці тому

      ​@JohnSche any update on the performancerer

    • @JohnScherer
      @JohnScherer 2 місяці тому

      It’s pretty slow to be honest. So slow in fact I haven’t finished ripping all the movies I need to rip

  • @Snoopi.7
    @Snoopi.7 8 місяців тому

    Can you recommend another drive? this LG one doesnt appear to be in stock

  • @donmorton7282
    @donmorton7282 9 місяців тому

    Hugh??? lol just kidding, great video

  • @nickthequick
    @nickthequick 9 місяців тому

    I am going to do this, but my main hurdle is finding a disk reader that allows it.

  • @YoDawg-v6l
    @YoDawg-v6l 9 місяців тому

    Great video. What do you think about Apple Movies? How would I get the 500 movies i own on Apple to my Synology so i can stream to my local network?

    • @Killroy13
      @Killroy13 8 місяців тому

      AnyStream, but they would only be in 480p.

  • @Dave102693
    @Dave102693 9 місяців тому

    Off topic, but I’ve been wanting to do this to music, hopefully region free music ripping. How would I go about that?

    • @IraQNid
      @IraQNid 7 місяців тому

      I don't think audio CDs have region codes. I use audiograbber to RIP my music CDs. It links to the correct version of the CDDB where it will autofill the information for the artist, album, track numbers, track names, genre from previously entered data. If your disc hasn't been entered before, then you can do that manually to share with the CD database.

  • @DestroyerOfWombs
    @DestroyerOfWombs 9 місяців тому

    Assuming I have no gear whatsoever (other than 4K discs and a player for use with a TV), how much should I expect to pay for a setup to rip?

    • @rory2569
      @rory2569 9 місяців тому +1

      You can get fairly cheap hardware to run all the software, ebay will have some older used NAS systems. The biggest expense will be the hard disks. Id recommend WD NAS REDs if you plan to run 24/7 and one good rule of thumb is once you calculated the storage you need for your blurays double it. This will future proof yourself for a while. good luck.

  • @JimmyTheBear
    @JimmyTheBear 9 місяців тому +139

    I can't believe people watch marvel shows let alone own them to watch them again ??

    • @ajstruhar2048
      @ajstruhar2048 9 місяців тому +7

      Why???

    • @vandorb12
      @vandorb12 9 місяців тому +33

      There are dozens of us, I tell you. Dozens!

    • @ernestgalvan9037
      @ernestgalvan9037 9 місяців тому +5

      @@vandorb12…uh, not… it’s dozens plus one more… 🤣

    • @cordlesswire
      @cordlesswire 9 місяців тому +21

      they have no standards. as long as it appeals to some vague, infantile image of a superhero they remember from their childhood, theyll watch it no matter if the show is good or bad. ‘omg, its marvels vs the avengers’. does not matter that the movie or a series totally sucks. lame characters, bad dialogue, flimsy story… think of that manchild that cried when watching a star wars trailer. movie was at best 3/10. trailer maaaybe 4/10. but, its star wars. whooptiedoo. whatever.

    • @ILoveTheAllCreator
      @ILoveTheAllCreator 9 місяців тому +5

      Exactly Fox made best Marvel

  • @BabaDka
    @BabaDka 9 місяців тому +1

    Great video thanks.

  • @adamjj85
    @adamjj85 9 місяців тому +4

    Love all your videos. This is such a great automated solution!