Flyinace2000

Members
  • Posts

    39
  • Joined

  • Last visited

Everything posted by Flyinace2000

  1. This worked great. Gave my DHCP server the generated MAC for the container and it got the same IP as my old controller (docker). Imported all the settings and up and running. Thanks!
  2. That's what I thought as well. I manually checked and nothing else is using those ports. I'll try a reboot. Thanks! Reboot fixed it. Very strange.
  3. Just noticed my container wasn't running. When starting it throws an error "Execution Error - Server Error". Using PIA and fireguard. was working fine. Last log was from Jan 23rd. UnRaid Logs show the following Jan 30 12:00:04 HomeServer kernel: docker0: port 7(veth07cd363) entered blocking state Jan 30 12:00:04 HomeServer kernel: docker0: port 7(veth07cd363) entered disabled state Jan 30 12:00:04 HomeServer kernel: device veth07cd363 entered promiscuous mode Jan 30 12:00:04 HomeServer kernel: docker0: port 7(veth07cd363) entered blocking state Jan 30 12:00:04 HomeServer kernel: docker0: port 7(veth07cd363) entered forwarding state Jan 30 12:00:04 HomeServer kernel: docker0: port 7(veth07cd363) entered disabled state Jan 30 12:00:04 HomeServer kernel: docker0: port 7(veth07cd363) entered disabled state Jan 30 12:00:04 HomeServer kernel: device veth07cd363 left promiscuous mode Jan 30 12:00:04 HomeServer kernel: docker0: port 7(veth07cd363) entered disabled state Results from changing the config and saving docker run -d --name='binhex-delugevpn' --net='bridge' --cpuset-cpus='2,3' --privileged=true -e TZ="America/New_York" -e HOST_OS="Unraid" -e HOST_HOSTNAME="HomeServer" -e HOST_CONTAINERNAME="binhex-delugevpn" -e 'VPN_ENABLED'='yes' -e 'VPN_USER'='pxxxxxxxx ' -e 'VPN_PASS'='xxxxxxxxxxxxxxxxxxxxxxxxx' -e 'VPN_PROV'='pia' -e 'VPN_CLIENT'='wireguard' -e 'VPN_OPTIONS'='' -e 'STRICT_PORT_FORWARD'='yes' -e 'ENABLE_PRIVOXY'='no' -e 'LAN_NETWORK'='10.0.1.0/24' -e 'NAME_SERVERS'='1.1.1.1,1.0.0.1,10.0.1.1' -e 'DELUGE_DAEMON_LOG_LEVEL'='info' -e 'DELUGE_WEB_LOG_LEVEL'='info' -e 'VPN_INPUT_PORTS'='' -e 'VPN_OUTPUT_PORTS'='' -e 'DEBUG'='false' -e 'UMASK'='000' -e 'PUID'='99' -e 'PGID'='100' -l net.unraid.docker.managed=dockerman -l net.unraid.docker.webui='http://[IP]:[PORT:8112]/' -l net.unraid.docker.icon='https://raw.githubusercontent.com/binhex/docker-templates/master/binhex/images/deluge-icon.png' -p '8112:8112/tcp' -p '58846:58846/tcp' -p '58946:58946/tcp' -p '58946:58946/udp' -p '8118:8118/tcp' -v '/mnt/user/media/download/':'/data':'rw' -v '/mnt/user/appdata/binhex-delugevpn':'/config':'rw' --sysctl="net.ipv4.conf.all.src_valid_mark=1" 'binhex/arch-delugevpn' b77739803819047075ee5aaf25756fab10fe619a6f776ff54d5c8cb8c5ad627e docker: Error response from daemon: driver failed programming external connectivity on endpoint binhex-delugevpn (2cc0c7c031cb9b1bb7e5a5747b9b4eee2b39e25be783702ab6896bb14d6c209c): Error starting userland proxy: listen tcp4 0.0.0.0:58846: bind: address already in use.
  4. Thanks for the plug in. This makes it WAY easier to get software onto my iBook G3 Clamshell.
  5. Last night I was updating dockers and my next cloud installation. First shut down the NextCloud docker, updated Maria, then updated NextCloud, turned the docker back on. Went to the admin page and ran the update to go from v25 to 26, but its stuck on step 3. I saw other solutions about removing the updater files, but I don't see any of those. Updating from command line gives me the same please wait message. NextCloud is not in maintenance mode.
  6. @Antimarkovnikov I had the same problem over the weekend. I solved it by switching VPN endpoints to one of the Canada servers (Montreal I think). I'm also using WireGuard instead of OpenVPN.
  7. Say it with me everyone, it's always DNS. Removed all the DNS Servers from the docker settings except for cloud flair and (for some reason) my routerIP (not my DNS server). Restarted and it worked. My router is an OpenSense box running Adguard. Either way, up and running.
  8. Also trying to migrate to Wireguard. Except when I follow the directions with wg0.conf is not generated at start up. Just get an empty folder.
  9. This worked for me. After stopping both containers (NextCloud and MariaDB) I deleted the log files (i had two). Turned MariaDB on first, then NextCloud. 30 seconds later i was able to get back to the web log in for NextCloud. Thank You!
  10. I'm going to remove this from my server. Besides removing the containers, port forwarding, and reverse proxy config. Anything else?
  11. Know what helps a lot? Making sure that your wireless access points are not blocking AirPrint.....
  12. Nope. What’s the proper mapping? Is there documentation that I’m just missing out on?
  13. I’m able to add a printer manually to CUPS, but not via network discover. Logs show 31/Dec/2020:09:11:32 -0500] Unable to communicate with avahi-daemon: Daemon not running
  14. So this might of been a lost cause. Can I use CUPS to publish my wireless printer so that i can print via my iOS devices? I’ve setup a print share inside of CUPS, i can see that printer share on my desktop, but nothing on iOS devices.
  15. Got it started Under the Extra Parameters in advanced view I added "-e CUPS_USER_ADMIN=admin -e CUPS_USER_PASSWORD=password"
  16. Same question, I didn't see any other options. I wish there was more documentation about how to set this up on UnRaid. Just want to publish my Samsun wireless printer so my iPhone/iPad can also print. So far I've gotten to the user/password prompt but it does not accept the defaults mentioned above.
  17. Thanks got it. is there a GUI or just command line for CUPS? If just command line is cups.org the place to read up?
  18. Is this still available? I don’t see CUPS or anything print related under “gfjardim” name in the APPS tab.
  19. I'm running MakeMKV on my desktop (MacOS 10.15). My Unraid box only has a low profile DVD drive. Also, I CAN'T BELIEVE I"VE BEEN USING IT WRONG ALL THESE YEARS AND ADDING A STEP W/ HANDBRAKE. OMG I guess the question I'll have to answer is it worth it to keep a full disk backup going forward for archival purposes, or just the resulting MKV file. THANK YOU
  20. Maybe my workflow is wrong. How should I rip a Blu-ray? HandBrake doesn’t support the disk natively (right?). Sent from my iPhone using Tapatalk
  21. I’m using MakeMKV to do a BluRay disk backup. Then I use handbrake to make a single file. Sent from my iPhone using Tapatalk
  22. No luck. [autovideoconverter] Waiting 5 seconds before processing '/watch/Spectre/MAKEMKV/discattd.dat'... [autovideoconverter] File '/watch/Spectre/MAKEMKV/discattd.dat' (8de69881fcb97f0f8725d587f309de8d) is not a video, ignoring... [autovideoconverter] Conversion ended successfully. [autovideoconverter] Waiting 5 seconds before processing '/watch/Spectre/BDMV'... [autovideoconverter] File '/watch/Spectre/BDMV' (f4fbd679e3e1aa1bd673c32cc6793dd1) is not a video, ignoring... [autovideoconverter] Conversion ended successfully. [autovideoconverter] File '/watch/Spectre/BDMV' (f4fbd679e3e1aa1bd673c32cc6793dd1) is not a video, ignoring... [autovideoconverter] Conversion ended successfully. [autovideoconverter] Waiting 5 seconds before processing '/watch/Spectre/MAKEMKV/AACS/MKB_RO.inf'... [autovideoconverter] File '/watch/Spectre/MAKEMKV/AACS/MKB_RO.inf' (3201c226e7436343efe155be404781e2) is not a video, ignoring... [autovideoconverter] Conversion ended successfully. [autovideoconverter] Waiting 5 seconds before processing '/watch/Spectre/MAKEMKV/AACS/MKB_RW.inf'... [autovideoconverter] File '/watch/Spectre/MAKEMKV/AACS/MKB_RW.inf' (519253e5082faed2745a0a4eadca5186) is not a video, ignoring... [autovideoconverter] Conversion ended successfully. [autovideoconverter] Waiting 5 seconds before processing '/watch/Spectre/MAKEMKV/AACS/ContentRevocation.lst'... [autovideoconverter] File '/watch/Spectre/MAKEMKV/AACS/ContentRevocation.lst' (5d3795aacc97b51b67bad81f19e8e441) is not a video, ignoring... [autovideoconverter] Conversion ended successfully. [autovideoconverter] Waiting 5 seconds before processing '/watch/Spectre/MAKEMKV/AACS/Unit_Key_RO.inf'... [autovideoconverter] File '/watch/Spectre/MAKEMKV/AACS/Unit_Key_RO.inf' (65fac7281a66c9b219d543b200f2e9d8) is not a video, ignoring... [autovideoconverter] Conversion ended successfully. [autovideoconverter] Waiting 5 seconds before processing '/watch/Spectre/MAKEMKV/AACS/Content000.cer'... [autovideoconverter] File '/watch/Spectre/MAKEMKV/AACS/Content000.cer' (eafd45efbac2875be1997dd34997b8c5) is not a video, ignoring... [autovideoconverter] Conversion ended successfully. [autovideoconverter] Waiting 5 seconds before processing '/watch/Spectre/MAKEMKV/AACS/ContentHash000.tbl'... [autovideoconverter] File '/watch/Spectre/MAKEMKV/AACS/Content000.cer' (eafd45efbac2875be1997dd34997b8c5) is not a video, ignoring... [autovideoconverter] Conversion ended successfully. [autovideoconverter] Waiting 5 seconds before processing '/watch/Spectre/MAKEMKV/AACS/ContentHash000.tbl'... [autovideoconverter] File '/watch/Spectre/MAKEMKV/AACS/ContentHash000.tbl' (94eaf183377623f25067c87e1d21f443) is not a video, ignoring... [autovideoconverter] Conversion ended successfully. [autovideoconverter] Waiting 5 seconds before processing '/watch/Spectre/MAKEMKV/AACS/CPSUnit00001.cci'... [autovideoconverter] File '/watch/Spectre/MAKEMKV/AACS/CPSUnit00001.cci' (cf068e54793049452d75c39d76e4d59d) is not a video, ignoring... [autovideoconverter] Conversion ended successfully. [autovideoconverter] Waiting 5 seconds before processing '/watch/Spectre/MAKEMKV/AACS/mcmf.xml'... [autovideoconverter] File '/watch/Spectre/MAKEMKV/AACS/mcmf.xml' (c729e62257a7df4ce2fd25e669fbd47b) is not a video, ignoring... [autovideoconverter] Conversion ended successfully. [autovideoconverter] Waiting 5 seconds before processing '/watch/Spectre/CERTIFICATE/id.bdmv'... [autovideoconverter] File '/watch/Spectre/CERTIFICATE/id.bdmv' (23bfa1f09fa91af3e2f2155bb8a25609) is not a video, ignoring... [autovideoconverter] Conversion ended successfully. [autovideoconverter] Waiting 5 seconds before processing '/watch/Spectre/CERTIFICATE/BACKUP/id.bdmv'... [autovideoconverter] File '/watch/Spectre/CERTIFICATE/BACKUP/id.bdmv' (ce5a0b58fa6e1a2ce3ceb78a8c3ac16d) is not a video, ignoring... [autovideoconverter] Conversion ended successfully. [autovideoconverter] Waiting 5 seconds before processing '/watch/Spectre/CERTIFICATE/app.discroot.crt'... [autovideoconverter] File '/watch/Spectre/CERTIFICATE/BACKUP/id.bdmv' (ce5a0b58fa6e1a2ce3ceb78a8c3ac16d) is not a video, ignoring... [autovideoconverter] Conversion ended successfully. [autovideoconverter] Waiting 5 seconds before processing '/watch/Spectre/CERTIFICATE/app.discroot.crt'... [autovideoconverter] File '/watch/Spectre/CERTIFICATE/app.discroot.crt' (39333f4d04c8f6948d46f903a4e18cbd) is not a video, ignoring... [autovideoconverter] Conversion ended successfully. [autovideoconverter] Waiting 5 seconds before processing '/watch/Spectre/CERTIFICATE/BACKUP/app.discroot.crt'... [autovideoconverter] File '/watch/Spectre/CERTIFICATE/BACKUP/app.discroot.crt' (ac5f3711167c25f200b29b55d9a6a205) is not a video, ignoring... [autovideoconverter] Conversion ended successfully. [autovideoconverter] Waiting 5 seconds before processing '/watch/Spectre/CERTIFICATE/bu.discroot.crt'... [autovideoconverter] File '/watch/Spectre/CERTIFICATE/BACKUP/app.discroot.crt' (ac5f3711167c25f200b29b55d9a6a205) is not a video, ignoring... [autovideoconverter] Conversion ended successfully. [autovideoconverter] Waiting 5 seconds before processing '/watch/Spectre/CERTIFICATE/bu.discroot.crt'... [autovideoconverter] File '/watch/Spectre/CERTIFICATE/bu.discroot.crt' (9d36d809dd4ac7a20dbd92a127ee03bb) is not a video, ignoring... [autovideoconverter] Conversion ended successfully. [autovideoconverter] Waiting 5 seconds before processing '/watch/Spectre/CERTIFICATE/BACKUP/bu.discroot.crt'... [autovideoconverter] File '/watch/Spectre/CERTIFICATE/BACKUP/bu.discroot.crt' (2e17f651da5f83ca2b1ffa4ffd1944b2) is not a video, ignoring... [autovideoconverter] Conversion ended successfully. [autovideoconverter] Waiting 5 seconds before processing '/watch/Spectre/MAKEMKV/BDSVM/BACKUP/00000.svm'... [autovideoconverter] File '/watch/Spectre/MAKEMKV/BDSVM/BACKUP/00000.svm' (15b6db2e93b0c2768fd95c2b3ecd0c28) is not a video, ignoring... [autovideoconverter] Conversion ended successfully. [autovideoconverter] Waiting 5 seconds before processing '/watch/Spectre/MAKEMKV/BDSVM/BACKUP/00001.svm'... [autovideoconverter] File '/watch/Spectre/MAKEMKV/BDSVM/BACKUP/00001.svm' (944c80e3cbe48906726d7e8108b3a998) is not a video, ignoring... [autovideoconverter] Conversion ended successfully. [autovideoconverter] Waiting 5 seconds before processing '/watch/Spectre/MAKEMKV/BDSVM/BACKUP/00002.svm'... [autovideoconverter] File '/watch/Spectre/MAKEMKV/BDSVM/BACKUP/00002.svm' (640e55df9bf77802956166efd1521f49) is not a video, ignoring... [autovideoconverter] Conversion ended successfully. [autovideoconverter] Waiting 5 seconds before processing '/watch/Spectre/MAKEMKV/BDSVM/BACKUP/00003.svm'... [autovideoconverter] File '/watch/Spectre/MAKEMKV/BDSVM/BACKUP/00002.svm' (640e55df9bf77802956166efd1521f49) is not a video, ignoring... [autovideoconverter] Conversion ended successfully. [autovideoconverter] Waiting 5 seconds before processing '/watch/Spectre/MAKEMKV/BDSVM/BACKUP/00003.svm'... [autovideoconverter] File '/watch/Spectre/MAKEMKV/BDSVM/BACKUP/00003.svm' (735a758753748c9b27525b42a38fc1c7) is not a video, ignoring... [autovideoconverter] Conversion ended successfully. [autovideoconverter] Waiting 5 seconds before processing '/watch/Spectre/MAKEMKV/BDSVM/BACKUP/00004.svm'... [autovideoconverter] File '/watch/Spectre/MAKEMKV/BDSVM/BACKUP/00004.svm' (b32baa46b8bfd224a704f81786d939e2) is not a video, ignoring... [autovideoconverter] Conversion ended successfully. [autovideoconverter] Waiting 5 seconds before processing '/watch/Spectre/MAKEMKV/BDSVM/BACKUP/00005.svm'... [autovideoconverter] File '/watch/Spectre/MAKEMKV/BDSVM/BACKUP/00004.svm' (b32baa46b8bfd224a704f81786d939e2) is not a video, ignoring... [autovideoconverter] Conversion ended successfully. [autovideoconverter] Waiting 5 seconds before processing '/watch/Spectre/MAKEMKV/BDSVM/BACKUP/00005.svm'... [autovideoconverter] File '/watch/Spectre/MAKEMKV/BDSVM/BACKUP/00005.svm' (b60c6a6b55ccb747881ed732ec77d871) is not a video, ignoring... [autovideoconverter] Conversion ended successfully. [autovideoconverter] Waiting 5 seconds before processing '/watch/Spectre/MAKEMKV/BDSVM/00000.svm'... [autovideoconverter] File '/watch/Spectre/MAKEMKV/BDSVM/00000.svm' (cd1733fbcc52a39b925a5f5f243ed10f) is not a video, ignoring... [autovideoconverter] Conversion ended successfully. [autovideoconverter] Waiting 5 seconds before processing '/watch/Spectre/MAKEMKV/BDSVM/00001.svm'... [autovideoconverter] File '/watch/Spectre/MAKEMKV/BDSVM/00001.svm' (a4079a556899bcb30d455b33f4957c81) is not a video, ignoring... [autovideoconverter] Conversion ended successfully. [autovideoconverter] Waiting 5 seconds before processing '/watch/Spectre/MAKEMKV/BDSVM/00002.svm'... [autovideoconverter] File '/watch/Spectre/MAKEMKV/BDSVM/00001.svm' (a4079a556899bcb30d455b33f4957c81) is not a video, ignoring... [autovideoconverter] Conversion ended successfully. [autovideoconverter] Waiting 5 seconds before processing '/watch/Spectre/MAKEMKV/BDSVM/00002.svm'... [autovideoconverter] File '/watch/Spectre/MAKEMKV/BDSVM/00002.svm' (94c7e2c5025779d1ccc651667da676e9) is not a video, ignoring... [autovideoconverter] Conversion ended successfully. [autovideoconverter] Waiting 5 seconds before processing '/watch/Spectre/MAKEMKV/BDSVM/00003.svm'... [autovideoconverter] File '/watch/Spectre/MAKEMKV/BDSVM/00003.svm' (ef72da992c49c5ac0f4737126861ee51) is not a video, ignoring... [autovideoconverter] Conversion ended successfully. [autovideoconverter] Waiting 5 seconds before processing '/watch/Spectre/MAKEMKV/BDSVM/00004.svm'... [autovideoconverter] File '/watch/Spectre/MAKEMKV/BDSVM/00004.svm' (44ac1c8ae24a923a6655f866cf1fa58d) is not a video, ignoring... [autovideoconverter] Conversion ended successfully. [autovideoconverter] Waiting 5 seconds before processing '/watch/Spectre/MAKEMKV/BDSVM/00005.svm'... [autovideoconverter] File '/watch/Spectre/MAKEMKV/BDSVM/00005.svm' (da01c047ce1166c2fe14ac9644636f1c) is not a video, ignoring... [autovideoconverter] Conversion ended successfully. [autovideoconverter] File '/watch/Spectre/MAKEMKV/BDSVM/00005.svm' (da01c047ce1166c2fe14ac9644636f1c) is not a video, ignoring... [autovideoconverter] Conversion ended successfully. [autovideoconverter] Skipping video '/watch/Spectre/BDMV' (f4fbd679e3e1aa1bd673c32cc6793dd1): already processed successfully. [autovideoconverter] Waiting 5 seconds before processing '/watch/Spectre/MAKEMKV/AACS/DUPLICATE/MKB_RO.inf'... [autovideoconverter] File '/watch/Spectre/MAKEMKV/AACS/DUPLICATE/MKB_RO.inf' (0fcdcf291cd9fd7b6786b19a548ceffa) is not a video, ignoring... [autovideoconverter] Conversion ended successfully. [autovideoconverter] Waiting 5 seconds before processing '/watch/Spectre/MAKEMKV/AACS/DUPLICATE/MKB_RW.inf'... [autovideoconverter] File '/watch/Spectre/MAKEMKV/AACS/DUPLICATE/MKB_RO.inf' (0fcdcf291cd9fd7b6786b19a548ceffa) is not a video, ignoring... [autovideoconverter] Conversion ended successfully. [autovideoconverter] Waiting 5 seconds before processing '/watch/Spectre/MAKEMKV/AACS/DUPLICATE/MKB_RW.inf'... [autovideoconverter] File '/watch/Spectre/MAKEMKV/AACS/DUPLICATE/MKB_RW.inf' (1ba70ac16ccd4f9506632b701a6cea80) is not a video, ignoring... [autovideoconverter] Conversion ended successfully. [autovideoconverter] Waiting 5 seconds before processing '/watch/Spectre/MAKEMKV/AACS/DUPLICATE/ContentRevocation.lst'... [autovideoconverter] File '/watch/Spectre/MAKEMKV/AACS/DUPLICATE/ContentRevocation.lst' (63ab7e8d1cd8f39515dcb6a86a346868) is not a video, ignoring... [autovideoconverter] Conversion ended successfully. [autovideoconverter] Waiting 5 seconds before processing '/watch/Spectre/MAKEMKV/AACS/DUPLICATE/Unit_Key_RO.inf'... [autovideoconverter] File '/watch/Spectre/MAKEMKV/AACS/DUPLICATE/ContentRevocation.lst' (63ab7e8d1cd8f39515dcb6a86a346868) is not a video, ignoring... [autovideoconverter] Conversion ended successfully. [autovideoconverter] Waiting 5 seconds before processing '/watch/Spectre/MAKEMKV/AACS/DUPLICATE/Unit_Key_RO.inf'... [autovideoconverter] File '/watch/Spectre/MAKEMKV/AACS/DUPLICATE/Unit_Key_RO.inf' (a092dc4dbebca5222192a9793a4c2189) is not a video, ignoring... [autovideoconverter] Conversion ended successfully. [autovideoconverter] Waiting 5 seconds before processing '/watch/Spectre/MAKEMKV/AACS/DUPLICATE/Content000.cer'... [autovideoconverter] File '/watch/Spectre/MAKEMKV/AACS/DUPLICATE/Content000.cer' (caab9546144ae891dfe4b53cca8cab21) is not a video, ignoring... [autovideoconverter] Conversion ended successfully. [autovideoconverter] Waiting 5 seconds before processing '/watch/Spectre/MAKEMKV/AACS/DUPLICATE/ContentHash000.tbl'... [autovideoconverter] File '/watch/Spectre/MAKEMKV/AACS/DUPLICATE/ContentHash000.tbl' (55a7ddc1301d902d7a40fa6b6b040784) is not a video, ignoring... [autovideoconverter] Conversion ended successfully. [autovideoconverter] Waiting 5 seconds before processing '/watch/Spectre/MAKEMKV/AACS/DUPLICATE/CPSUnit00001.cci'... [autovideoconverter] File '/watch/Spectre/MAKEMKV/AACS/DUPLICATE/ContentHash000.tbl' (55a7ddc1301d902d7a40fa6b6b040784) is not a video, ignoring... [autovideoconverter] Conversion ended successfully. [autovideoconverter] Waiting 5 seconds before processing '/watch/Spectre/MAKEMKV/AACS/DUPLICATE/CPSUnit00001.cci'... [autovideoconverter] File '/watch/Spectre/MAKEMKV/AACS/DUPLICATE/CPSUnit00001.cci' (2caac603d6ba8144d4d9f463c7906e35) is not a video, ignoring... [autovideoconverter] Conversion ended successfully. [autovideoconverter] Waiting 5 seconds before processing '/watch/Spectre/MAKEMKV/AACS/DUPLICATE/mcmf.xml'... [autovideoconverter] File '/watch/Spectre/MAKEMKV/AACS/DUPLICATE/mcmf.xml' (e3203387b4bbb4a56be65aa59d356dfc) is not a video, ignoring... [autovideoconverter] Conversion ended successfully. [autovideoconverter] Skipping video '/watch/Spectre/BDMV' (f4fbd679e3e1aa1bd673c32cc6793dd1): already processed successfully. [autovideoconverter] Waiting 5 seconds before processing '/watch/Spectre/MAKEMKV/AACS/DUPLICATE/Content001.cer'... [autovideoconverter] File '/watch/Spectre/MAKEMKV/AACS/DUPLICATE/Content001.cer' (175010db3e24bf55f52fe6b4b2bc6f6e) is not a video, ignoring... [autovideoconverter] Conversion ended successfully. [autovideoconverter] Waiting 5 seconds before processing '/watch/Spectre/MAKEMKV/AACS/DUPLICATE/ContentHash001.tbl'... [autovideoconverter] File '/watch/Spectre/MAKEMKV/AACS/DUPLICATE/ContentHash001.tbl' (9f8ffc5a20334490ce89cdf925f94a77) is not a video, ignoring... [autovideoconverter] Conversion ended successfully. [autovideoconverter] Waiting 5 seconds before processing '/watch/Spectre/MAKEMKV/AACS/Content001.cer'... [autovideoconverter] File '/watch/Spectre/MAKEMKV/AACS/Content001.cer' (d4f29ed56c7bf8d7448eaa555347929b) is not a video, ignoring... [autovideoconverter] Conversion ended successfully. [autovideoconverter] Waiting 5 seconds before processing '/watch/Spectre/MAKEMKV/AACS/ContentHash001.tbl'... [autovideoconverter] File '/watch/Spectre/MAKEMKV/AACS/Content001.cer' (d4f29ed56c7bf8d7448eaa555347929b) is not a video, ignoring... [autovideoconverter] Conversion ended successfully. [autovideoconverter] Waiting 5 seconds before processing '/watch/Spectre/MAKEMKV/AACS/ContentHash001.tbl'... [autovideoconverter] File '/watch/Spectre/MAKEMKV/AACS/ContentHash001.tbl' (ed4856f4c1affdc60a39daa6d4599792) is not a video, ignoring... [autovideoconverter] Conversion ended successfully. [autovideoconverter] Skipping video '/watch/Spectre/BDMV' (f4fbd679e3e1aa1bd673c32cc6793dd1): already processed successfully. [autovideoconverter] Waiting 5 seconds before processing '/watch/Spectre/MAKEMKV/CMAP/00600.cmap'... [autovideoconverter] File '/watch/Spectre/MAKEMKV/CMAP/00600.cmap' (47133d4cb368949327cc161a019df8eb) is not a video, ignoring... [autovideoconverter] Conversion ended successfully. [autovideoconverter] File '/watch/Spectre/MAKEMKV/CMAP/00600.cmap' (47133d4cb368949327cc161a019df8eb) is not a video, ignoring... [autovideoconverter] Conversion ended successfully. [autovideoconverter] Skipping video '/watch/Spectre/BDMV' (f4fbd679e3e1aa1bd673c32cc6793dd1): already processed successfully. [autovideoconverter] Waiting 5 seconds before processing '/watch/Spectre/MAKEMKV/CMAP/00200.cmap'... [autovideoconverter] File '/watch/Spectre/MAKEMKV/CMAP/00200.cmap' (e7c67f71bf72ecbef1e1aa8f5245fcc2) is not a video, ignoring... [autovideoconverter] Conversion ended successfully. [autovideoconverter] Skipping video '/watch/Spectre/BDMV' (f4fbd679e3e1aa1bd673c32cc6793dd1): already processed successfully. [autovideoconverter] Waiting 5 seconds before processing '/watch/Spectre/MAKEMKV/CMAP/00121.cmap'... [autovideoconverter] Skipping video '/watch/Spectre/BDMV' (f4fbd679e3e1aa1bd673c32cc6793dd1): already processed successfully. [autovideoconverter] Waiting 5 seconds before processing '/watch/Spectre/MAKEMKV/CMAP/00121.cmap'... [autovideoconverter] File '/watch/Spectre/MAKEMKV/CMAP/00121.cmap' (31d5350ac0d594aab881f024c1fb190c) is not a video, ignoring... [autovideoconverter] Conversion ended successfully. [autovideoconverter] Skipping video '/watch/Spectre/BDMV' (f4fbd679e3e1aa1bd673c32cc6793dd1): already processed successfully. [autovideoconverter] Waiting 5 seconds before processing '/watch/Spectre/MAKEMKV/CMAP/00122.cmap'... [autovideoconverter] File '/watch/Spectre/MAKEMKV/CMAP/00122.cmap' (4b8330903acbb810ebbcb276f64d9353) is not a video, ignoring... [autovideoconverter] Conversion ended successfully. [autovideoconverter] Skipping video '/watch/Spectre/BDMV' (f4fbd679e3e1aa1bd673c32cc6793dd1): already processed successfully. [autovideoconverter] Waiting 5 seconds before processing '/watch/Spectre/MAKEMKV/CMAP/00123.cmap'... [autovideoconverter] File '/watch/Spectre/MAKEMKV/CMAP/00123.cmap' (f3bbdda69fcb5daca6140feeb4c84321) is not a video, ignoring... [autovideoconverter] Conversion ended successfully. [autovideoconverter] Skipping video '/watch/Spectre/BDMV' (f4fbd679e3e1aa1bd673c32cc6793dd1): already processed successfully. [autovideoconverter] Waiting 5 seconds before processing '/watch/Spectre/MAKEMKV/CMAP/01780.cmap'... [autovideoconverter] Skipping video '/watch/Spectre/BDMV' (f4fbd679e3e1aa1bd673c32cc6793dd1): already processed successfully. [autovideoconverter] Waiting 5 seconds before processing '/watch/Spectre/MAKEMKV/CMAP/01780.cmap'... [autovideoconverter] File '/watch/Spectre/MAKEMKV/CMAP/01780.cmap' (f7a11ab160e6812ed0ddbd324aa687e1) is not a video, ignoring... [autovideoconverter] Conversion ended successfully. [autovideoconverter] Skipping video '/watch/Spectre/BDMV' (f4fbd679e3e1aa1bd673c32cc6793dd1): already processed successfully. [autovideoconverter] Waiting 5 seconds before processing '/watch/Spectre/MAKEMKV/CMAP/01781.cmap'... [autovideoconverter] Skipping video '/watch/Spectre/BDMV' (f4fbd679e3e1aa1bd673c32cc6793dd1): already processed successfully. [autovideoconverter] Waiting 5 seconds before processing '/watch/Spectre/MAKEMKV/CMAP/01781.cmap'... [autovideoconverter] File '/watch/Spectre/MAKEMKV/CMAP/01781.cmap' (d037feece7cf8c844ae4d3783afebbc3) is not a video, ignoring... [autovideoconverter] Conversion ended successfully. [autovideoconverter] Skipping video '/watch/Spectre/BDMV' (f4fbd679e3e1aa1bd673c32cc6793dd1): already processed successfully. [autovideoconverter] Waiting 5 seconds before processing '/watch/Spectre/MAKEMKV/CMAP/00021.cmap'... [autovideoconverter] File '/watch/Spectre/MAKEMKV/CMAP/00021.cmap' (2daae6de229d10c8a81787b7e5fea9c8) is not a video, ignoring... [autovideoconverter] Conversion ended successfully. [autovideoconverter] Skipping video '/watch/Spectre/BDMV' (f4fbd679e3e1aa1bd673c32cc6793dd1): already processed successfully. [autovideoconverter] Waiting 5 seconds before processing '/watch/Spectre/MAKEMKV/CMAP/00191.cmap'... [autovideoconverter] File '/watch/Spectre/MAKEMKV/CMAP/00191.cmap' (a90131e6828f45b07da23c7147b709f0) is not a video, ignoring... [autovideoconverter] Conversion ended successfully. [autovideoconverter] Skipping video '/watch/Spectre/BDMV' (f4fbd679e3e1aa1bd673c32cc6793dd1): already processed successfully. [autovideoconverter] Waiting 5 seconds before processing '/watch/Spectre/MAKEMKV/CMAP/00192.cmap'... [autovideoconverter] File '/watch/Spectre/MAKEMKV/CMAP/00192.cmap' (837e309d9c98c74f88f2f623760054b9) is not a video, ignoring... [autovideoconverter] Conversion ended successfully. [autovideoconverter] Skipping video '/watch/Spectre/BDMV' (f4fbd679e3e1aa1bd673c32cc6793dd1): already processed successfully. [autovideoconverter] Waiting 5 seconds before processing '/watch/Spectre/MAKEMKV/CMAP/00190.cmap'... [autovideoconverter] Skipping video '/watch/Spectre/BDMV' (f4fbd679e3e1aa1bd673c32cc6793dd1): already processed successfully. [autovideoconverter] Waiting 5 seconds before processing '/watch/Spectre/MAKEMKV/CMAP/00190.cmap'... [autovideoconverter] File '/watch/Spectre/MAKEMKV/CMAP/00190.cmap' (e47947a20b2092290fdd469669404c1d) is not a video, ignoring... [autovideoconverter] Conversion ended successfully. [autovideoconverter] Skipping video '/watch/Spectre/BDMV' (f4fbd679e3e1aa1bd673c32cc6793dd1): already processed successfully. [autovideoconverter] Waiting 5 seconds before processing '/watch/Spectre/MAKEMKV/CMAP/00188.cmap'... [autovideoconverter] File '/watch/Spectre/MAKEMKV/CMAP/00188.cmap' (c4e6c34b21d6c876a26dda596e995e5a) is not a video, ignoring... [autovideoconverter] Conversion ended successfully. [autovideoconverter] Skipping video '/watch/Spectre/BDMV' (f4fbd679e3e1aa1bd673c32cc6793dd1): already processed successfully. [autovideoconverter] Waiting 5 seconds before processing '/watch/Spectre/MAKEMKV/CMAP/00193.cmap'... [autovideoconverter] File '/watch/Spectre/MAKEMKV/CMAP/00193.cmap' (16d738699bfe10f0eff139a08a0b8468) is not a video, ignoring... [autovideoconverter] Conversion ended successfully. [autovideoconverter] File '/watch/Spectre/MAKEMKV/CMAP/00193.cmap' (16d738699bfe10f0eff139a08a0b8468) is not a video, ignoring... [autovideoconverter] Conversion ended successfully. [autovideoconverter] Skipping video '/watch/Spectre/BDMV' (f4fbd679e3e1aa1bd673c32cc6793dd1): already processed successfully. [autovideoconverter] Waiting 5 seconds before processing '/watch/Spectre/MAKEMKV/CMAP/00196.cmap'... [autovideoconverter] File '/watch/Spectre/MAKEMKV/CMAP/00196.cmap' (c42f5c0461d6a3a70bbd7bc2a0c789d1) is not a video, ignoring... [autovideoconverter] Conversion ended successfully. [autovideoconverter] Skipping video '/watch/Spectre/BDMV' (f4fbd679e3e1aa1bd673c32cc6793dd1): already processed successfully. [autovideoconverter] Waiting 5 seconds before processing '/watch/Spectre/MAKEMKV/CMAP/00727.cmap'... [autovideoconverter] File '/watch/Spectre/MAKEMKV/CMAP/00727.cmap' (3447afe72b4afc57cba671670794041c) is not a video, ignoring... [autovideoconverter] Conversion ended successfully. [autovideoconverter] Skipping video '/watch/Spectre/BDMV' (f4fbd679e3e1aa1bd673c32cc6793dd1): already processed successfully. [autovideoconverter] Waiting 5 seconds before processing '/watch/Spectre/MAKEMKV/CMAP/00194.cmap'... [autovideoconverter] File '/watch/Spectre/MAKEMKV/CMAP/00194.cmap' (da2151295da919b417b1c2d68652c83f) is not a video, ignoring... [autovideoconverter] Conversion ended successfully. [autovideoconverter] Skipping video '/watch/Spectre/BDMV' (f4fbd679e3e1aa1bd673c32cc6793dd1): already processed successfully. [autovideoconverter] Waiting 5 seconds before processing '/watch/Spectre/MAKEMKV/CMAP/00195.cmap'... [autovideoconverter] File '/watch/Spectre/MAKEMKV/CMAP/00195.cmap' (7cb1be3fad2e6a66e1bbe2bfec94fc0d) is not a video, ignoring... [autovideoconverter] Conversion ended successfully. [autovideoconverter] Skipping video '/watch/Spectre/BDMV' (f4fbd679e3e1aa1bd673c32cc6793dd1): already processed successfully. [autovideoconverter] Waiting 5 seconds before processing '/watch/Spectre/MAKEMKV/CMAP/00180.cmap'... [autovideoconverter] File '/watch/Spectre/MAKEMKV/CMAP/00180.cmap' (37fb0565bf0b645c855bea313afb8a2b) is not a video, ignoring... [autovideoconverter] Conversion ended successfully. [autovideoconverter] Skipping video '/watch/Spectre/BDMV' (f4fbd679e3e1aa1bd673c32cc6793dd1): already processed successfully. [autovideoconverter] Waiting 5 seconds before processing '/watch/Spectre/MAKEMKV/CMAP/00182.cmap'... [autovideoconverter] File '/watch/Spectre/MAKEMKV/CMAP/00182.cmap' (12b33f5d799507446b7729e52bd386ac) is not a video, ignoring... [autovideoconverter] Conversion ended successfully. [autovideoconverter] Skipping video '/watch/Spectre/BDMV' (f4fbd679e3e1aa1bd673c32cc6793dd1): already processed successfully. [autovideoconverter] Waiting 5 seconds before processing '/watch/Spectre/MAKEMKV/CMAP/00176.cmap'... [autovideoconverter] Skipping video '/watch/Spectre/BDMV' (f4fbd679e3e1aa1bd673c32cc6793dd1): already processed successfully. [autovideoconverter] Waiting 5 seconds before processing '/watch/Spectre/MAKEMKV/CMAP/00176.cmap'... [autovideoconverter] File '/watch/Spectre/MAKEMKV/CMAP/00176.cmap' (c8b7240b6652aaf8e5c88cff44416a15) is not a video, ignoring... [autovideoconverter] Conversion ended successfully. [autovideoconverter] Skipping video '/watch/Spectre/BDMV' (f4fbd679e3e1aa1bd673c32cc6793dd1): already processed successfully. [autovideoconverter] Waiting 5 seconds before processing '/watch/Spectre/MAKEMKV/CMAP/00179.cmap'... [autovideoconverter] Skipping video '/watch/Spectre/BDMV' (f4fbd679e3e1aa1bd673c32cc6793dd1): already processed successfully. [autovideoconverter] Waiting 5 seconds before processing '/watch/Spectre/MAKEMKV/CMAP/00179.cmap'... [autovideoconverter] File '/watch/Spectre/MAKEMKV/CMAP/00179.cmap' (d078f400c92cf9f9bdeca2b386915692) is not a video, ignoring... [autovideoconverter] Conversion ended successfully. [autovideoconverter] Skipping video '/watch/Spectre/BDMV' (f4fbd679e3e1aa1bd673c32cc6793dd1): already processed successfully. [autovideoconverter] Waiting 5 seconds before processing '/watch/Spectre/MAKEMKV/CMAP/00183.cmap'... [autovideoconverter] File '/watch/Spectre/MAKEMKV/CMAP/00183.cmap' (809479a43afe0efbdc6b8fc4ea6cdb16) is not a video, ignoring... [autovideoconverter] Conversion ended successfully. [autovideoconverter] Skipping video '/watch/Spectre/BDMV' (f4fbd679e3e1aa1bd673c32cc6793dd1): already processed successfully. [autovideoconverter] Waiting 5 seconds before processing '/watch/Spectre/MAKEMKV/CMAP/00187.cmap'... [autovideoconverter] File '/watch/Spectre/MAKEMKV/CMAP/00187.cmap' (aaaaa22c3174964f6a21aaeef16c6b65) is not a video, ignoring... [autovideoconverter] Conversion ended successfully. [autovideoconverter] Skipping video '/watch/Spectre/BDMV' (f4fbd679e3e1aa1bd673c32cc6793dd1): already processed successfully. [autovideoconverter] Waiting 5 seconds before processing '/watch/Spectre/MAKEMKV/CMAP/00189.cmap'... [autovideoconverter] File '/watch/Spectre/MAKEMKV/CMAP/00189.cmap' (708214763414bcab6a8834ae80867496) is not a video, ignoring... [autovideoconverter] Conversion ended successfully. [autovideoconverter] Skipping video '/watch/Spectre/BDMV' (f4fbd679e3e1aa1bd673c32cc6793dd1): already processed successfully. [autovideoconverter] Waiting 5 seconds before processing '/watch/Spectre/MAKEMKV/CMAP/00185.cmap'... [autovideoconverter] File '/watch/Spectre/MAKEMKV/CMAP/00185.cmap' (f472edcb75bb4c6cc85959b38ee00491) is not a video, ignoring... [autovideoconverter] Conversion ended successfully. [autovideoconverter] Skipping video '/watch/Spectre/BDMV' (f4fbd679e3e1aa1bd673c32cc6793dd1): already processed successfully. [autovideoconverter] Waiting 5 seconds before processing '/watch/Spectre/MAKEMKV/CMAP/00186.cmap'... [autovideoconverter] File '/watch/Spectre/MAKEMKV/CMAP/00186.cmap' (ac41bd7d35bf826d7f98adfaf7bc3b96) is not a video, ignoring... [autovideoconverter] Conversion ended successfully. [autovideoconverter] Skipping video '/watch/Spectre/BDMV' (f4fbd679e3e1aa1bd673c32cc6793dd1): already processed successfully. [autovideoconverter] Waiting 5 seconds before processing '/watch/Spectre/MAKEMKV/CMAP/00150.cmap'... [autovideoconverter] File '/watch/Spectre/MAKEMKV/CMAP/00150.cmap' (937b00b89f07deff12726eee019d9b09) is not a video, ignoring... [autovideoconverter] Conversion ended successfully. [autovideoconverter] Skipping video '/watch/Spectre/BDMV' (f4fbd679e3e1aa1bd673c32cc6793dd1): already processed successfully. [autovideoconverter] Waiting 5 seconds before processing '/watch/Spectre/MAKEMKV/CMAP/00197.cmap'... [autovideoconverter] File '/watch/Spectre/MAKEMKV/CMAP/00197.cmap' (eb7ee7991603fb497d7f70f86ba5a7f4) is not a video, ignoring... [autovideoconverter] Conversion ended successfully. [autovideoconverter] Skipping video '/watch/Spectre/BDMV' (f4fbd679e3e1aa1bd673c32cc6793dd1): already processed successfully. [autovideoconverter] Waiting 5 seconds before processing '/watch/Spectre/MAKEMKV/CMAP/02217.cmap'... [autovideoconverter] Skipping video '/watch/Spectre/BDMV' (f4fbd679e3e1aa1bd673c32cc6793dd1): already processed successfully. [autovideoconverter] Waiting 5 seconds before processing '/watch/Spectre/MAKEMKV/CMAP/02217.cmap'... [autovideoconverter] File '/watch/Spectre/MAKEMKV/CMAP/02217.cmap' (c48fb0ba41098a355a98817cd885262c) is not a video, ignoring... [autovideoconverter] Conversion ended successfully. [autovideoconverter] Skipping video '/watch/Spectre/BDMV' (f4fbd679e3e1aa1bd673c32cc6793dd1): already processed successfully. [autovideoconverter] Waiting 5 seconds before processing '/watch/Spectre/MAKEMKV/CMAP/02210.cmap'... [autovideoconverter] File '/watch/Spectre/MAKEMKV/CMAP/02210.cmap' (b2049fd870d810d62ebae32be226f72f) is not a video, ignoring... [autovideoconverter] Conversion ended successfully. [autovideoconverter] Skipping video '/watch/Spectre/BDMV' (f4fbd679e3e1aa1bd673c32cc6793dd1): already processed successfully. [autovideoconverter] Waiting 5 seconds before processing '/watch/Spectre/MAKEMKV/CMAP/02218.cmap'... [autovideoconverter] File '/watch/Spectre/MAKEMKV/CMAP/02218.cmap' (41e23a0981e2538a18c1399ccfa19b1f) is not a video, ignoring... [autovideoconverter] Conversion ended successfully. [autovideoconverter] Skipping video '/watch/Spectre/BDMV' (f4fbd679e3e1aa1bd673c32cc6793dd1): already processed successfully. [autovideoconverter] Waiting 5 seconds before processing '/watch/Spectre/MAKEMKV/CMAP/02221.cmap'... [autovideoconverter] File '/watch/Spectre/MAKEMKV/CMAP/02221.cmap' (5c21ab346e90a12ab2b80a052d17f1ca) is not a video, ignoring... [autovideoconverter] Conversion ended successfully. [autovideoconverter] Skipping video '/watch/Spectre/BDMV' (f4fbd679e3e1aa1bd673c32cc6793dd1): already processed successfully. [autovideoconverter] Waiting 5 seconds before processing '/watch/Spectre/MAKEMKV/CMAP/02222.cmap'... [autovideoconverter] Skipping video '/watch/Spectre/BDMV' (f4fbd679e3e1aa1bd673c32cc6793dd1): already processed successfully. [autovideoconverter] Waiting 5 seconds before processing '/watch/Spectre/MAKEMKV/CMAP/02222.cmap'... [autovideoconverter] File '/watch/Spectre/MAKEMKV/CMAP/02222.cmap' (30d5613a7d8411e6ada99dfeda1a623e) is not a video, ignoring... [autovideoconverter] Conversion ended successfully. [autovideoconverter] Skipping video '/watch/Spectre/BDMV' (f4fbd679e3e1aa1bd673c32cc6793dd1): already processed successfully. [autovideoconverter] Waiting 5 seconds before processing '/watch/Spectre/MAKEMKV/CMAP/02219.cmap'... [autovideoconverter] File '/watch/Spectre/MAKEMKV/CMAP/02219.cmap' (7016cf09d99b3684e529ef6a2421916f) is not a video, ignoring... [autovideoconverter] Conversion ended successfully. [autovideoconverter] Skipping video '/watch/Spectre/BDMV' (f4fbd679e3e1aa1bd673c32cc6793dd1): already processed successfully. [autovideoconverter] Waiting 5 seconds before processing '/watch/Spectre/MAKEMKV/CMAP/02220.cmap'... [autovideoconverter] File '/watch/Spectre/MAKEMKV/CMAP/02220.cmap' (f5fc442d61e8a6f5b8956604b552677c) is not a video, ignoring... [autovideoconverter] Conversion ended successfully. [autovideoconverter] File '/watch/Spectre/MAKEMKV/CMAP/02220.cmap' (f5fc442d61e8a6f5b8956604b552677c) is not a video, ignoring... [autovideoconverter] Conversion ended successfully. [autovideoconverter] Skipping video '/watch/Spectre/BDMV' (f4fbd679e3e1aa1bd673c32cc6793dd1): already processed successfully. [autovideoconverter] Waiting 5 seconds before processing '/watch/Spectre/MAKEMKV/CMAP/02214.cmap'... [autovideoconverter] File '/watch/Spectre/MAKEMKV/CMAP/02214.cmap' (156755dbda3be51b2cee533efb1ad8b0) is not a video, ignoring... [autovideoconverter] Conversion ended successfully. [autovideoconverter] Skipping video '/watch/Spectre/BDMV' (f4fbd679e3e1aa1bd673c32cc6793dd1): already processed successfully. [autovideoconverter] Waiting 5 seconds before processing '/watch/Spectre/MAKEMKV/CMAP/02215.cmap'... [autovideoconverter] File '/watch/Spectre/MAKEMKV/CMAP/02215.cmap' (54acf19bda69734b1296e96d9eaf0444) is not a video, ignoring... [autovideoconverter] Conversion ended successfully. [autovideoconverter] Skipping video '/watch/Spectre/BDMV' (f4fbd679e3e1aa1bd673c32cc6793dd1): already processed successfully. [autovideoconverter] Waiting 5 seconds before processing '/watch/Spectre/MAKEMKV/CMAP/02212.cmap'... [autovideoconverter] File '/watch/Spectre/MAKEMKV/CMAP/02212.cmap' (55e4c3e81da6dc62b6f3732c92d751e1) is not a video, ignoring... [autovideoconverter] Conversion ended successfully. [autovideoconverter] Skipping video '/watch/Spectre/BDMV' (f4fbd679e3e1aa1bd673c32cc6793dd1): already processed successfully. [autovideoconverter] Waiting 5 seconds before processing '/watch/Spectre/MAKEMKV/CMAP/02213.cmap'... [autovideoconverter] Skipping video '/watch/Spectre/BDMV' (f4fbd679e3e1aa1bd673c32cc6793dd1): already processed successfully. [autovideoconverter] Waiting 5 seconds before processing '/watch/Spectre/MAKEMKV/CMAP/02213.cmap'... [autovideoconverter] File '/watch/Spectre/MAKEMKV/CMAP/02213.cmap' (94e64c078535a50f81e1b5dfeafc8d1a) is not a video, ignoring... [autovideoconverter] Conversion ended successfully. [autovideoconverter] Skipping video '/watch/Spectre/BDMV' (f4fbd679e3e1aa1bd673c32cc6793dd1): already processed successfully. [autovideoconverter] Waiting 5 seconds before processing '/watch/Spectre/MAKEMKV/CMAP/02216.cmap'... [autovideoconverter] File '/watch/Spectre/MAKEMKV/CMAP/02216.cmap' (c609be4f37dde1078a562153333b26c0) is not a video, ignoring... [autovideoconverter] Conversion ended successfully. [autovideoconverter] Skipping video '/watch/Spectre/BDMV' (f4fbd679e3e1aa1bd673c32cc6793dd1): already processed successfully. [autovideoconverter] Waiting 5 seconds before processing '/watch/Spectre/MAKEMKV/CMAP/02208.cmap'... [autovideoconverter] File '/watch/Spectre/MAKEMKV/CMAP/02208.cmap' (4723ec7f6adbf67155e4acbc65f135d5) is not a video, ignoring... [autovideoconverter] Conversion ended successfully. [autovideoconverter] Skipping video '/watch/Spectre/BDMV' (f4fbd679e3e1aa1bd673c32cc6793dd1): already processed successfully. [autovideoconverter] Waiting 5 seconds before processing '/watch/Spectre/MAKEMKV/CMAP/00175.cmap'... [autovideoconverter] File '/watch/Spectre/MAKEMKV/CMAP/00175.cmap' (83cf3e3948b18788e8fdeeb199b1c64c) is not a video, ignoring... [autovideoconverter] Conversion ended successfully. [autovideoconverter] Skipping video '/watch/Spectre/BDMV' (f4fbd679e3e1aa1bd673c32cc6793dd1): already processed successfully. [autovideoconverter] Waiting 5 seconds before processing '/watch/Spectre/MAKEMKV/CMAP/00952.cmap'... [autovideoconverter] Skipping video '/watch/Spectre/BDMV' (f4fbd679e3e1aa1bd673c32cc6793dd1): already processed successfully. [autovideoconverter] Waiting 5 seconds before processing '/watch/Spectre/MAKEMKV/CMAP/00952.cmap'... [autovideoconverter] File '/watch/Spectre/MAKEMKV/CMAP/00952.cmap' (35c2a57273d92527505924d6538e3b15) is not a video, ignoring... [autovideoconverter] Conversion ended successfully. [autovideoconverter] Skipping video '/watch/Spectre/BDMV' (f4fbd679e3e1aa1bd673c32cc6793dd1): already processed successfully. [autovideoconverter] Waiting 5 seconds before processing '/watch/Spectre/MAKEMKV/CMAP/02167.cmap'... [autovideoconverter] File '/watch/Spectre/MAKEMKV/CMAP/02167.cmap' (dd8da285f91192487fcbba1bd9681b17) is not a video, ignoring... [autovideoconverter] Conversion ended successfully. [autovideoconverter] Skipping video '/watch/Spectre/BDMV' (f4fbd679e3e1aa1bd673c32cc6793dd1): already processed successfully. [autovideoconverter] Waiting 5 seconds before processing '/watch/Spectre/MAKEMKV/CMAP/00957.cmap'... [autovideoconverter] File '/watch/Spectre/MAKEMKV/CMAP/00957.cmap' (c15e09ab64c619cdac72564bef344c6a) is not a video, ignoring... [autovideoconverter] Conversion ended successfully. [autovideoconverter] Skipping video '/watch/Spectre/BDMV' (f4fbd679e3e1aa1bd673c32cc6793dd1): already processed successfully. [autovideoconverter] Waiting 5 seconds before processing '/watch/Spectre/MAKEMKV/CMAP/00233.cmap'... [autovideoconverter] File '/watch/Spectre/MAKEMKV/CMAP/00233.cmap' (212a2fee281132b5217583c4c957691c) is not a video, ignoring... [autovideoconverter] Conversion ended successfully. [autovideoconverter] Skipping video '/watch/Spectre/BDMV' (f4fbd679e3e1aa1bd673c32cc6793dd1): already processed successfully. [autovideoconverter] Waiting 5 seconds before processing '/watch/Spectre/MAKEMKV/CMAP/02168.cmap'... [autovideoconverter] Skipping video '/watch/Spectre/BDMV' (f4fbd679e3e1aa1bd673c32cc6793dd1): already processed successfully. [autovideoconverter] Waiting 5 seconds before processing '/watch/Spectre/MAKEMKV/CMAP/02168.cmap'... [autovideoconverter] File '/watch/Spectre/MAKEMKV/CMAP/02168.cmap' (da9b0fd041ba1d4dd60cbe5aef119901) is not a video, ignoring... [autovideoconverter] Conversion ended successfully. [autovideoconverter] Skipping video '/watch/Spectre/BDMV' (f4fbd679e3e1aa1bd673c32cc6793dd1): already processed successfully. [autovideoconverter] Waiting 5 seconds before processing '/watch/Spectre/MAKEMKV/CMAP/00152.cmap'... [autovideoconverter] File '/watch/Spectre/MAKEMKV/CMAP/00152.cmap' (7cac94aba79708b590dce79b7131cbc0) is not a video, ignoring... [autovideoconverter] Conversion ended successfully. [autovideoconverter] Skipping video '/watch/Spectre/BDMV' (f4fbd679e3e1aa1bd673c32cc6793dd1): already processed successfully. [autovideoconverter] Waiting 5 seconds before processing '/watch/Spectre/MAKEMKV/CMAP/00153.cmap'... [autovideoconverter] File '/watch/Spectre/MAKEMKV/CMAP/00153.cmap' (f75257af8dca17e4a89843f583e22fbb) is not a video, ignoring... [autovideoconverter] Conversion ended successfully. [autovideoconverter] Skipping video '/watch/Spectre/BDMV' (f4fbd679e3e1aa1bd673c32cc6793dd1): already processed successfully. [autovideoconverter] Waiting 5 seconds before processing '/watch/Spectre/MAKEMKV/CMAP/02169.cmap'... [autovideoconverter] File '/watch/Spectre/MAKEMKV/CMAP/02169.cmap' (5ef283b285e0b7d27861725b99482c8d) is not a video, ignoring... [autovideoconverter] Conversion ended successfully. [autovideoconverter] Skipping video '/watch/Spectre/BDMV' (f4fbd679e3e1aa1bd673c32cc6793dd1): already processed successfully. [autovideoconverter] Waiting 5 seconds before processing '/watch/Spectre/MAKEMKV/CMAP/00151.cmap'... [autovideoconverter] Skipping video '/watch/Spectre/BDMV' (f4fbd679e3e1aa1bd673c32cc6793dd1): already processed successfully. [autovideoconverter] Waiting 5 seconds before processing '/watch/Spectre/MAKEMKV/CMAP/00151.cmap'... [autovideoconverter] File '/watch/Spectre/MAKEMKV/CMAP/00151.cmap' (3c20c6ed4d6f803e90e27484f37bc709) is not a video, ignoring... [autovideoconverter] Conversion ended successfully. [autovideoconverter] Skipping video '/watch/Spectre/BDMV' (f4fbd679e3e1aa1bd673c32cc6793dd1): already processed successfully. [autovideoconverter] Waiting 5 seconds before processing '/watch/Spectre/MAKEMKV/CMAP/00601.cmap'... [autovideoconverter] Skipping video '/watch/Spectre/BDMV' (f4fbd679e3e1aa1bd673c32cc6793dd1): already processed successfully. [autovideoconverter] Waiting 5 seconds before processing '/watch/Spectre/MAKEMKV/CMAP/00601.cmap'... [autovideoconverter] File '/watch/Spectre/MAKEMKV/CMAP/00601.cmap' (1a4cc03931a5b455db9a32ab56baff0a) is not a video, ignoring... [autovideoconverter] Conversion ended successfully. [autovideoconverter] Skipping video '/watch/Spectre/BDMV' (f4fbd679e3e1aa1bd673c32cc6793dd1): already processed successfully. [autovideoconverter] Waiting 5 seconds before processing '/watch/Spectre/MAKEMKV/CMAP/00131.cmap'... [autovideoconverter] File '/watch/Spectre/MAKEMKV/CMAP/00131.cmap' (5f083857cfc07791a93216d2441c8ab0) is not a video, ignoring... [autovideoconverter] Conversion ended successfully. [autovideoconverter] Skipping video '/watch/Spectre/BDMV' (f4fbd679e3e1aa1bd673c32cc6793dd1): already processed successfully. [autovideoconverter] Waiting 5 seconds before processing '/watch/Spectre/MAKEMKV/CMAP/00050.cmap'... [autovideoconverter] File '/watch/Spectre/MAKEMKV/CMAP/00050.cmap' (492ef37e28191b359e7f8fa1e2225283) is not a video, ignoring... [autovideoconverter] Conversion ended successfully. [autovideoconverter] Skipping video '/watch/Spectre/BDMV' (f4fbd679e3e1aa1bd673c32cc6793dd1): already processed successfully. [autovideoconverter] Waiting 5 seconds before processing '/watch/Spectre/MAKEMKV/CMAP/01756.cmap'... [autovideoconverter] Skipping video '/watch/Spectre/BDMV' (f4fbd679e3e1aa1bd673c32cc6793dd1): already processed successfully. [autovideoconverter] Waiting 5 seconds before processing '/watch/Spectre/MAKEMKV/CMAP/01756.cmap'... [autovideoconverter] File '/watch/Spectre/MAKEMKV/CMAP/01756.cmap' (7bf405b643aeaedc868b9883b1c150e0) is not a video, ignoring... [autovideoconverter] Conversion ended successfully. [autovideoconverter] Skipping video '/watch/Spectre/BDMV' (f4fbd679e3e1aa1bd673c32cc6793dd1): already processed successfully. [autovideoconverter] Waiting 5 seconds before processing '/watch/Spectre/MAKEMKV/CMAP/00154.cmap'... [autovideoconverter] File '/watch/Spectre/MAKEMKV/CMAP/00154.cmap' (e8bc71c7e8c2814d4489196accabaf9e) is not a video, ignoring... [autovideoconverter] Conversion ended successfully. [autovideoconverter] Skipping video '/watch/Spectre/BDMV' (f4fbd679e3e1aa1bd673c32cc6793dd1): already processed successfully. [autovideoconverter] Waiting 5 seconds before processing '/watch/Spectre/MAKEMKV/CMAP/00167.cmap'... [autovideoconverter] File '/watch/Spectre/MAKEMKV/CMAP/00167.cmap' (1d182d5ce565611cab41cecb671cf27f) is not a video, ignoring... [autovideoconverter] Conversion ended successfully. [autovideoconverter] File '/watch/Spectre/MAKEMKV/CMAP/00167.cmap' (1d182d5ce565611cab41cecb671cf27f) is not a video, ignoring... [autovideoconverter] Conversion ended successfully. [autovideoconverter] Skipping video '/watch/Spectre/BDMV' (f4fbd679e3e1aa1bd673c32cc6793dd1): already processed successfully. [autovideoconverter] Waiting 5 seconds before processing '/watch/Spectre/MAKEMKV/CMAP/00168.cmap'... [autovideoconverter] File '/watch/Spectre/MAKEMKV/CMAP/00168.cmap' (849869e36b108956ce1164eab4c4f609) is not a video, ignoring... [autovideoconverter] Conversion ended successfully. [autovideoconverter] Skipping video '/watch/Spectre/BDMV' (f4fbd679e3e1aa1bd673c32cc6793dd1): already processed successfully. [autovideoconverter] Waiting 5 seconds before processing '/watch/Spectre/MAKEMKV/CMAP/00165.cmap'... [autovideoconverter] Skipping video '/watch/Spectre/BDMV' (f4fbd679e3e1aa1bd673c32cc6793dd1): already processed successfully. [autovideoconverter] Waiting 5 seconds before processing '/watch/Spectre/MAKEMKV/CMAP/00165.cmap'... [autovideoconverter] File '/watch/Spectre/MAKEMKV/CMAP/00165.cmap' (3c6d9ec7eb63ddceb3acb5cc01a25a2d) is not a video, ignoring... [autovideoconverter] Conversion ended successfully. [autovideoconverter] Skipping video '/watch/Spectre/BDMV' (f4fbd679e3e1aa1bd673c32cc6793dd1): already processed successfully. [autovideoconverter] Waiting 5 seconds before processing '/watch/Spectre/MAKEMKV/CMAP/00166.cmap'... [autovideoconverter] File '/watch/Spectre/MAKEMKV/CMAP/00166.cmap' (aec21d4a1ef545cc70943747a5d0ddb7) is not a video, ignoring... [autovideoconverter] Conversion ended successfully. [autovideoconverter] Skipping video '/watch/Spectre/BDMV' (f4fbd679e3e1aa1bd673c32cc6793dd1): already processed successfully. [autovideoconverter] Waiting 5 seconds before processing '/watch/Spectre/MAKEMKV/CMAP/00169.cmap'... [autovideoconverter] File '/watch/Spectre/MAKEMKV/CMAP/00169.cmap' (d80cc34a976db32a74cde63369fa7c47) is not a video, ignoring... [autovideoconverter] Conversion ended successfully. [autovideoconverter] Skipping video '/watch/Spectre/BDMV' (f4fbd679e3e1aa1bd673c32cc6793dd1): already processed successfully. [autovideoconverter] Waiting 5 seconds before processing '/watch/Spectre/MAKEMKV/CMAP/00172.cmap'... [autovideoconverter] File '/watch/Spectre/MAKEMKV/CMAP/00172.cmap' (645182e8a594e5e7cac99bef707faaa5) is not a video, ignoring... [autovideoconverter] Conversion ended successfully. [autovideoconverter] Skipping video '/watch/Spectre/BDMV' (f4fbd679e3e1aa1bd673c32cc6793dd1): already processed successfully. [autovideoconverter] Waiting 5 seconds before processing '/watch/Spectre/MAKEMKV/CMAP/00173.cmap'... [autovideoconverter] Skipping video '/watch/Spectre/BDMV' (f4fbd679e3e1aa1bd673c32cc6793dd1): already processed successfully. [autovideoconverter] Waiting 5 seconds before processing '/watch/Spectre/MAKEMKV/CMAP/00173.cmap'... [autovideoconverter] File '/watch/Spectre/MAKEMKV/CMAP/00173.cmap' (e37eb9ac59425658c8b1559307a3eb50) is not a video, ignoring... [autovideoconverter] Conversion ended successfully. [autovideoconverter] Skipping video '/watch/Spectre/BDMV' (f4fbd679e3e1aa1bd673c32cc6793dd1): already processed successfully. [autovideoconverter] Waiting 5 seconds before processing '/watch/Spectre/MAKEMKV/CMAP/00170.cmap'... [autovideoconverter] File '/watch/Spectre/MAKEMKV/CMAP/00170.cmap' (81e37b79656a785741f8d974c652afaa) is not a video, ignoring... [autovideoconverter] Conversion ended successfully. [autovideoconverter] Skipping video '/watch/Spectre/BDMV' (f4fbd679e3e1aa1bd673c32cc6793dd1): already processed successfully. [autovideoconverter] Waiting 5 seconds before processing '/watch/Spectre/MAKEMKV/CMAP/00171.cmap'... [autovideoconverter] File '/watch/Spectre/MAKEMKV/CMAP/00171.cmap' (75b202bc473d81c30ccffaa344ea91ae) is not a video, ignoring... [autovideoconverter] Conversion ended successfully. [autovideoconverter] File '/watch/Spectre/MAKEMKV/CMAP/00171.cmap' (75b202bc473d81c30ccffaa344ea91ae) is not a video, ignoring... [autovideoconverter] Conversion ended successfully. [autovideoconverter] Skipping video '/watch/Spectre/BDMV' (f4fbd679e3e1aa1bd673c32cc6793dd1): already processed successfully. [autovideoconverter] Waiting 5 seconds before processing '/watch/Spectre/MAKEMKV/CMAP/00164.cmap'... [autovideoconverter] File '/watch/Spectre/MAKEMKV/CMAP/00164.cmap' (852e2f406cc99f44f7e63086c074014b) is not a video, ignoring... [autovideoconverter] Conversion ended successfully. [autovideoconverter] Skipping video '/watch/Spectre/BDMV' (f4fbd679e3e1aa1bd673c32cc6793dd1): already processed successfully. [autovideoconverter] Waiting 5 seconds before processing '/watch/Spectre/MAKEMKV/CMAP/00158.cmap'... [autovideoconverter] File '/watch/Spectre/MAKEMKV/CMAP/00158.cmap' (503ee185ac84f6e28e6abf564cfcb4a6) is not a video, ignoring... [autovideoconverter] Conversion ended successfully. [autovideoconverter] Skipping video '/watch/Spectre/BDMV' (f4fbd679e3e1aa1bd673c32cc6793dd1): already processed successfully. [autovideoconverter] Waiting 5 seconds before processing '/watch/Spectre/MAKEMKV/CMAP/00159.cmap'... [autovideoconverter] File '/watch/Spectre/MAKEMKV/CMAP/00159.cmap' (7a6f267caf77b421c31a9ddbe0999479) is not a video, ignoring... [autovideoconverter] Conversion ended successfully. [autovideoconverter] Skipping video '/watch/Spectre/BDMV' (f4fbd679e3e1aa1bd673c32cc6793dd1): already processed successfully. [autovideoconverter] Waiting 5 seconds before processing '/watch/Spectre/MAKEMKV/CMAP/00155.cmap'... [autovideoconverter] File '/watch/Spectre/MAKEMKV/CMAP/00155.cmap' (6fe19bd24fa6888ee6fc06adbdae09d4) is not a video, ignoring... [autovideoconverter] Conversion ended successfully. [autovideoconverter] File '/watch/Spectre/MAKEMKV/CMAP/00155.cmap' (6fe19bd24fa6888ee6fc06adbdae09d4) is not a video, ignoring... [autovideoconverter] Conversion ended successfully. [autovideoconverter] Skipping video '/watch/Spectre/BDMV' (f4fbd679e3e1aa1bd673c32cc6793dd1): already processed successfully. [autovideoconverter] Waiting 5 seconds before processing '/watch/Spectre/MAKEMKV/CMAP/00156.cmap'... [autovideoconverter] File '/watch/Spectre/MAKEMKV/CMAP/00156.cmap' (6651bbaf2fd878118cf836cec8a56184) is not a video, ignoring... [autovideoconverter] Conversion ended successfully. [autovideoconverter] Skipping video '/watch/Spectre/BDMV' (f4fbd679e3e1aa1bd673c32cc6793dd1): already processed successfully. [autovideoconverter] Waiting 5 seconds before processing '/watch/Spectre/MAKEMKV/CMAP/00160.cmap'... [autovideoconverter] File '/watch/Spectre/MAKEMKV/CMAP/00160.cmap' (4825bc418fab6272155dbb15b799ae1a) is not a video, ignoring... [autovideoconverter] Conversion ended successfully. [autovideoconverter] Skipping video '/watch/Spectre/BDMV' (f4fbd679e3e1aa1bd673c32cc6793dd1): already processed successfully. [autovideoconverter] Waiting 5 seconds before processing '/watch/Spectre/MAKEMKV/CMAP/00162.cmap'... [autovideoconverter] File '/watch/Spectre/MAKEMKV/CMAP/00162.cmap' (743737246284a72f2cec23828ada5654) is not a video, ignoring... [autovideoconverter] Conversion ended successfully. [autovideoconverter] Skipping video '/watch/Spectre/BDMV' (f4fbd679e3e1aa1bd673c32cc6793dd1): already processed successfully. [autovideoconverter] Waiting 5 seconds before processing '/watch/Spectre/MAKEMKV/CMAP/00163.cmap'... [autovideoconverter] File '/watch/Spectre/MAKEMKV/CMAP/00163.cmap' (51d85ead6ed367aa492bc967fa810958) is not a video, ignoring... [autovideoconverter] Conversion ended successfully. [autovideoconverter] File '/watch/Spectre/MAKEMKV/CMAP/00163.cmap' (51d85ead6ed367aa492bc967fa810958) is not a video, ignoring... [autovideoconverter] Conversion ended successfully. [autovideoconverter] Skipping video '/watch/Spectre/BDMV' (f4fbd679e3e1aa1bd673c32cc6793dd1): already processed successfully. [autovideoconverter] Waiting 5 seconds before processing '/watch/Spectre/MAKEMKV/CMAP/02209.cmap'... [autovideoconverter] File '/watch/Spectre/MAKEMKV/CMAP/02209.cmap' (221bc17d1cc5a8e07e16a1c88aec92f0) is not a video, ignoring... [autovideoconverter] Conversion ended successfully. [autovideoconverter] Skipping video '/watch/Spectre/BDMV' (f4fbd679e3e1aa1bd673c32cc6793dd1): already processed successfully. [autovideoconverter] Waiting 5 seconds before processing '/watch/Spectre/MAKEMKV/CMAP/02197.cmap'... [autovideoconverter] File '/watch/Spectre/MAKEMKV/CMAP/02197.cmap' (94aee4591cb785c803f8a850e4018f3b) is not a video, ignoring... [autovideoconverter] Conversion ended successfully. [autovideoconverter] Skipping video '/watch/Spectre/BDMV' (f4fbd679e3e1aa1bd673c32cc6793dd1): already processed successfully. [autovideoconverter] Waiting 5 seconds before processing '/watch/Spectre/MAKEMKV/CMAP/02211.cmap'... [autovideoconverter] File '/watch/Spectre/MAKEMKV/CMAP/02211.cmap' (5aa1864debe119326fc2986be08cbaee) is not a video, ignoring... [autovideoconverter] Conversion ended successfully. [autovideoconverter] Watch folder '/watch' processing terminated. [autovideoconverter] Change detected in watch folder '/watch'. [autovideoconverter] Processing watch folder '/watch'... [autovideoconverter] Skipping video '/watch/Spectre/MAKEMKV/discattd.dat' (8de69881fcb97f0f8725d587f309de8d): already processed successfully. [autovideoconverter] Skipping video '/watch/Spectre/BDMV' (f4fbd679e3e1aa1bd673c32cc6793dd1): already processed successfully. [autovideoconverter] Skipping video '/watch/Spectre/MAKEMKV/AACS/MKB_RO.inf' (3201c226e7436343efe155be404781e2): already processed successfully. [autovideoconverter] Skipping video '/watch/Spectre/MAKEMKV/AACS/MKB_RW.inf' (519253e5082faed2745a0a4eadca5186): already processed successfully. [autovideoconverter] Skipping video '/watch/Spectre/MAKEMKV/AACS/ContentRevocation.lst' (5d3795aacc97b51b67bad81f19e8e441): already processed successfully. [autovideoconverter] Skipping video '/watch/Spectre/MAKEMKV/AACS/Unit_Key_RO.inf' (65fac7281a66c9b219d543b200f2e9d8): already processed successfully. [autovideoconverter] Skipping video '/watch/Spectre/MAKEMKV/AACS/Content000.cer' (eafd45efbac2875be1997dd34997b8c5): already processed successfully. [autovideoconverter] Skipping video '/watch/Spectre/MAKEMKV/AACS/ContentHash000.tbl' (94eaf183377623f25067c87e1d21f443): already processed successfully. [autovideoconverter] Skipping video '/watch/Spectre/MAKEMKV/AACS/CPSUnit00001.cci' (cf068e54793049452d75c39d76e4d59d): already processed successfully. [autovideoconverter] Skipping video '/watch/Spectre/MAKEMKV/AACS/mcmf.xml' (c729e62257a7df4ce2fd25e669fbd47b): already processed successfully. [autovideoconverter] Skipping video '/watch/Spectre/CERTIFICATE/id.bdmv' (23bfa1f09fa91af3e2f2155bb8a25609): already processed successfully. [autovideoconverter] Skipping video '/watch/Spectre/CERTIFICATE/BACKUP/id.bdmv' (ce5a0b58fa6e1a2ce3ceb78a8c3ac16d): already processed successfully. [autovideoconverter] Skipping video '/watch/Spectre/CERTIFICATE/app.discroot.crt' (39333f4d04c8f6948d46f903a4e18cbd): already processed successfully. [autovideoconverter] Skipping video '/watch/Spectre/CERTIFICATE/BACKUP/app.discroot.crt' (ac5f3711167c25f200b29b55d9a6a205): already processed successfully. [autovideoconverter] Skipping video '/watch/Spectre/CERTIFICATE/bu.discroot.crt' (9d36d809dd4ac7a20dbd92a127ee03bb): already processed successfully. [autovideoconverter] Skipping video '/watch/Spectre/CERTIFICATE/BACKUP/bu.discroot.crt' (2e17f651da5f83ca2b1ffa4ffd1944b2): already processed successfully. [autovideoconverter] Skipping video '/watch/Spectre/MAKEMKV/BDSVM/BACKUP/00000.svm' (15b6db2e93b0c2768fd95c2b3ecd0c28): already processed successfully. [autovideoconverter] Skipping video '/watch/Spectre/MAKEMKV/BDSVM/BACKUP/00001.svm' (944c80e3cbe48906726d7e8108b3a998): already processed successfully. [autovideoconverter] Skipping video '/watch/Spectre/MAKEMKV/BDSVM/BACKUP/00002.svm' (640e55df9bf77802956166efd1521f49): already processed successfully. [autovideoconverter] Skipping video '/watch/Spectre/MAKEMKV/BDSVM/BACKUP/00003.svm' (735a758753748c9b27525b42a38fc1c7): already processed successfully. [autovideoconverter] Skipping video '/watch/Spectre/MAKEMKV/BDSVM/BACKUP/00004.svm' (b32baa46b8bfd224a704f81786d939e2): already processed successfully. [autovideoconverter] Skipping video '/watch/Spectre/MAKEMKV/BDSVM/BACKUP/00005.svm' (b60c6a6b55ccb747881ed732ec77d871): already processed successfully. [autovideoconverter] Skipping video '/watch/Spectre/MAKEMKV/BDSVM/00000.svm' (cd1733fbcc52a39b925a5f5f243ed10f): already processed successfully. [autovideoconverter] Skipping video '/watch/Spectre/MAKEMKV/BDSVM/00001.svm' (a4079a556899bcb30d455b33f4957c81): already processed successfully. [autovideoconverter] Skipping video '/watch/Spectre/MAKEMKV/BDSVM/00002.svm' (94c7e2c5025779d1ccc651667da676e9): already processed successfully. [autovideoconverter] Skipping video '/watch/Spectre/MAKEMKV/BDSVM/00003.svm' (ef72da992c49c5ac0f4737126861ee51): already processed successfully. [autovideoconverter] Skipping video '/watch/Spectre/MAKEMKV/BDSVM/00004.svm' (44ac1c8ae24a923a6655f866cf1fa58d): already processed successfully. [autovideoconverter] Skipping video '/watch/Spectre/MAKEMKV/BDSVM/00005.svm' (da01c047ce1166c2fe14ac9644636f1c): already processed successfully. [autovideoconverter] Skipping video '/watch/Spectre/BDMV' (f4fbd679e3e1aa1bd673c32cc6793dd1): already processed successfully. [autovideoconverter] Skipping video '/watch/Spectre/MAKEMKV/AACS/DUPLICATE/MKB_RO.inf' (0fcdcf291cd9fd7b6786b19a548ceffa): already processed successfully. [autovideoconverter] Skipping video '/watch/Spectre/MAKEMKV/AACS/DUPLICATE/MKB_RW.inf' (1ba70ac16ccd4f9506632b701a6cea80): already processed successfully. [autovideoconverter] Skipping video '/watch/Spectre/MAKEMKV/AACS/DUPLICATE/ContentRevocation.lst' (63ab7e8d1cd8f39515dcb6a86a346868): already processed successfully. [autovideoconverter] Skipping video '/watch/Spectre/MAKEMKV/AACS/DUPLICATE/Unit_Key_RO.inf' (a092dc4dbebca5222192a9793a4c2189): already processed successfully. [autovideoconverter] Skipping video '/watch/Spectre/MAKEMKV/AACS/DUPLICATE/Content000.cer' (caab9546144ae891dfe4b53cca8cab21): already processed successfully. [autovideoconverter] Skipping video '/watch/Spectre/MAKEMKV/AACS/DUPLICATE/ContentHash000.tbl' (55a7ddc1301d902d7a40fa6b6b040784): already processed successfully. [autovideoconverter] Skipping video '/watch/Spectre/MAKEMKV/AACS/DUPLICATE/CPSUnit00001.cci' (2caac603d6ba8144d4d9f463c7906e35): already processed successfully. [autovideoconverter] Skipping video '/watch/Spectre/MAKEMKV/AACS/DUPLICATE/mcmf.xml' (e3203387b4bbb4a56be65aa59d356dfc): already processed successfully. [autovideoconverter] Skipping video '/watch/Spectre/BDMV' (f4fbd679e3e1aa1bd673c32cc6793dd1): already processed successfully. [autovideoconverter] Skipping video '/watch/Spectre/MAKEMKV/AACS/MKB_RO.inf' (3201c226e7436343efe155be404781e2): already processed successfully. [autovideoconverter] Skipping video '/watch/Spectre/MAKEMKV/AACS/MKB_RW.inf' (519253e5082faed2745a0a4eadca5186): already processed successfully. [autovideoconverter] Skipping video '/watch/Spectre/MAKEMKV/AACS/ContentRevocation.lst' (5d3795aacc97b51b67bad81f19e8e441): already processed successfully. [autovideoconverter] Skipping video '/watch/Spectre/MAKEMKV/AACS/Unit_Key_RO.inf' (65fac7281a66c9b219d543b200f2e9d8): already processed successfully. [autovideoconverter] Skipping video '/watch/Spectre/MAKEMKV/AACS/Content000.cer' (eafd45efbac2875be1997dd34997b8c5): already processed successfully. [autovideoconverter] Skipping video '/watch/Spectre/MAKEMKV/AACS/ContentHash000.tbl' (94eaf183377623f25067c87e1d21f443): already processed successfully. [autovideoconverter] Skipping video '/watch/Spectre/MAKEMKV/AACS/CPSUnit00001.cci' (cf068e54793049452d75c39d76e4d59d): already processed successfully. [autovideoconverter] Skipping video '/watch/Spectre/MAKEMKV/AACS/mcmf.xml' (c729e62257a7df4ce2fd25e669fbd47b): already processed successfully. [autovideoconverter] Skipping video '/watch/Spectre/CERTIFICATE/id.bdmv' (23bfa1f09fa91af3e2f2155bb8a25609): already processed successfully. [autovideoconverter] Skipping video '/watch/Spectre/CERTIFICATE/BACKUP/id.bdmv' (ce5a0b58fa6e1a2ce3ceb78a8c3ac16d): already processed successfully. [autovideoconverter] Skipping video '/watch/Spectre/CERTIFICATE/app.discroot.crt' (39333f4d04c8f6948d46f903a4e18cbd): already processed successfully. [autovideoconverter] Skipping video '/watch/Spectre/CERTIFICATE/BACKUP/app.discroot.crt' (ac5f3711167c25f200b29b55d9a6a205): already processed successfully. [autovideoconverter] Skipping video '/watch/Spectre/CERTIFICATE/bu.discroot.crt' (9d36d809dd4ac7a20dbd92a127ee03bb): already processed successfully. [autovideoconverter] Skipping video '/watch/Spectre/CERTIFICATE/BACKUP/bu.discroot.crt' (2e17f651da5f83ca2b1ffa4ffd1944b2): already processed successfully. [autovideoconverter] Skipping video '/watch/Spectre/MAKEMKV/BDSVM/BACKUP/00000.svm' (15b6db2e93b0c2768fd95c2b3ecd0c28): already processed successfully. [autovideoconverter] Skipping video '/watch/Spectre/MAKEMKV/BDSVM/BACKUP/00001.svm' (944c80e3cbe48906726d7e8108b3a998): already processed successfully. [autovideoconverter] Skipping video '/watch/Spectre/MAKEMKV/BDSVM/BACKUP/00002.svm' (640e55df9bf77802956166efd1521f49): already processed successfully. [autovideoconverter] Skipping video '/watch/Spectre/MAKEMKV/BDSVM/BACKUP/00003.svm' (735a758753748c9b27525b42a38fc1c7): already processed successfully. [autovideoconverter] Skipping video '/watch/Spectre/MAKEMKV/BDSVM/BACKUP/00004.svm' (b32baa46b8bfd224a704f81786d939e2): already processed successfully. [autovideoconverter] Skipping video '/watch/Spectre/MAKEMKV/BDSVM/BACKUP/00005.svm' (b60c6a6b55ccb747881ed732ec77d871): already processed successfully. [autovideoconverter] Skipping video '/watch/Spectre/MAKEMKV/BDSVM/00000.svm' (cd1733fbcc52a39b925a5f5f243ed10f): already processed successfully. [autovideoconverter] Skipping video '/watch/Spectre/MAKEMKV/BDSVM/00001.svm' (a4079a556899bcb30d455b33f4957c81): already processed successfully. [autovideoconverter] Skipping video '/watch/Spectre/MAKEMKV/BDSVM/00002.svm' (94c7e2c5025779d1ccc651667da676e9): already processed successfully. [autovideoconverter] Skipping video '/watch/Spectre/MAKEMKV/BDSVM/00003.svm' (ef72da992c49c5ac0f4737126861ee51): already processed successfully. [autovideoconverter] Skipping video '/watch/Spectre/MAKEMKV/BDSVM/00004.svm' (44ac1c8ae24a923a6655f866cf1fa58d): already processed successfully. [autovideoconverter] Skipping video '/watch/Spectre/MAKEMKV/BDSVM/00005.svm' (da01c047ce1166c2fe14ac9644636f1c): already processed successfully. [autovideoconverter] Skipping video '/watch/Spectre/BDMV' (f4fbd679e3e1aa1bd673c32cc6793dd1): already processed successfully. [autovideoconverter] Skipping video '/watch/Spectre/MAKEMKV/AACS/DUPLICATE/MKB_RO.inf' (0fcdcf291cd9fd7b6786b19a548ceffa): already processed successfully. [autovideoconverter] Skipping video '/watch/Spectre/MAKEMKV/AACS/DUPLICATE/MKB_RW.inf' (1ba70ac16ccd4f9506632b701a6cea80): already processed successfully. [autovideoconverter] Skipping video '/watch/Spectre/MAKEMKV/AACS/DUPLICATE/ContentRevocation.lst' (63ab7e8d1cd8f39515dcb6a86a346868): already processed successfully. [autovideoconverter] Skipping video '/watch/Spectre/MAKEMKV/AACS/DUPLICATE/Unit_Key_RO.inf' (a092dc4dbebca5222192a9793a4c2189): already processed successfully. [autovideoconverter] Skipping video '/watch/Spectre/MAKEMKV/AACS/DUPLICATE/Content000.cer' (caab9546144ae891dfe4b53cca8cab21): already processed successfully. [autovideoconverter] Skipping video '/watch/Spectre/MAKEMKV/AACS/DUPLICATE/ContentHash000.tbl' (55a7ddc1301d902d7a40fa6b6b040784): already processed successfully. [autovideoconverter] Skipping video '/watch/Spectre/MAKEMKV/AACS/DUPLICATE/CPSUnit00001.cci' (2caac603d6ba8144d4d9f463c7906e35): already processed successfully. [autovideoconverter] Skipping video '/watch/Spectre/MAKEMKV/AACS/DUPLICATE/mcmf.xml' (e3203387b4bbb4a56be65aa59d356dfc): already processed successfully. [autovideoconverter] Skipping video '/watch/Spectre/BDMV' (f4fbd679e3e1aa1bd673c32cc6793dd1): already processed successfully. [autovideoconverter] Skipping video '/watch/Spectre/MAKEMKV/AACS/DUPLICATE/Content001.cer' (175010db3e24bf55f52fe6b4b2bc6f6e): already processed successfully. [autovideoconverter] Skipping video '/watch/Spectre/MAKEMKV/AACS/DUPLICATE/ContentHash001.tbl' (9f8ffc5a20334490ce89cdf925f94a77): already processed successfully. [autovideoconverter] Skipping video '/watch/Spectre/MAKEMKV/AACS/Content001.cer' (d4f29ed56c7bf8d7448eaa555347929b): already processed successfully. [autovideoconverter] Skipping video '/watch/Spectre/MAKEMKV/AACS/ContentHash001.tbl' (ed4856f4c1affdc60a39daa6d4599792): already processed successfully. [autovideoconverter] Skipping video '/watch/Spectre/BDMV' (f4fbd679e3e1aa1bd673c32cc6793dd1): already processed successfully. [autovideoconverter] Skipping video '/watch/Spectre/MAKEMKV/CMAP/00600.cmap' (47133d4cb368949327cc161a019df8eb): already processed successfully. [autovideoconverter] Skipping video '/watch/Spectre/BDMV' (f4fbd679e3e1aa1bd673c32cc6793dd1): already processed successfully. [autovideoconverter] Skipping video '/watch/Spectre/MAKEMKV/CMAP/00200.cmap' (e7c67f71bf72ecbef1e1aa8f5245fcc2): already processed successfully. [autovideoconverter] Skipping video '/watch/Spectre/BDMV' (f4fbd679e3e1aa1bd673c32cc6793dd1): already processed successfully. [autovideoconverter] Skipping video '/watch/Spectre/MAKEMKV/CMAP/00121.cmap' (31d5350ac0d594aab881f024c1fb190c): already processed successfully. [autovideoconverter] Skipping video '/watch/Spectre/BDMV' (f4fbd679e3e1aa1bd673c32cc6793dd1): already processed successfully. [autovideoconverter] Skipping video '/watch/Spectre/MAKEMKV/CMAP/00122.cmap' (4b8330903acbb810ebbcb276f64d9353): already processed successfully. [autovideoconverter] Skipping video '/watch/Spectre/BDMV' (f4fbd679e3e1aa1bd673c32cc6793dd1): already processed successfully. [autovideoconverter] Skipping video '/watch/Spectre/MAKEMKV/CMAP/00123.cmap' (f3bbdda69fcb5daca6140feeb4c84321): already processed successfully. [autovideoconverter] Skipping video '/watch/Spectre/BDMV' (f4fbd679e3e1aa1bd673c32cc6793dd1): already processed successfully. [autovideoconverter] Skipping video '/watch/Spectre/MAKEMKV/CMAP/00122.cmap' (4b8330903acbb810ebbcb276f64d9353): already processed successfully. [autovideoconverter] Skipping video '/watch/Spectre/BDMV' (f4fbd679e3e1aa1bd673c32cc6793dd1): already processed successfully. [autovideoconverter] Skipping video '/watch/Spectre/MAKEMKV/CMAP/00123.cmap' (f3bbdda69fcb5daca6140feeb4c84321): already processed successfully. [autovideoconverter] Skipping video '/watch/Spectre/BDMV' (f4fbd679e3e1aa1bd673c32cc6793dd1): already processed successfully. [autovideoconverter] Skipping video '/watch/Spectre/MAKEMKV/CMAP/01780.cmap' (f7a11ab160e6812ed0ddbd324aa687e1): already processed successfully. [autovideoconverter] Skipping video '/watch/Spectre/BDMV' (f4fbd679e3e1aa1bd673c32cc6793dd1): already processed successfully. [autovideoconverter] Skipping video '/watch/Spectre/MAKEMKV/CMAP/01781.cmap' (d037feece7cf8c844ae4d3783afebbc3): already processed successfully. [autovideoconverter] Skipping video '/watch/Spectre/BDMV' (f4fbd679e3e1aa1bd673c32cc6793dd1): already processed successfully. [autovideoconverter] Skipping video '/watch/Spectre/MAKEMKV/CMAP/00021.cmap' (2daae6de229d10c8a81787b7e5fea9c8): already processed successfully. [autovideoconverter] Skipping video '/watch/Spectre/BDMV' (f4fbd679e3e1aa1bd673c32cc6793dd1): already processed successfully. [autovideoconverter] Skipping video '/watch/Spectre/MAKEMKV/CMAP/00191.cmap' (a90131e6828f45b07da23c7147b709f0): already processed successfully. [autovideoconverter] Skipping video '/watch/Spectre/BDMV' (f4fbd679e3e1aa1bd673c32cc6793dd1): already processed successfully. [autovideoconverter] Skipping video '/watch/Spectre/MAKEMKV/CMAP/00192.cmap' (837e309d9c98c74f88f2f623760054b9): already processed successfully. [autovideoconverter] Skipping video '/watch/Spectre/BDMV' (f4fbd679e3e1aa1bd673c32cc6793dd1): already processed successfully. [autovideoconverter] Skipping video '/watch/Spectre/MAKEMKV/CMAP/00190.cmap' (e47947a20b2092290fdd469669404c1d): already processed successfully. [autovideoconverter] Skipping video '/watch/Spectre/BDMV' (f4fbd679e3e1aa1bd673c32cc6793dd1): already processed successfully. [autovideoconverter] Skipping video '/watch/Spectre/MAKEMKV/CMAP/00188.cmap' (c4e6c34b21d6c876a26dda596e995e5a): already processed successfully. [autovideoconverter] Skipping video '/watch/Spectre/BDMV' (f4fbd679e3e1aa1bd673c32cc6793dd1): already processed successfully. [autovideoconverter] Skipping video '/watch/Spectre/MAKEMKV/CMAP/00193.cmap' (16d738699bfe10f0eff139a08a0b8468): already processed successfully. [autovideoconverter] Skipping video '/watch/Spectre/BDMV' (f4fbd679e3e1aa1bd673c32cc6793dd1): already processed successfully. [autovideoconverter] Skipping video '/watch/Spectre/MAKEMKV/CMAP/00196.cmap' (c42f5c0461d6a3a70bbd7bc2a0c789d1): already processed successfully. [autovideoconverter] Skipping video '/watch/Spectre/BDMV' (f4fbd679e3e1aa1bd673c32cc6793dd1): already processed successfully. [autovideoconverter] Skipping video '/watch/Spectre/MAKEMKV/CMAP/00727.cmap' (3447afe72b4afc57cba671670794041c): already processed successfully. [autovideoconverter] Skipping video '/watch/Spectre/BDMV' (f4fbd679e3e1aa1bd673c32cc6793dd1): already processed successfully. [autovideoconverter] Skipping video '/watch/Spectre/MAKEMKV/CMAP/00727.cmap' (3447afe72b4afc57cba671670794041c): already processed successfully. [autovideoconverter] Skipping video '/watch/Spectre/BDMV' (f4fbd679e3e1aa1bd673c32cc6793dd1): already processed successfully. [autovideoconverter] Skipping video '/watch/Spectre/MAKEMKV/CMAP/00194.cmap' (da2151295da919b417b1c2d68652c83f): already processed successfully. [autovideoconverter] Skipping video '/watch/Spectre/BDMV' (f4fbd679e3e1aa1bd673c32cc6793dd1): already processed successfully. [autovideoconverter] Skipping video '/watch/Spectre/MAKEMKV/CMAP/00195.cmap' (7cb1be3fad2e6a66e1bbe2bfec94fc0d): already processed successfully. [autovideoconverter] Skipping video '/watch/Spectre/BDMV' (f4fbd679e3e1aa1bd673c32cc6793dd1): already processed successfully. [autovideoconverter] Skipping video '/watch/Spectre/MAKEMKV/CMAP/00180.cmap' (37fb0565bf0b645c855bea313afb8a2b): already processed successfully. [autovideoconverter] Skipping video '/watch/Spectre/BDMV' (f4fbd679e3e1aa1bd673c32cc6793dd1): already processed successfully. [autovideoconverter] Skipping video '/watch/Spectre/MAKEMKV/CMAP/00182.cmap' (12b33f5d799507446b7729e52bd386ac): already processed successfully. [autovideoconverter] Skipping video '/watch/Spectre/BDMV' (f4fbd679e3e1aa1bd673c32cc6793dd1): already processed successfully. [autovideoconverter] Skipping video '/watch/Spectre/MAKEMKV/CMAP/00176.cmap' (c8b7240b6652aaf8e5c88cff44416a15): already processed successfully. [autovideoconverter] Skipping video '/watch/Spectre/BDMV' (f4fbd679e3e1aa1bd673c32cc6793dd1): already processed successfully. [autovideoconverter] Skipping video '/watch/Spectre/MAKEMKV/CMAP/00179.cmap' (d078f400c92cf9f9bdeca2b386915692): already processed successfully. [autovideoconverter] Skipping video '/watch/Spectre/BDMV' (f4fbd679e3e1aa1bd673c32cc6793dd1): already processed successfully. [autovideoconverter] Skipping video '/watch/Spectre/MAKEMKV/CMAP/00183.cmap' (809479a43afe0efbdc6b8fc4ea6cdb16): already processed successfully. [autovideoconverter] Skipping video '/watch/Spectre/BDMV' (f4fbd679e3e1aa1bd673c32cc6793dd1): already processed successfully. [autovideoconverter] Skipping video '/watch/Spectre/MAKEMKV/CMAP/00187.cmap' (aaaaa22c3174964f6a21aaeef16c6b65): already processed successfully. [autovideoconverter] Skipping video '/watch/Spectre/BDMV' (f4fbd679e3e1aa1bd673c32cc6793dd1): already processed successfully. [autovideoconverter] Skipping video '/watch/Spectre/MAKEMKV/CMAP/00189.cmap' (708214763414bcab6a8834ae80867496): already processed successfully. [autovideoconverter] Skipping video '/watch/Spectre/BDMV' (f4fbd679e3e1aa1bd673c32cc6793dd1): already processed successfully. [autovideoconverter] Skipping video '/watch/Spectre/MAKEMKV/CMAP/00185.cmap' (f472edcb75bb4c6cc85959b38ee00491): already processed successfully. [autovideoconverter] Skipping video '/watch/Spectre/BDMV' (f4fbd679e3e1aa1bd673c32cc6793dd1): already processed successfully. [autovideoconverter] Skipping video '/watch/Spectre/MAKEMKV/CMAP/00186.cmap' (ac41bd7d35bf826d7f98adfaf7bc3b96): already processed successfully. [autovideoconverter] Skipping video '/watch/Spectre/BDMV' (f4fbd679e3e1aa1bd673c32cc6793dd1): already processed successfully. [autovideoconverter] Skipping video '/watch/Spectre/MAKEMKV/CMAP/00150.cmap' (937b00b89f07deff12726eee019d9b09): already processed successfully. [autovideoconverter] Skipping video '/watch/Spectre/BDMV' (f4fbd679e3e1aa1bd673c32cc6793dd1): already processed successfully. [autovideoconverter] Skipping video '/watch/Spectre/MAKEMKV/CMAP/00197.cmap' (eb7ee7991603fb497d7f70f86ba5a7f4): already processed successfully. [autovideoconverter] Skipping video '/watch/Spectre/BDMV' (f4fbd679e3e1aa1bd673c32cc6793dd1): already processed successfully. [autovideoconverter] Skipping video '/watch/Spectre/MAKEMKV/CMAP/02217.cmap' (c48fb0ba41098a355a98817cd885262c): already processed successfully. [autovideoconverter] Skipping video '/watch/Spectre/BDMV' (f4fbd679e3e1aa1bd673c32cc6793dd1): already processed successfully. [autovideoconverter] Skipping video '/watch/Spectre/MAKEMKV/CMAP/02210.cmap' (b2049fd870d810d62ebae32be226f72f): already processed successfully. [autovideoconverter] Skipping video '/watch/Spectre/BDMV' (f4fbd679e3e1aa1bd673c32cc6793dd1): already processed successfully. [autovideoconverter] Skipping video '/watch/Spectre/MAKEMKV/CMAP/02218.cmap' (41e23a0981e2538a18c1399ccfa19b1f): already processed successfully. [autovideoconverter] Skipping video '/watch/Spectre/BDMV' (f4fbd679e3e1aa1bd673c32cc6793dd1): already processed successfully. [autovideoconverter] Skipping video '/watch/Spectre/MAKEMKV/CMAP/02218.cmap' (41e23a0981e2538a18c1399ccfa19b1f): already processed successfully. [autovideoconverter] Skipping video '/watch/Spectre/BDMV' (f4fbd679e3e1aa1bd673c32cc6793dd1): already processed successfully. [autovideoconverter] Skipping video '/watch/Spectre/MAKEMKV/CMAP/02221.cmap' (5c21ab346e90a12ab2b80a052d17f1ca): already processed successfully. [autovideoconverter] Skipping video '/watch/Spectre/BDMV' (f4fbd679e3e1aa1bd673c32cc6793dd1): already processed successfully. [autovideoconverter] Skipping video '/watch/Spectre/MAKEMKV/CMAP/02222.cmap' (30d5613a7d8411e6ada99dfeda1a623e): already processed successfully. [autovideoconverter] Skipping video '/watch/Spectre/BDMV' (f4fbd679e3e1aa1bd673c32cc6793dd1): already processed successfully. [autovideoconverter] Skipping video '/watch/Spectre/MAKEMKV/CMAP/02219.cmap' (7016cf09d99b3684e529ef6a2421916f): already processed successfully. [autovideoconverter] Skipping video '/watch/Spectre/BDMV' (f4fbd679e3e1aa1bd673c32cc6793dd1): already processed successfully. [autovideoconverter] Skipping video '/watch/Spectre/MAKEMKV/CMAP/02219.cmap' (7016cf09d99b3684e529ef6a2421916f): already processed successfully. [autovideoconverter] Skipping video '/watch/Spectre/BDMV' (f4fbd679e3e1aa1bd673c32cc6793dd1): already processed successfully. [autovideoconverter] Skipping video '/watch/Spectre/MAKEMKV/CMAP/02220.cmap' (f5fc442d61e8a6f5b8956604b552677c): already processed successfully. [autovideoconverter] Skipping video '/watch/Spectre/BDMV' (f4fbd679e3e1aa1bd673c32cc6793dd1): already processed successfully. [autovideoconverter] Skipping video '/watch/Spectre/MAKEMKV/CMAP/02214.cmap' (156755dbda3be51b2cee533efb1ad8b0): already processed successfully. [autovideoconverter] Skipping video '/watch/Spectre/BDMV' (f4fbd679e3e1aa1bd673c32cc6793dd1): already processed successfully. [autovideoconverter] Skipping video '/watch/Spectre/MAKEMKV/CMAP/02215.cmap' (54acf19bda69734b1296e96d9eaf0444): already processed successfully. [autovideoconverter] Skipping video '/watch/Spectre/BDMV' (f4fbd679e3e1aa1bd673c32cc6793dd1): already processed successfully. [autovideoconverter] Skipping video '/watch/Spectre/MAKEMKV/CMAP/02215.cmap' (54acf19bda69734b1296e96d9eaf0444): already processed successfully. [autovideoconverter] Skipping video '/watch/Spectre/BDMV' (f4fbd679e3e1aa1bd673c32cc6793dd1): already processed successfully. [autovideoconverter] Skipping video '/watch/Spectre/MAKEMKV/CMAP/02212.cmap' (55e4c3e81da6dc62b6f3732c92d751e1): already processed successfully. [autovideoconverter] Skipping video '/watch/Spectre/BDMV' (f4fbd679e3e1aa1bd673c32cc6793dd1): already processed successfully. [autovideoconverter] Skipping video '/watch/Spectre/MAKEMKV/CMAP/02213.cmap' (94e64c078535a50f81e1b5dfeafc8d1a): already processed successfully. [autovideoconverter] Skipping video '/watch/Spectre/BDMV' (f4fbd679e3e1aa1bd673c32cc6793dd1): already processed successfully. [autovideoconverter] Skipping video '/watch/Spectre/MAKEMKV/CMAP/02216.cmap' (c609be4f37dde1078a562153333b26c0): already processed successfully. [autovideoconverter] Skipping video '/watch/Spectre/BDMV' (f4fbd679e3e1aa1bd673c32cc6793dd1): already processed successfully. [autovideoconverter] Skipping video '/watch/Spectre/MAKEMKV/CMAP/02208.cmap' (4723ec7f6adbf67155e4acbc65f135d5): already processed successfully. [autovideoconverter] Skipping video '/watch/Spectre/BDMV' (f4fbd679e3e1aa1bd673c32cc6793dd1): already processed successfully. [autovideoconverter] Skipping video '/watch/Spectre/MAKEMKV/CMAP/00175.cmap' (83cf3e3948b18788e8fdeeb199b1c64c): already processed successfully. [autovideoconverter] Skipping video '/watch/Spectre/BDMV' (f4fbd679e3e1aa1bd673c32cc6793dd1): already processed successfully. [autovideoconverter] Skipping video '/watch/Spectre/MAKEMKV/CMAP/02216.cmap' (c609be4f37dde1078a562153333b26c0): already processed successfully. [autovideoconverter] Skipping video '/watch/Spectre/BDMV' (f4fbd679e3e1aa1bd673c32cc6793dd1): already processed successfully. [autovideoconverter] Skipping video '/watch/Spectre/MAKEMKV/CMAP/02208.cmap' (4723ec7f6adbf67155e4acbc65f135d5): already processed successfully. [autovideoconverter] Skipping video '/watch/Spectre/BDMV' (f4fbd679e3e1aa1bd673c32cc6793dd1): already processed successfully. [autovideoconverter] Skipping video '/watch/Spectre/MAKEMKV/CMAP/00175.cmap' (83cf3e3948b18788e8fdeeb199b1c64c): already processed successfully. [autovideoconverter] Skipping video '/watch/Spectre/BDMV' (f4fbd679e3e1aa1bd673c32cc6793dd1): already processed successfully. [autovideoconverter] Skipping video '/watch/Spectre/MAKEMKV/CMAP/00952.cmap' (35c2a57273d92527505924d6538e3b15): already processed successfully. [autovideoconverter] Skipping video '/watch/Spectre/BDMV' (f4fbd679e3e1aa1bd673c32cc6793dd1): already processed successfully. [autovideoconverter] Skipping video '/watch/Spectre/MAKEMKV/CMAP/02167.cmap' (dd8da285f91192487fcbba1bd9681b17): already processed successfully. [autovideoconverter] Skipping video '/watch/Spectre/BDMV' (f4fbd679e3e1aa1bd673c32cc6793dd1): already processed successfully. [autovideoconverter] Skipping video '/watch/Spectre/MAKEMKV/CMAP/00957.cmap' (c15e09ab64c619cdac72564bef344c6a): already processed successfully. [autovideoconverter] Skipping video '/watch/Spectre/BDMV' (f4fbd679e3e1aa1bd673c32cc6793dd1): already processed successfully. [autovideoconverter] Skipping video '/watch/Spectre/MAKEMKV/CMAP/00233.cmap' (212a2fee281132b5217583c4c957691c): already processed successfully. [autovideoconverter] Skipping video '/watch/Spectre/BDMV' (f4fbd679e3e1aa1bd673c32cc6793dd1): already processed successfully. [autovideoconverter] Skipping video '/watch/Spectre/MAKEMKV/CMAP/02168.cmap' (da9b0fd041ba1d4dd60cbe5aef119901): already processed successfully. [autovideoconverter] Skipping video '/watch/Spectre/BDMV' (f4fbd679e3e1aa1bd673c32cc6793dd1): already processed successfully. [autovideoconverter] Skipping video '/watch/Spectre/MAKEMKV/CMAP/00152.cmap' (7cac94aba79708b590dce79b7131cbc0): already processed successfully. [autovideoconverter] Skipping video '/watch/Spectre/BDMV' (f4fbd679e3e1aa1bd673c32cc6793dd1): already processed successfully. [autovideoconverter] Skipping video '/watch/Spectre/MAKEMKV/CMAP/00153.cmap' (f75257af8dca17e4a89843f583e22fbb): already processed successfully. [autovideoconverter] Skipping video '/watch/Spectre/BDMV' (f4fbd679e3e1aa1bd673c32cc6793dd1): already processed successfully. [autovideoconverter] Skipping video '/watch/Spectre/MAKEMKV/CMAP/02169.cmap' (5ef283b285e0b7d27861725b99482c8d): already processed successfully. [autovideoconverter] Skipping video '/watch/Spectre/BDMV' (f4fbd679e3e1aa1bd673c32cc6793dd1): already processed successfully. [autovideoconverter] Skipping video '/watch/Spectre/MAKEMKV/CMAP/00151.cmap' (3c20c6ed4d6f803e90e27484f37bc709): already processed successfully. [autovideoconverter] Skipping video '/watch/Spectre/BDMV' (f4fbd679e3e1aa1bd673c32cc6793dd1): already processed successfully. [autovideoconverter] Skipping video '/watch/Spectre/MAKEMKV/CMAP/00601.cmap' (1a4cc03931a5b455db9a32ab56baff0a): already processed successfully. [autovideoconverter] Skipping video '/watch/Spectre/BDMV' (f4fbd679e3e1aa1bd673c32cc6793dd1): already processed successfully. [autovideoconverter] Skipping video '/watch/Spectre/MAKEMKV/CMAP/00131.cmap' (5f083857cfc07791a93216d2441c8ab0): already processed successfully. [autovideoconverter] Skipping video '/watch/Spectre/BDMV' (f4fbd679e3e1aa1bd673c32cc6793dd1): already processed successfully. [autovideoconverter] Skipping video '/watch/Spectre/MAKEMKV/CMAP/00050.cmap' (492ef37e28191b359e7f8fa1e2225283): already processed successfully. [autovideoconverter] Skipping video '/watch/Spectre/BDMV' (f4fbd679e3e1aa1bd673c32cc6793dd1): already processed successfully. [autovideoconverter] Skipping video '/watch/Spectre/MAKEMKV/CMAP/01756.cmap' (7bf405b643aeaedc868b9883b1c150e0): already processed successfully. [autovideoconverter] Skipping video '/watch/Spectre/BDMV' (f4fbd679e3e1aa1bd673c32cc6793dd1): already processed successfully. [autovideoconverter] Skipping video '/watch/Spectre/MAKEMKV/CMAP/00050.cmap' (492ef37e28191b359e7f8fa1e2225283): already processed successfully. [autovideoconverter] Skipping video '/watch/Spectre/BDMV' (f4fbd679e3e1aa1bd673c32cc6793dd1): already processed successfully. [autovideoconverter] Skipping video '/watch/Spectre/MAKEMKV/CMAP/01756.cmap' (7bf405b643aeaedc868b9883b1c150e0): already processed successfully. [autovideoconverter] Skipping video '/watch/Spectre/BDMV' (f4fbd679e3e1aa1bd673c32cc6793dd1): already processed successfully. [autovideoconverter] Skipping video '/watch/Spectre/MAKEMKV/CMAP/00154.cmap' (e8bc71c7e8c2814d4489196accabaf9e): already processed successfully. [autovideoconverter] Skipping video '/watch/Spectre/BDMV' (f4fbd679e3e1aa1bd673c32cc6793dd1): already processed successfully. [autovideoconverter] Skipping video '/watch/Spectre/MAKEMKV/CMAP/00167.cmap' (1d182d5ce565611cab41cecb671cf27f): already processed successfully. [autovideoconverter] Skipping video '/watch/Spectre/BDMV' (f4fbd679e3e1aa1bd673c32cc6793dd1): already processed successfully. [autovideoconverter] Skipping video '/watch/Spectre/MAKEMKV/CMAP/00168.cmap' (849869e36b108956ce1164eab4c4f609): already processed successfully. [autovideoconverter] Skipping video '/watch/Spectre/BDMV' (f4fbd679e3e1aa1bd673c32cc6793dd1): already processed successfully. [autovideoconverter] Skipping video '/watch/Spectre/MAKEMKV/CMAP/00165.cmap' (3c6d9ec7eb63ddceb3acb5cc01a25a2d): already processed successfully. [autovideoconverter] Skipping video '/watch/Spectre/BDMV' (f4fbd679e3e1aa1bd673c32cc6793dd1): already processed successfully. [autovideoconverter] Skipping video '/watch/Spectre/MAKEMKV/CMAP/00166.cmap' (aec21d4a1ef545cc70943747a5d0ddb7): already processed successfully. [autovideoconverter] Skipping video '/watch/Spectre/BDMV' (f4fbd679e3e1aa1bd673c32cc6793dd1): already processed successfully. [autovideoconverter] Skipping video '/watch/Spectre/MAKEMKV/CMAP/00169.cmap' (d80cc34a976db32a74cde63369fa7c47): already processed successfully. [autovideoconverter] Skipping video '/watch/Spectre/BDMV' (f4fbd679e3e1aa1bd673c32cc6793dd1): already processed successfully. [autovideoconverter] Skipping video '/watch/Spectre/MAKEMKV/CMAP/00172.cmap' (645182e8a594e5e7cac99bef707faaa5): already processed successfully. [autovideoconverter] Skipping video '/watch/Spectre/BDMV' (f4fbd679e3e1aa1bd673c32cc6793dd1): already processed successfully. [autovideoconverter] Skipping video '/watch/Spectre/MAKEMKV/CMAP/00173.cmap' (e37eb9ac59425658c8b1559307a3eb50): already processed successfully. [autovideoconverter] Skipping video '/watch/Spectre/BDMV' (f4fbd679e3e1aa1bd673c32cc6793dd1): already processed successfully. [autovideoconverter] Skipping video '/watch/Spectre/MAKEMKV/CMAP/00170.cmap' (81e37b79656a785741f8d974c652afaa): already processed successfully. [autovideoconverter] Skipping video '/watch/Spectre/BDMV' (f4fbd679e3e1aa1bd673c32cc6793dd1): already processed successfully. [autovideoconverter] Skipping video '/watch/Spectre/MAKEMKV/CMAP/00171.cmap' (75b202bc473d81c30ccffaa344ea91ae): already processed successfully. [autovideoconverter] Skipping video '/watch/Spectre/BDMV' (f4fbd679e3e1aa1bd673c32cc6793dd1): already processed successfully. [autovideoconverter] Skipping video '/watch/Spectre/MAKEMKV/CMAP/00170.cmap' (81e37b79656a785741f8d974c652afaa): already processed successfully. [autovideoconverter] Skipping video '/watch/Spectre/BDMV' (f4fbd679e3e1aa1bd673c32cc6793dd1): already processed successfully. [autovideoconverter] Skipping video '/watch/Spectre/MAKEMKV/CMAP/00171.cmap' (75b202bc473d81c30ccffaa344ea91ae): already processed successfully. [autovideoconverter] Skipping video '/watch/Spectre/BDMV' (f4fbd679e3e1aa1bd673c32cc6793dd1): already processed successfully. [autovideoconverter] Skipping video '/watch/Spectre/MAKEMKV/CMAP/00164.cmap' (852e2f406cc99f44f7e63086c074014b): already processed successfully. [autovideoconverter] Skipping video '/watch/Spectre/BDMV' (f4fbd679e3e1aa1bd673c32cc6793dd1): already processed successfully. [autovideoconverter] Skipping video '/watch/Spectre/MAKEMKV/CMAP/00158.cmap' (503ee185ac84f6e28e6abf564cfcb4a6): already processed successfully. [autovideoconverter] Skipping video '/watch/Spectre/BDMV' (f4fbd679e3e1aa1bd673c32cc6793dd1): already processed successfully. [autovideoconverter] Skipping video '/watch/Spectre/MAKEMKV/CMAP/00159.cmap' (7a6f267caf77b421c31a9ddbe0999479): already processed successfully. [autovideoconverter] Skipping video '/watch/Spectre/BDMV' (f4fbd679e3e1aa1bd673c32cc6793dd1): already processed successfully. [autovideoconverter] Skipping video '/watch/Spectre/MAKEMKV/CMAP/00155.cmap' (6fe19bd24fa6888ee6fc06adbdae09d4): already processed successfully. [autovideoconverter] Skipping video '/watch/Spectre/BDMV' (f4fbd679e3e1aa1bd673c32cc6793dd1): already processed successfully. [autovideoconverter] Skipping video '/watch/Spectre/MAKEMKV/CMAP/00156.cmap' (6651bbaf2fd878118cf836cec8a56184): already processed successfully. [autovideoconverter] Skipping video '/watch/Spectre/BDMV' (f4fbd679e3e1aa1bd673c32cc6793dd1): already processed successfully. [autovideoconverter] Skipping video '/watch/Spectre/MAKEMKV/CMAP/00160.cmap' (4825bc418fab6272155dbb15b799ae1a): already processed successfully. [autovideoconverter] Skipping video '/watch/Spectre/BDMV' (f4fbd679e3e1aa1bd673c32cc6793dd1): already processed successfully. [autovideoconverter] Skipping video '/watch/Spectre/MAKEMKV/CMAP/00162.cmap' (743737246284a72f2cec23828ada5654): already processed successfully. [autovideoconverter] Skipping video '/watch/Spectre/BDMV' (f4fbd679e3e1aa1bd673c32cc6793dd1): already processed successfully. [autovideoconverter] Skipping video '/watch/Spectre/MAKEMKV/CMAP/00163.cmap' (51d85ead6ed367aa492bc967fa810958): already processed successfully. [autovideoconverter] Skipping video '/watch/Spectre/BDMV' (f4fbd679e3e1aa1bd673c32cc6793dd1): already processed successfully. [autovideoconverter] Skipping video '/watch/Spectre/MAKEMKV/CMAP/02209.cmap' (221bc17d1cc5a8e07e16a1c88aec92f0): already processed successfully. [autovideoconverter] Skipping video '/watch/Spectre/BDMV' (f4fbd679e3e1aa1bd673c32cc6793dd1): already processed successfully. [autovideoconverter] Skipping video '/watch/Spectre/MAKEMKV/CMAP/02197.cmap' (94aee4591cb785c803f8a850e4018f3b): already processed successfully. [autovideoconverter] Skipping video '/watch/Spectre/BDMV' (f4fbd679e3e1aa1bd673c32cc6793dd1): already processed successfully. [autovideoconverter] Skipping video '/watch/Spectre/MAKEMKV/CMAP/02211.cmap' (5aa1864debe119326fc2986be08cbaee): already processed successfully. [autovideoconverter] Watch folder '/watch' processing terminated.
  23. Correct about the film. I’ve tried with another rip (Inside Out) and the same results. I’ve also stop/started the container before. I’ll try clearing the two folders you mentioed Sent from my iPhone using Tapatalk
  24. Thanks, made that change but same issue. [autovideoconverter] File '/watch/Spectre/MAKEMKV/CMAP/00160.cmap' (4825bc418fab6272155dbb15b799ae1a) is not a video, ignoring... [autovideoconverter] Conversion ended successfully. [autovideoconverter] Skipping video '/watch/Spectre/BDMV' (f4fbd679e3e1aa1bd673c32cc6793dd1): already processed successfully. [autovideoconverter] Waiting 5 seconds before processing '/watch/Spectre/MAKEMKV/CMAP/00162.cmap'... [autovideoconverter] File '/watch/Spectre/MAKEMKV/CMAP/00160.cmap' (4825bc418fab6272155dbb15b799ae1a) is not a video, ignoring... [autovideoconverter] Conversion ended successfully. [autovideoconverter] Skipping video '/watch/Spectre/BDMV' (f4fbd679e3e1aa1bd673c32cc6793dd1): already processed successfully. [autovideoconverter] Waiting 5 seconds before processing '/watch/Spectre/MAKEMKV/CMAP/00162.cmap'... [autovideoconverter] File '/watch/Spectre/MAKEMKV/CMAP/00162.cmap' (743737246284a72f2cec23828ada5654) is not a video, ignoring... [autovideoconverter] Conversion ended successfully. [autovideoconverter] Skipping video '/watch/Spectre/BDMV' (f4fbd679e3e1aa1bd673c32cc6793dd1): already processed successfully. [autovideoconverter] Waiting 5 seconds before processing '/watch/Spectre/MAKEMKV/CMAP/00163.cmap'... [autovideoconverter] File '/watch/Spectre/MAKEMKV/CMAP/00163.cmap' (51d85ead6ed367aa492bc967fa810958) is not a video, ignoring... [autovideoconverter] Conversion ended successfully. [autovideoconverter] Skipping video '/watch/Spectre/BDMV' (f4fbd679e3e1aa1bd673c32cc6793dd1): already processed successfully. [autovideoconverter] Waiting 5 seconds before processing '/watch/Spectre/MAKEMKV/CMAP/02209.cmap'... [autovideoconverter] File '/watch/Spectre/MAKEMKV/CMAP/02209.cmap' (221bc17d1cc5a8e07e16a1c88aec92f0) is not a video, ignoring... [autovideoconverter] Conversion ended successfully. [autovideoconverter] Skipping video '/watch/Spectre/BDMV' (f4fbd679e3e1aa1bd673c32cc6793dd1): already processed successfully. [autovideoconverter] Waiting 5 seconds before processing '/watch/Spectre/MAKEMKV/CMAP/02197.cmap'... [autovideoconverter] File '/watch/Spectre/MAKEMKV/CMAP/02209.cmap' (221bc17d1cc5a8e07e16a1c88aec92f0) is not a video, ignoring... [autovideoconverter] Conversion ended successfully. [autovideoconverter] Skipping video '/watch/Spectre/BDMV' (f4fbd679e3e1aa1bd673c32cc6793dd1): already processed successfully. [autovideoconverter] Waiting 5 seconds before processing '/watch/Spectre/MAKEMKV/CMAP/02197.cmap'... [autovideoconverter] File '/watch/Spectre/MAKEMKV/CMAP/02197.cmap' (94aee4591cb785c803f8a850e4018f3b) is not a video, ignoring... [autovideoconverter] Conversion ended successfully. [autovideoconverter] Skipping video '/watch/Spectre/BDMV' (f4fbd679e3e1aa1bd673c32cc6793dd1): already processed successfully. [autovideoconverter] Waiting 5 seconds before processing '/watch/Spectre/MAKEMKV/CMAP/02211.cmap'... [autovideoconverter] File '/watch/Spectre/MAKEMKV/CMAP/02211.cmap' (5aa1864debe119326fc2986be08cbaee) is not a video, ignoring... [autovideoconverter] Conversion ended successfully. [autovideoconverter] Watch folder '/watch' processing terminated