IamSpartacus

Members
  • Posts

    802
  • Joined

  • Last visited

Everything posted by IamSpartacus

  1. I'm only monitoring my system during the Mover because when the Mover is running it causes Plex direct plays to stutter and sometimes become unresponsive.
  2. So are you (I mean Linux) saying that 95% of unraid users are having the same problem I am?
  3. My drives are WD Golds (250MB/s drives) and cache is Samsung 960 Pro NVMe. You're saying I need better than that?
  4. Driver are never spun down, they are always spinning. And the IOWAIT stays at that level for the entire duration of the mover process.
  5. I'm seeing high IOWAIT anytime the mover process is going. What would be the cause of this?
  6. I second this. This is clearly a bug as you can see from my attached screenshot.
  7. Any plans to update the docker hub dockerfile for 3.10.2 @fryfrog @Pducharme?
  8. I didn't do it manually. By isolating the CPUs in the settings it appended the syslinux file automatically.
  9. I already have the CPU's isolated as you can see from my screen shot but my syslinux file looks like shows isolcpus=12-15,28-31 instead of isolcpus=12,13,14,15,28,29,30,31 like you described. Is there a difference there?
  10. Is there any reason to switch to Jellyfin if you already own an Emby Premiere lifetime license? I get that many users are upset about Emby putting previously free features behind a paywall. I don't love that either. But i'm curious of how the two compare at this point.
  11. This happened to me the other day. I just noticed this behavior as well. Running RC7. To make things even weirder you can see the one CPU thread that is showing as pinned at 100% is isolated to a VM that is powered off. I also noticed something else which could be completely unrelated. But while this is happening if I switch tabs in Chrome so that Unraid is in the background, when I go back to that tab I'm at a blank (black) web page and I have to reload the page to access the WebGUI again. spe-unraid01-diagnostics-20190413-0224.zip
  12. Are you using Chrome. As @aptalca said it's probably browser cache. I've had this same exact issue on Chrome. No such issue with Firefox. Try clearing the browser cache and trying again.
  13. Would the "Path To Custom Start Script:" field allow for a script to be run before all docker containers are started back up? My goal is to run a backup, then ryn an rsync of all appdata to a remote server which needs to take place while also the containers are offline.
  14. Dude you are awesome. This works perfectly. Now I guess I just need to schedule a cron job to make this run constantly? And the last piece would be a cleanup of the folder it's moving from. Otherwise I'm going to wind up with a ton of empty folders in /mnt/DownloadsPP/TV and /mnt/Downloads/Movies.
  15. I've tested this with handbrake. Say the following file/folder exists: /mnt/cache/Media/TV/The Daily Show/Season 24/The Daily Show - S24E86 - Bernie Sanders.mkv Then handbrake will output the converted file to: /mnt/user/DownloadsPP/TV/The Daily Show/Season 24/The Daily Show - S24E86 - Bernie Sanders.mkv And the same with movies, it will match the exact folder structure. So all I need is a script that will watch the /mnt/user/DownloadsPP/TV and /mnt/user/DownloadsPP/Movies directories and move the entire folder structure underneath into /mnt/cache/Media/ or /mnt/use/Media/
  16. Thanks. I'm thinking all I really need is a simple script now that watches two folders. Something like: If file exists in /downloadsPP/movies/Movie_Title, move to /mnt/cache/media/movies/Movie_Title/ if file exists in /downloadsPP/series, moves to /mnt/cache/media/TV/Series/
  17. Wow thanks so much for this @zacharyd3. Really appreciate the work. Is there a container for this? I don't actually need the naming piece as that's already done by Sonarr/Radarr. I just need to be able to place both TV shows and Movies into a folder and then have that folder automatically move the my Media share. Handbrake can output to the same folder the input was from. My handbrake watch folder has a series folder and a movie folder. Once I set the output folder and use the SAME_AS_SRC option, it will put the encoded file in the output folder under the same directory. So if the watch folder is /downloads (which has series and movies under it) and the output folder is /downloadsPP, handbrake will output a file found in /downloads/series into /downloadsPP/series and a file found in /downlods/movies to /downloadspp/movies. Maybe this would solve the issue @zacharyd3 with regard to parsing movies and tv shows?
  18. First off I appreciate your assistance with working this out with me, so thank you 👍. Yes my tv directory is setup like you have it and for movies it's /mnt/cache/Media/Movies/The Dark Knight/The Dark Knight.mkv. I can output the files back to the Sonarr and Radarr directories but how would I signal to either of them to import the files since they've already done so?
  19. For the purposes of this process I have a TV and Movie directory under media. So new media shows up in /mnt/cache/Media/TV and /mnt/cache/Media/Movies. So i need the converted files to go back into those spots for them to be correct for Plex.
  20. I guess that make sense. I can test that. For now though, my roadblock is the handbrake /watch and /output folder being the same. They can't be the same. So I need a PostProcessing directory and a script that will watch that post processing directory and when it a sees a file in there, copy it back to the original destination under /mnt/cache/Media/. Not sure how to accomplish this.
  21. Got it. So I'll need a PostProcessing output folder and a script that will copy (and overwrite) the file back to /mnt/cache/Media/ after it's done.
  22. Ok so I have handbrake watching my /mnt/cache/Media directory now. The issue I'm running into is using the SAME_AS_SRC key value for AUTOMATED_CONVERSION_OUTPUT_SUBDIR. It can't start the conversion because the file already exists (obviously since it's trying to name the new file the same as the old one in the same directory). Trying to figure out a way to make this work.
  23. But would I want a file that was paused during the encode and then resumed? That wouldn't cause issues with the file?