Josh.5

Members
  • Posts

    498
  • Joined

  • Last visited

  • Days Won

    7

Everything posted by Josh.5

  1. Please follow this tutorial for setting up Unmanic on unraid:
  2. So just to be clear... On unraid you have a share named ".unmanic"?
  3. Can you try mounting /tmp/Unmanic to /mnt/user/.unmanic/cache
  4. Can you post some screenshots of your configs used to run Unmanic
  5. Before I do write the plugin, can you please update your unmanic to the latest 'staging' build and test that failing file again with the "Remove subtitles" option unchecked. I am by no means an FFMPEG expert. So I could be wrong about what the MKV container supports as far as subtitle codecs. The only way I can fix this is if people with these kinds of videos can do the testing for me...
  6. @melagodo Just to be clear on that... This is not exactly an issue with Unmanic. If you are converting a video in a container such as MP4 which contains bitmap subs to a container like mkv that doesn't support them, then it will fail. If you like, I can write you a plugin that will strip subtitles if they are bitmap type, but if they are txt type, leave them and copy them to the new mkv. Let me know.
  7. You are trying to convert pictures into txt. This is not possible with FFMPEG.
  8. https://lmgtfy.app/?q=Subtitle+encoding+currently+only+possible+from+text+to+text+or+bitmap+to+bitmap Wait... I found a better link. Looks like LMGTFY has changed a bit this year. https://googlethatforyou.com?q=Subtitle%20encoding%20currently%20only%20possible%20from%20text%20to%20text%20or%20bitmap%20to%20bitmap
  9. Can you please send me your complete unmanic.log file collection and the version of unmanic that you are running?
  10. Can you give me details on your config and post your logs?
  11. This attached image show exactly what you want to do. See how adding these have overwritten the additional options. The "Custom FFMPEG Options" input does not overwrite all of the other Unmanic settings.
  12. This error is likely because of issues with the permissions of you cache directory. Can you make sure the cache path is `chmod -R a+rw ...`
  13. I'm not sure if that would affect the NVIDIA use unless you already had more than 3 GPU encoder jobs running from another container. At any rate, I've just updated this in the last staging build.
  14. Sorry, just double checked. I only pushed the fix to the master branch. I've just applied it to the staging branch also. Give it 10 mins and then there should be an update for you to pull. Sorry again.
  15. Yea, I've fixed this. Could you please pull the latest release and try again.
  16. Try pulling the latest build again and let me know how you get on...
  17. Could you please try modifying the permission on your appdata/unmanic directory to: chown -R nobody:users chmod -R a+rw Then restart the container
  18. There is a manual scan button coming. It will be at the top of the pending tasks list. No intent to have a start paused exactly, but I was going to add a scheduler of sorts at some point. For now you are able to schedule Unmanic with docker and cron. I believe there are a few people in this thread that have done that by creating multiple Unmanic containers and a user script that starts and stops the containers at certain times during the day. You are correct with the advanced FFMPEG options. This is the place to fine tune your requirements. You can add filters, etc here. And you will need to set the other options in the audio and video tabs. If you want more control over the FFMPEG process, you will need to look at the new plugins feature currently available on the staging branch. Plugins are really easy to write if you know a little python.