rbourassa44

Members
  • Posts

    6
  • Joined

  • Last visited

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

rbourassa44's Achievements

Noob

Noob (1/14)

0

Reputation

  1. Oh I just got it I don't know why I did not catch that.. So if I understand correctly, when you select the "Recreate directory structure" in the mover2 plugin, it's also adding the root library path (in my case that would be "/watch" resulting in "/library/watch/movies/etc...")? Is there any ways that I could make it add only the subfolders (like "/library/movies/etc...")? By the way, huge thanks for this, I'm definitely subscribing on patreon!
  2. Alright, First of all here's my docker config: I basically created a watch folder that I put files that need to be transcoded, that would be my /watch directory that I use as my library path: After that, I use the move2 plugin to put my transcoded file in my Emby library (/library) and delete the source file in the /watch directory:
  3. The permissions on the watch folder are 777 and the ones from the cache video file are 644 (generated by unmanic).
  4. I played around a bit with the new version and I really like the way it works! I think I found an issue with the mover plugin. I'll try to play around with it to see if I can find what's causing it but I thought I should let you know 2021-08-29T20:21:04:INFO:Unmanic.Worker-W0 - [FORMATTED] - Moving final cache file from '/tmp/unmanic/unmanic_file_conversion-1630282604.2662687/Cruella (2021)-1630282604.266261-WORKING-3.mkv' to '/tmp/unmanic/unmanic_file_conversion-1630282604.2662687/Cruella (2021)-1630293664.3127468.mkv' 2021-08-29T20:21:06:INFO:Unmanic.Worker-W0 - [FORMATTED] - Finished job - /watch/movies/Cruella (2021)/Cruella (2021).mkv 2021-08-29T20:21:07:INFO:Unmanic.PostProcessor - [FORMATTED] - Post-processing task - /watch/movies/Cruella (2021)/Cruella (2021).mkv 2021-08-29T20:21:07:ERROR:Unmanic.PostProcessor - [FORMATTED] - Exception while carrying out plugin runner on postprocessor file movement 'mover2' - [Errno 13] Permission denied: '/library/watch' Traceback (most recent call last): File "/usr/local/lib/python3.8/dist-packages/unmanic/libs/postprocessor.py", line 167, in post_process_file plugin_runner(data) File "/config/.unmanic/plugins/mover2/plugin.py", line 125, in on_postprocessor_file_movement file_out = get_file_out(original_source_path, os.path.abspath(data.get('file_out'))) File "/config/.unmanic/plugins/mover2/plugin.py", line 87, in get_file_out os.makedirs(destination_directory) File "/usr/lib/python3.8/os.py", line 213, in makedirs makedirs(head, exist_ok=exist_ok) File "/usr/lib/python3.8/os.py", line 213, in makedirs makedirs(head, exist_ok=exist_ok) File "/usr/lib/python3.8/os.py", line 223, in makedirs mkdir(name, mode) PermissionError: [Errno 13] Permission denied: '/library/watch' 2021-08-29T20:21:08:INFO:Unmanic.PostProcessor - [FORMATTED] - Copying file /tmp/unmanic/unmanic_file_conversion-1630282604.2662687/Cruella (2021)-1630293664.3127468.mkv --> /watch/movies/Cruella (2021)/Cruella (2021).mkv
  5. Hi, First of all thanks for this awesome projet! Unfortunately, I have a problem with the final copy of the transcoded file (from the cache folder to the final destination). Here's the error in my log: 2021-08-24T10:40:29:INFO:Unmanic.Worker-1 - [FORMATTED] - Successfully ran worker process 'unmanic_default_stage' on file '/library/movies/Cruella (2021)/Cruella (2021).mkv' 2021-08-24T10:40:29:INFO:Unmanic.Worker-1 - [FORMATTED] - Successfully converted file '/library/movies/Cruella (2021)/Cruella (2021).mkv' 2021-08-24T10:40:29:INFO:Unmanic.Worker-1 - [FORMATTED] - Moving final cache file from '/tmp/unmanic/unmanic_file_conversion-1629820855.3718686/Cruella (2021)-1629820855.3718746-WORKING-1.mkv' to '/tmp/unmanic/unmanic_file_conversion-1629820855.3718686/Cruella (2021)-1629820855.3718746.mkv' 2021-08-24T10:40:31:INFO:Unmanic.Worker-1 - [FORMATTED] - Worker-1 finished job - /library/movies/Cruella (2021)/Cruella (2021).mkv 2021-08-24T10:40:34:INFO:Unmanic.PostProcessor - [FORMATTED] - Post-processing task - /library/movies/Cruella (2021)/Cruella (2021).mkv 2021-08-24T10:40:34:INFO:Unmanic.PostProcessor - [FORMATTED] - Copying file /tmp/unmanic/unmanic_file_conversion-1629820855.3718686/Cruella (2021)-1629820855.3718746.mkv --> /library/movies/Cruella (2021)/Cruella (2021).mkv 2021-08-24T10:40:34:ERROR:Unmanic.PostProcessor - [FORMATTED] - Exception while copying file /tmp/unmanic/unmanic_file_conversion-1629820855.3718686/Cruella (2021)-1629820855.3718746.mkv to /library/movies/Cruella (2021)/Cruella (2021).mkv: Traceback (most recent call last): File "/usr/local/lib/python3.8/dist-packages/unmanic/libs/postprocessor.py", line 195, in post_process_file before_checksum = hashlib.md5(open(data.get('file_in'), 'rb').read()).hexdigest() MemoryError 2021-08-24T10:40:34:ERROR:Unmanic.PostProcessor - [FORMATTED] - Error while running postprocessor file movement on file '/tmp/unmanic/unmanic_file_conversion-1629820855.3718686/Cruella (2021)-1629820855.3718746.mkv'. Not all postprocessor file movement functions completed. 2021-08-24T10:40:34:INFO:Unmanic.PostProcessor - [FORMATTED] - Removing task cache directory file '/tmp/unmanic/unmanic_file_conversion-1629820855.3718686/Cruella (2021)-1629820855.3718746.mkv' 2021-08-24T10:40:35:INFO:Unmanic.PostProcessor - [FORMATTED] - Removing task cache directory '/tmp/unmanic/unmanic_file_conversion-1629820855.3718686' I did check if I have proper file permissions and if the docker routing is correct. I tried to run it a few times but I always end up with this error. Did anyone else have had this issue? Thanks!
  6. Hi, I searched but unfortunately I found nothing related to that. When the container does transcode, it just fills up the docker.img. Is it possible to tell the image to put the temporary files in a specific share? Thanks for this, once I can sort out this issue that's gonna be perfect!