Everything posted by NewDisplayName
-
Guide: How To Use Rclone To Mount Cloud Drives And Play Files
nonono, best tactic is to have all movies in their respective folder. this will get more and more important the more movies u have.
-
Guide: How To Use Rclone To Mount Cloud Drives And Play Files
Do you have your movies like this...? .../movies/movie1/file.mkv .../movies/movie2/file.mkv
-
Xeoma - Surveillance Software
i dont thionk thats possible without changes to the docker. But u dont need that pi, you can use their licence server.
-
Guide: How To Use Rclone To Mount Cloud Drives And Play Files
How big are your origin files?
-
Guide: How To Use Rclone To Mount Cloud Drives And Play Files
I guess its a per user/server/connection setting which might be different for every person.
-
[Support] Djoss - HandBrake
I guess, i cant use it. Now it just dropped intel quick sync and even the h264 preset is no longer working. If its not automatic, i rather just delete videos which are not working. Thanks for your help anyway!
-
[Plugin] Mover Tuning
Is it correct set up? check every hour if >80%, then move. (could that be added to make it every half an hour? Maybe a custom cron tab?) and force every day 23:55 ?
-
Turbo write
Oh... cool, i ll add that script, but the request is still legit i guess. I changed it to 2, what is a good option in your mind? Youve did so many great plugins, thank you very much.
-
[Support] Linuxserver.io - Ombi
request means it gets added to sonarr or radarr, if its already in sonarr and radarr request should not be there. Avaible will it when its in plex. Requestet is added to sonarr or radarr via ombi but not yet downloaded.
-
[Support] Linuxserver.io - Ombi
something it finds is not correct. like empty title or something. Do you run ombi and plex via br0?
-
[Support] Linuxserver.io - Ombi
U would need to resolve that dns inside the docker, but i guess thats not the problem. it might take some time for ombi to index your plex server. (does ombi logs say anythign useful?)
-
Turbo write
Could you add a automatic way of enabling it while mover runs... because i cant use your shedule because i use a script to run it when cache is more then x% full. Also i dont know what to enter at "Disks Allowed To Be Spun Down Before Invoking Turbo Mode:", ive set it to 1. I have one parity, 10 array disks and 2 cache ssds. #!/usr/bin/php <?PHP $moveAt = 80; # Adjust this value to suit. $diskTotal = disk_total_space("/mnt/cache"); $diskFree = disk_free_space("/mnt/cache"); $percent = ($diskTotal - $diskFree) / $diskTotal * 100; if ( $percent > $moveAt ) { exec("/usr/local/sbin/mover"); } ?>
-
[Support] Linuxserver.io - Ombi
does ur dns resolver resolve api.tvmaze.com? Also did you syncronize your plex with ombi?
-
Guide: How To Use Rclone To Mount Cloud Drives And Play Files
4,5tb and growing...
-
[Support] Djoss - HandBrake
output is mapped to /filme, correct. Thought u mean if it could access watch folder. I will watch it now more closly. But if i remember correctly.. the filename is correct in output (also the folder) also it wasnt deleted. Folder there, file gone, nothing in radarr logs. Only thing sscript removes is empty directorys. And that only every hour.
-
Dynamix - V6 Plugins
I dont think nowadays any part of a computer can overheat or die. if you dont circuit it or manually apply crazy voltage or such things. (but i might be wrong, i never had such a thing happen in 20 years) If you want to be save, just take the 2. link i gave u.
-
Dynamix - V6 Plugins
Yeah, there are also ppl on internet who say DONT USE insert random drive here IN NAS because you need enterprise hardware11111111 Overall, the worst thing that can happen is it dont work. You can see if the higehst RPM is still the same, or not, if not, buy the 2. link i gave u. I have 5 or 6 fans on a single ARRAY PWR thing on MB. Its old hardware and i tried 2 different mainboards till now - on both it works just fine. Only one thing, PWM will only be read from ONE fan, so you might want to take the fastest or slowest, like you want. (noice/temperature)
-
Dynamix - V6 Plugins
just buy some pwr splitter cables then? https://www.amazon.de/gp/product/B01MS97RSX/ref=ppx_yo_dt_b_asin_title_o09__o00_s00?ie=UTF8&psc=1 Maybe you need this if you CPU fan header has not enaught power: https://www.amazon.de/gp/product/B015KG6HP0/ref=ppx_yo_dt_b_asin_title_o01__o00_s00?ie=UTF8&psc=1 but on my 2 mainboards i tried, more then 5 fans worked perfectly. Maybe you could adjust the script also to do it. you can play around with the source /fan1_input u can look in the directorys for the right number according to your cpu temperature. (i dont knwo something like /cpu/temperature/something0-5) Use ur terminal for it.
-
[Support] Djoss - HandBrake
It dont have access to there. #!/bin/bash FROM_DIR="/mnt/user/downloads/completed/Filme" TO_DIR="/mnt/user/downloads/DVDR" rsync -ar --exclude '_unpack' --include '*/' --include '*.iso' --include '*.m2ts' --include '*.img' --include '*.mkv' --exclude '*' --remove-source-files --progress "$FROM_DIR/" "$TO_DIR" find "$FROM_DIR/" -depth -empty -type d -delete # This removes empty directories in the source directory logger DVDRs verschoben. touch /mnt/user/downloads/DVDR/touch find /mnt/user/downloads/DVDR/* -type d -empty -exec rmdir {} \; rm /mnt/user/downloads/DVDR/touch logger DVDRs älter als eine Woche gelöscht. taht moves the files which wont be automatic imported into the handbrake watch directory. Handbrake move it then to the output directory (back to downloads/completed/Filme) I outcommented now the remve empty directories. But that should be not the problem!?
-
Dynamix - V6 Plugins
Normally your CPU cooler should be automatic adjusted anyway. If not im using "autofan" for it. #!/bin/bash ### Check if script already run if [[ -f "/var/run/fancontrol.pid" ]]; then echo "fancontrol läuft bereits." exit else echo "starte fancontrol" fi killall -15 fancontrol echo "fancontrol gekillt" rm -f /etc/fancontrol echo "/etc/fancontrol gelöscht" echo "# Configuration file generated by pwmconfig, changes will be lost INTERVAL=10 DEVPATH=hwmon0=devices/platform/coretemp.0 hwmon1=devices/platform/nct6775.656 DEVNAME=hwmon0=coretemp hwmon1=nct6776 FCTEMPS=hwmon1/pwm2=hwmon0/temp1_input FCFANS= hwmon1/pwm2=hwmon1/fan2_input MINTEMP=60 hwmon1/pwm2=60 MAXTEMP=75 hwmon1/pwm2=75 MINSTART=150 hwmon1/pwm2=20 MINSTOP=0 hwmon1/pwm2=15 MINPWM=0 hwmon1/pwm2=15 MAXPWM=255 hwmon1/pwm2=255" > /etc/fancontrol echo "/etc/fancontrol neu geschrieben" fancontrol i run it every hour- if it would fail for any reason.
-
[Support] Djoss - HandBrake
Thank you for all your help. I removed that remove dir script, just to check if that is the problem. I got this now: [autovideoconverter] Encoding: 99.97 % (73.19 fps, avg 34.17 fps, ETA 00h00m01s) mv: can't rename '/output/.mFHKFG/Step Up 2 The Streets 2008 BluRay 1080p DL German DTS x264 dxva-BECKs.mp4': No such file or directory [autovideoconverter] Conversion ended successfully. [autovideoconverter] Removed /watch/Step Up 2 The Streets 2008 BluRay 1080p DL German DTS x264 dxva-BECKs/Step Up 2 The Streets 2008 BluRay 1080p DL German DTS x264 dxva-BECKs.mkv'. [autovideoconverter] Removed directory '/watch/Step Up 2 The Streets 2008 BluRay 1080p DL German DTS x264 dxva-BECKs'. [autovideoconverter] Watch folder '/watch' processing terminated. [autovideoconverter] Change detected in watch folder '/watch'. [autovideoconverter] Processing watch folder '/watch'... [autovideoconverter] Waiting 5 seconds before processing '/watch/Constantine.2005.German.1080p.DD.5.1.Blu-ray.VC-1.Remux-pmHD/Constantine.2005.German.1080p.DD.5.1.Blu-ray.VC-1.Remux-pmHD.mkv'... [autovideoconverter] Starting conversion of '/watch/Constantine.2005.German.1080p.DD.5.1.Blu-ray.VC-1.Remux-pmHD/Constantine.2005.German.1080p.DD.5.1.Blu-ray.VC-1.Remux-pmHD.mkv' (559e189dae24092d027fa4b149425859) using preset 'h264intelqsv'... [autovideoconverter] 1 title(s) to process. [autovideoconverter] Starting conversion of '/watch/Constantine.2005.German.1080p.DD.5.1.Blu-ray.VC-1.Remux-pmHD/Constantine.2005.German.1080p.DD.5.1.Blu-ray.VC-1.Remux-pmHD.mkv' (559e189dae24092d027fa4b149425859) using preset 'h264intelqsv'... [autovideoconverter] 1 title(s) to process. The file is not in output nor in the input directory, nor in radarr... just deleted... how!? Interestingly the input has the directory, bt its empty \downloads\DVDR\.mFHKFG The next movie seems to be imported automatic into radarr just fine btw.
-
[Support] Djoss - HandBrake
That would be awesome! (or just put it direct in the correct folder, but ig uess there a reason for tmp folder)
-
[Support] Djoss - HandBrake
I did not long time ago recreate this container. Then suddenly the 2. output dir came. I remvoed it and docker worked again for some time. Yesterday it came back. Did u changed this docker some days ago? Not sure if I understood your question correctly, but if you set "SAME_AS_SRC" for the output sub-directory, required sub-folders will be created automatically under "/output". Yes, ive set that. So if /output/something is not there it shoudl create it, thats also what i saw most times. But sometimes it finished and the file dissapear without e.g. radarr taking it, so i thought maybe its not working if /output/something isnt still there. Because i have a script which removes empty directorys after some time.
-
[Support] Djoss - HandBrake
This docker is driving me crazy. 😆 It worked for days. Weeks. And now: [autovideoconverter] Change detected in watch folder '/watch'. [autovideoconverter] Processing watch folder '/watch'... [autovideoconverter] Skipping '/watch/Grease.German.DL.1978.720p.BluRay.x264-DEFUSED ghost-of-usenet.org - (78+99) - dfd-grease-1080p.r75/dfd-grease-1080p.mkv' (ecddc9f9b8f11fa50705623b3831e886): already processed with failure. [autovideoconverter] Waiting 5 seconds before processing '/watch/Kung.Fu.Panda.2.2011.DL.German.DTSD.1080p.BluRay.x264-LameHD/Kung.Fu.Panda.2.2011.DL.German.DTSD.1080p.BluRay.x264-LameHD.mkv'... mkdir: can't create directory '/output/': No such file or directory [autovideoconverter] Starting conversion of '/watch/Kung.Fu.Panda.2.2011.DL.German.DTSD.1080p.BluRay.x264-LameHD/Kung.Fu.Panda.2.2011.DL.German.DTSD.1080p.BluRay.x264-LameHD.mkv' (b24e518143836e931fa9c9eb0c94b4c5) using preset 'h264intelqsv'... [autovideoconverter] 1 title(s) to process. mktemp: No such file or directory [autovideoconverter] Encoding: 1.36 % (0.00 fps, avg 0.00 fps, ETA 00h00m13s) [autovideoconverter] Encoding: 9.35 % (0.00 fps, avg 0.00 fps, ETA 00h00m13s) [autovideoconverter] Encoding: 17.46 % (0.00 fps, avg 0.00 fps, ETA 00h00m12s) [autovideoconverter] Encoding: 25.33 % (0.00 fps, avg 0.00 fps, ETA 00h00m11s) [autovideoconverter] Encoding: 31.53 % (0.00 fps, avg 0.00 fps, ETA 00h00m10s) [autovideoconverter] Encoding: 31.74 % (0.00 fps, avg 0.00 fps, ETA 00h00m12s) [autovideoconverter] Encoding: 32.06 % (0.00 fps, avg 0.00 fps, ETA 00h00m15s) [autovideoconverter] Encoding: 32.28 % (0.00 fps, avg 0.00 fps, ETA 00h00m17s) [autovideoconverter] Encoding: 32.56 % (0.00 fps, avg 0.00 fps, ETA 00h00m19s) [autovideoconverter] Encoding: 32.90 % (0.00 fps, avg 0.00 fps, ETA 00h00m22s) [autovideoconverter] Encoding: 33.26 % (0.00 fps, avg 0.00 fps, ETA 00h00m23s) [autovideoconverter] Encoding: 36.22 % (0.00 fps, avg 0.00 fps, ETA 00h00m23s) [autovideoconverter] Encoding: 44.31 % (0.00 fps, avg 0.00 fps, ETA 00h00m18s) [autovideoconverter] Encoding: 53.58 % (0.00 fps, avg 0.00 fps, ETA 00h00m13s) [autovideoconverter] Encoding: 67.34 % (0.00 fps, avg 0.00 fps, ETA 00h00m08s) [autovideoconverter] Encoding: 79.18 % (0.00 fps, avg 0.00 fps, ETA 00h00m04s) [autovideoconverter] Encoding: 90.13 % (0.00 fps, avg 0.00 fps, ETA 00h00m02s) [autovideoconverter] Encoding: 100.00 % (0.00 fps, avg 0.00 fps, ETA 00h00m00s) [autovideoconverter] Conversion failed. Why does this 2. output directory gets added sometimes (i already deleted it last time, it just came back again) Im getting crazy. Last time i deleted the new "OUTPUT DIRECTORY" - which didnt seem to work becaus eit cam eback now - this time i try to delete the old one. I hope that helps. Another question: if the output director no longer exists... does handbrake delete the output file? Could that be changd? Like if no directory is there, create it...? (i mean /output/DIRECTORYNAME) Thanks for any help.
-
[Support] Djoss - HandBrake
Seems to work fine. So im ok.