HaveAGitGat

Members
  • Posts

    120
  • Joined

  • Last visited

  • Days Won

    1

Everything posted by HaveAGitGat

  1. What are your current transcode settings? Do you mean the winsome nvenc plugin? The problem with NVENC is that it's very quick but not size efficient. I'm assuming Unmanic uses the default FFmpeg x265 settings so here are the results when compared to the HandBrake "H.265 MKV 2160p60" preset (with and without NVENC): Original File Size (30.8MB) "H.265 MKV 2160p60" NVENC - 0m 16s - (26.6MB) FFmpeg 265 Default - 1min 20s - (19.8MB) (65% CPU) HandBrake "H.265 MKV 2160p60" - 2min 24s - (18.MB) (50% CPU) As you can see, without NVENC, HandBrake produces smaller files than FFmpeg, it takes longer (although also has lower CPU usage which should be taken into consideration). So it really depends on what you're after because none of the other methods will be anywhere near as fast as NVENC.
  2. Which 1050Ti did you get? I've got one and it doesn't need a 6pin connector. And ffmpeg isn't necessarily more efficient unless you really no what you're doing. HandBrake is definitely easier to use but have a look into both. Thanks for the feedback on the UI. Yeah I need to do some more work on making the plugin system more explanatory but glad you got there in the end.
  3. Hi, I created a new CA template (tdarr_aio) on Saturday morning. There was a mistake in it which I corrected on Sunday. However, even though I've corrected it, some users have reported that whenever they update the container, the template reverts to the previous (incorrect) settings. What would cause this? They said they've deleted the template and re-added it but still no luck. It seems like the old template is cached somewhere. Any ideas?
  4. Do your settings look similar to this? (Without the nvidia related variables) :
  5. Hmmm, I just re-set everything up on UnRaid and it started up fine. Do you have discord? Might be quicker to sort this out on there.
  6. Yeah that's right so you need to put a path to a folder where you want the mongodb data stored, not an address. Let me know if it still doesn't work. Seems to be working fine for others.
  7. Ok, there was a mistake with the tdarr_aio template which I put together on Saturday (apologies, first template I’ve done). It was updated yesterday, please try the new template.
  8. Hi Nick, is that with the tdarr_io CA template or did you manually search for it on DockerHub? Please try the CA Tdarr template if you haven’t.
  9. Hi Nick, You need to setup the tdarr_aio container to use hardware transcoding. There’s not currently a CA template so you need to enable searching Docker Hub in your UnRaid settings. Please see this for container settings: https://github.com/HaveAGitGat/Tdarr/wiki/2---Installation The settings are very similar to the tdarr container which you have installed at the moment. There will be a CA template for tdarr_aio later today.
  10. Ok thanks 👍. Did you click the ‘Delete all libraries’ button yesterday?
  11. Also, did you delete any libraries before the error occurred? Seems the issue is to do with the scheduler on a library that doesn’t exist. A quick fix you can do is go on the ‘Dev’ tab and click ‘Clear database’ which will reset everything. You’ll need to restart Tdarr afterwards and put your settings in again.
  12. Hi nick, thanks for posting the error log. Which version are you using? It specifies at the top right of the page. And are you using the tdarr or tdarr_aio container?
  13. Tdarr is a server version of HBBatchBeast with library management tools and a lot of customisation on how your files are processed. It’s best to try both and see what suits your goals.
  14. Thanks for the offer but don’t worry about it, let me know if you have any issues 👍
  15. No HandBrake doesn’t upscale by default so if you transcode a 1080p video with that plugin then it will come out as 1080p, not 2160p. And the winsome plugin doesn’t remove metadata so use the metadata plugin as well. Tdarr may do multiple passes on the file (removing metadata, transcoding to h265 etc) but just let it run and the file will eventually end up in the ‘success’ tab.
  16. Glad you find it useful 👍. No there’s nothing else. Just add the winsome plugin to your plugin stack.
  17. Yes make sure to use HandBrake in the tdarr_aio container. NVENC with FFmpeg is in the next update.
  18. Tdarr Application: Tdarr - https://github.com/HaveAGitGat/Tdarr Docker Hub: https://hub.docker.com/r/haveagitgat/tdarr GitHub: https://github.com/HaveAGitGat/Tdarr Documentation: https://github.com/HaveAGitGat/Tdarr/wiki Discord:https://discord.gg/GF8X8cq Reddit:https://www.reddit.com/r/Tdarr/ GitHub Summary: Tdarr is a self-hosted web-app for automating media library transcode management and making sure your content is in your preferred codecs. Designed to work alongside Sonarr/Radarr and built with the aim of modularisation, parallelisation and scalability, each library you add has its own transcode settings, filters and schedule. Workers can be fired up and closed down as necessary, and are split into 3 types - 'general', 'transcode' and 'health check'. Worker limits can be managed by the scheduler as well as manually. For a desktop application with similar functionality please see HBBatchBeast. - FFmpeg/HandBrake + video health checking (Windows, macOS, Linux & Docker) - Use/create Tdarr Plugins for infinite control on how your files are processed:https://github.com/HaveAGitGat/Tdarr_Plugins - Audio and video library management - 7 day, 24-hour scheduler - Folder watcher - Worker stall detector - Load balancing between libraries/drives - Tested on a 180,000 file dummy library with 60 workers - Search for files based on hundreds of properties - Expanding stats page Currently in Alpha but looking for feedback/suggestions. unRAID setup screenshots below: Usage examples: https://gfycat.com/cooperativetestyjaguarundi https://gfycat.com/uneveninconsequentialguernseycow For unRAID please see the following screenshots for the MongoDB and Tdarr container configs: 2019-12-16: Please note I'm on a 2 week break. Sorry for the inconvenience.