December 15, 20187 yr testing this out now. Am I able to adjust the monitored container extensions? I'm wondering about having it only look for .avi's and re-encoding them for better compatibility with remote players.
December 15, 20187 yr I am having an issue with files being moved prior to processing. Looking at your video again and I have my setup just as yours. My question is the entry in sonarr and radarr dealing with downloads. /mnt/user/Downloads/':'/data if my data is set to downloads wont sonarr and radarr grab them before processing is completed? How does one get sonarr and radarr not to scan that main download folder? here is my template for review. root@localhost:# /usr/local/emhttp/plugins/dynamix.docker.manager/scripts/docker run -d --name='binhex-radarr' --net='tornnet' -e TZ="America/New_York" -e HOST_OS="Unraid" -e 'UMASK'='000' -e 'PUID'='99' -e 'PGID'='100' -p '7878:7878/tcp' -v '/mnt/user/Downloads/':'/data':'rw' -v '/mnt/user/movies/':'/media':'rw' -v '/mnt/user/Downloads_postprocess/movie/':'/data/usenet/completed/movies':'rw' -v '/mnt/user/Downloads_postprocess/media/':'/data/torrents/completed/media':'rw' -v '/mnt/user/appdata/binhex-radarr':'/config':'rw' 'binhex/arch-radarr'
December 18, 20187 yr @Josh.5 I am testing out your Docker now, I see that it is using all of my CPU threads at this time, I assume I can pin threads to it like any other Docker? @SpaceInvaderOne sorry to jump in on your initial thread here, I really appreciate your Youtube videos and use them often. Edited December 18, 20187 yr by wedge22
December 18, 20187 yr [mention=76627]Josh.5[/mention] I am testing out your Docker now, I see that it is using all of my CPU threads at this time, I assume I can pin threads to it like any other Docker? [mention=67288]SpaceInvaderOne[/mention] sorry to jump in on your initial thread here, I really appreciate your Youtube videos and use them often.That is correctSent from my ONE E1003 using Tapatalk
December 18, 20187 yr I am still working on my container. I have just been pretty swamped at work for the past few weeks with the lead up to Christmas. I should he much more time in the coming weeks to work on this.If you have any feature suggestions, please open an issue on github. That would be very helpful.Thanks for your patienceSent from my ONE E1003 using Tapatalk
December 18, 20187 yr This is a fantastic container and is exactly what i have been looking for to convert my library. I cannot believe the size difference between h.264 and h.265, at the moment my files are a third of the size. I think any feature ideas are already included on GitHub already, the run schedule is great for running over night assuming it can suspend/resume conversions, selection of encoding options for compatibility of players without transcoding which would be easiest via a simple gui and multiple media library paths would cover it for me. i currently have cpu pinning for this docker. Thank you @SpaceInvaderOne for the videos, i had set off down that route previously and the videos definitely helped. great work @Josh.5
December 19, 20187 yr 16 hours ago, wedge22 said: @SpaceInvaderOne sorry to jump in on your initial thread here, I really appreciate your Youtube videos and use them often. @SpaceInvaderOne Likewise... I used at least 6 of your videos in the last month! 15 hours ago, Ashe said: i currently have cpu pinning for this docker. @Ashe Out of interest, how many threads have you pinned for @Josh.5's container?
December 19, 20187 yr [mention=18806]Ashe[/mention] Out of interest, how many threads have you pinned for [mention=76627]Josh.5[/mention]'s container?Only got 4 so just 2 pinned. It's a bit slow but doesn't affect my system too muchSent from my iPhone using Tapatalk
December 19, 20187 yr Author 16 hours ago, wedge22 said: @Josh.5 I am testing out your Docker now, I see that it is using all of my CPU threads at this time, I assume I can pin threads to it like any other Docker? @SpaceInvaderOne sorry to jump in on your initial thread here, I really appreciate your Youtube videos and use them often. Yes any container that you pin cores/hyperthreads to will be restricted to running only on those cores Glad you like the videos.
December 19, 20187 yr On 12/18/2018 at 11:31 AM, Josh.5 said: I am still working on my container. I have just been pretty swamped at work for the past few weeks with the lead up to Christmas. I should he much more time in the coming weeks to work on this. If you have any feature suggestions, please open an issue on github. That would be very helpful. Thanks for your patience Sent from my ONE E1003 using Tapatalk Looking forward to it
December 26, 20187 yr @SpaceInvaderOne i have sonarr and radarr set up to give labels. how do i make labels go to different folders like you did? Edited December 30, 20187 yr by technomancer__
January 3, 20197 yr @josh.5 I am also trying this project out. So far so good with me but I noticed on thing: I have this variable set: SUPPORTED_CONTAINERS=mkv,avi,mov,ts,rmvb,mp4 but I noticed only the mkv files were being processed. So, I stopped the container and deleted everything and just left mp4 and it worked! Are we sure we should be using files types that are separated by commas? Or do you think I may have stumbled across a bug? Thanks for the hard work. PS: @SpaceInvaderOne you rock! I have you to thank and your videos for getting me interested in unraid and building my first server!!
January 3, 20197 yr For me @Josh.5 solution works very well however, is there a way to tweak the encoding settings? I can see some blurring and artifacts with sudden edits in the content that has been encoded.
January 3, 20197 yr 18 hours ago, mwoods98 said: @josh.5 I am also trying this project out. So far so good with me but I noticed on thing: I have this variable set: SUPPORTED_CONTAINERS=mkv,avi,mov,ts,rmvb,mp4 but I noticed only the mkv files were being processed. So, I stopped the container and deleted everything and just left mp4 and it worked! Are we sure we should be using files types that are separated by commas? Or do you think I may have stumbled across a bug? Thanks for the hard work. PS: @SpaceInvaderOne you rock! I have you to thank and your videos for getting me interested in unraid and building my first server!! I've put in quite a few hours to creating a tidy UI for the application. Once this is complete we should be able to start adding much better control over the settings. UI and code tidy up should be complete with 5 or so more hours of coding (probably tomorrow if time permits). See the attached screenshots for an idea of what it will look like. You can see that I have implemented the "worker" approach. In the screenshot I have too workers that are passed files to re encode. Once complete they are logged in the "recent activities" list. Currently unsure about the server stats. That may not be complete by the time I push this to dockerhub. But I think it will be a nice idea to see what sort of load you are putting on the server.
January 3, 20197 yr @Josh.5 Thats looking great! Is there anything I or the form can do to help you? Need some testers?
January 3, 20197 yr [mention=76627]Josh.5[/mention] Thats looking great! Is there anything I or the form can do to help you? Need some testers?Yea. I will need testers shortly. I feel like I should create a separate thread for this so its not hijacking spaceinvader'sSent from my ONE E1003 using Tapatalk
January 3, 20197 yr 19 minutes ago, Josh.5 said: Yea. I will need testers shortly. I feel like I should create a separate thread for this so its not hijacking spaceinvader's Sent from my ONE E1003 using Tapatalk Probably a good idea. Can you post the link here as one last interruption to the thread? With apologies to @SpaceInvaderOne
January 5, 20197 yr On 1/3/2019 at 7:50 PM, Josh.5 said: Yea. I will need testers shortly. I'm currently testing the version on GitHub on my TV library. Going really well, however I'm finding the output too heavily compressed which is compromising the quality. I know you want to keep the interface simple but I for one would welcome some ability to set the quality of the output.
January 5, 20197 yr Im happy to test your docker already watched the video from space invader and if i can avoid that little to confusing solution much better :=) Only thing i wonder your solution can i manually chose only 1 folder and browse and add 1 folder at the time ? Have TV-shows-anime shows can use encode from 264 to 265 but i don't want lose kvality.
January 6, 20197 yr To anyone interested, I've officially closed the "Library Optimiser" project. It is now replaced by Unmanic. I have opened another thread so as to stop hijacking @SpaceInvaderOne thread here. Thanks @SpaceInvaderOne for your grace on that (I've PM'd you with additional details)
June 4, 20197 yr On 11/29/2018 at 3:45 PM, SpaceInvaderOne said: Hi Guys been thinking about how to get sonarr and radarr to auto re-encode downloads automatically using handbrake. There will be 2 parts to this and i will post the next under this one in a few days time. This video the first part shows how to automatically re-encode video files downloaded by sonarr or radarr using an advanced docker path mapping sending the media files through handbrake first before then being processed by sonarr/radarr. I use h265 as i want smaller video files but any format can be choosen. This first part goes through the principles of how this works. The second video will go deeper using detailed examples. It is recommended to watch this video first. PART ONE PART 2 I am following along, however there is no instruction on which Handbrake version to install. There are two in the containers to be downloaded. Which one should I be using to follow along?
July 1, 20197 yr While I wait for @Josh.5's UnManic project to mature, is there any way @SpaceInvaderOne that I can filter specific programming from being automatically encoded? i.e., nightly & weekly news programs that I simply watch and have Plex auto delete do not need to be re-encoded into h.265 since I am not archiving them. This would save not only on time, but energy as well. 💸💸💸 I was trying to think of ways to do it inside of SABnzbd so that when completed, the files get moved to another monitored Sonarr folder that is hidden from Handbrake, but I don't see how it is possible unless I knew how to write a script that would allow me to do so (beyond my skill set.) Edited July 1, 20197 yr by Zer0Nin3r I'm happy to see that Unmanic is out of Alpha and in Beta now =)
November 7, 20214 yr guess this thread is dead..... Needing some help over here. I followed Spaceinvader's guide to the T and everything was working great until last couple of months. My movies download from NZBGET, handbrake picks them up, converts, and places them in the post_processing file where they lay and rot... For some reason i have been having to manually go into that file and rename movies and then place them into my Media files. Also, Radarr has been throwing a fit saying "You are using docker; download client NZBGET places downloads in /downloads/completed/Movies but this directory does not appear to exist inside the container." But it is there. Anyone willing to help out?
November 7, 20214 yr 1 hour ago, TStavley said: guess this thread is dead..... Needing some help over here. I followed Spaceinvader's guide to the T and everything was working great until last couple of months. My movies download from NZBGET, handbrake picks them up, converts, and places them in the post_processing file where they lay and rot... For some reason i have been having to manually go into that file and rename movies and then place them into my Media files. Also, Radarr has been throwing a fit saying "You are using docker; download client NZBGET places downloads in /downloads/completed/Movies but this directory does not appear to exist inside the container." But it is there. Anyone willing to help out? Nevrmind, I think it was binhex-radarr and binhex-sonarr containers are jacked up. switch over to linuxserver and everything is back on track
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.