[Support] Josh5 - Unmanic - Library Optimiser


Recommended Posts

On 9/3/2021 at 8:24 AM, dertbv said:

I have the remux plugin installed however it is not changing the file name

 

2021-09-02T16:19:40:INFO:Unmanic.TaskHandler - [FORMATTED] - Adding inotify job to queue - /library/xxx/test.mp4

2021-09-02T16:19:41:INFO:Unmanic.Foreman - [FORMATTED] - Processing item - /library/xxx/test.mp4

2021-09-02T16:19:41:INFO:Unmanic.Worker-W1 - [FORMATTED] - Picked up job - /library/xxx/test.mp4

2021-09-02T16:19:45:INFO:Unmanic.Worker-W1 - [FORMATTED] - Successfully ran worker process 'video_remuxer' on file '/library/xxx/test.mp4'

2021-09-02T16:19:45:INFO:Unmanic.Worker-W1 - [FORMATTED] - Successfully converted file '/library/xxx/test.mp4'

2021-09-02T16:19:45:INFO:Unmanic.Worker-W1 - [FORMATTED] - Moving final cache file from '/library/xxx/test.mp4' to '/library/xxx/test-1630613985.7216587.mp4'

2021-09-02T16:19:45:INFO:Unmanic.EventProcessor - [FORMATTED] - MOVED_TO event detected: - /library/xxx/test.mp4

2021-09-02T16:19:45:INFO:Unmanic.Worker-W1 - [FORMATTED] - Finished job - /library/xxx/test.mp4

2021-09-02T16:19:45:ERROR:Unmanic.FileTest - [FORMATTED] - Exception while carrying out plugin runner on library management file test 'ignore_under_size' - [Errno 2] No such file or directory: '/library/xxx/test.mp4'

Traceback (most recent call last):

File "/usr/local/lib/python3.8/dist-packages/unmanic/libs/filetest.py", line 135, in should_file_be_added_to_task_list

plugin_runner(data)

File "/config/.unmanic/plugins/ignore_under_size/plugin.py", line 67, in on_library_management_file_test

if check_file_size_under_max_file_size(data.get('path'), minimum_file_size):

File "/config/.unmanic/plugins/ignore_under_size/plugin.py", line 45, in check_file_size_under_max_file_size

file_stats = os.stat(os.path.join(path))

FileNotFoundError: [Errno 2] No such file or directory: '/library/xxx/test.mp4'

2021-09-02T16:19:46:INFO:Unmanic.PostProcessor - [FORMATTED] - Post-processing task - /library/xxx/test.mp4

2021-09-02T16:19:46:INFO:Unmanic.PostProcessor - [FORMATTED] - Copying file /library/xxx/test-1630613985.7216587.mp4 --> /library/xxx/test.mp4

2021-09-02T16:19:54:INFO:Unmanic.EventProcessor - [FORMATTED] - CLOSE_WRITE event detected: - /library/xxx/test.mp4

2021-09-02T16:19:54:INFO:Unmanic.TaskHandler - [FORMATTED] - Skipping inotify job already in the queue - /library/xxx/test.mp4

 

 

Side not since this is copying the file with a new name rather than over writing it. It runs over and over creating copy after copy.

 

Screen Shot 2021-09-02 at 16.32.41.png

 

Thanks for the report.

I think I see the issue. I'll get a fix pushed shortly. Lookout for an update to that Plugin

Link to comment

Has there been any changes to the library monitor by chance?

 

I added the new plugin to ignore recently modified files, but I've noticed that unmanic doesn't seem to watch the library any more. I set the scanner to ~200 and that is picking things up now, but if I turn that off and just use the Library monitor toggle, nothing seems to be getting added to the queue.

 

Either way I've worked around it, just wondering if maybe something has changed in terms of watching the library.

Link to comment
18 minutes ago, lukeoslavia said:

Has there been any changes to the library monitor by chance?

 

I added the new plugin to ignore recently modified files, but I've noticed that unmanic doesn't seem to watch the library any more. I set the scanner to ~200 and that is picking things up now, but if I turn that off and just use the Library monitor toggle, nothing seems to be getting added to the queue.

 

Either way I've worked around it, just wondering if maybe something has changed in terms of watching the library.

Nothing really has changed with how the event monitor works. If you suspect there is an issue, try enabling debugging first. Then manually drop a file into the directory that should be monitored and check the logs to see if it is picked up.

 

Let me know how you get on

Link to comment
On 9/4/2021 at 6:20 AM, Josh.5 said:

No, you were not missing anything. I had not yet tested or pushed the VAAPI plugins.

I am assuming that you are wanting H265/HEVC VAAPI. I have pushed a plugin for that (you will find it in the repo if you refresh it.

I tried the VAAPI plugin, but had problems. 

 

The log for the task says ""vaapi=vaapi0:/dev/dri/renderD128": named device already exists" (full task log in spoiler). The extra argument hasn't been altered since the previous version. Any ideas?

Spoiler

RUNNER:

Video Encoder H265/HEVC - hevc_vaapi (INTEL/AMD GPU) [Pass #1]

 

COMMAND:

ffmpeg -hide_banner -loglevel info -init_hw_device vaapi=vaapi0:/dev/dri/renderD128 -hwaccel vaapi -hwaccel_output_format vaapi -hwaccel_device vaapi0 -i /library/movies/input 3/Charmed - S07E19 - Freaky Phoebe.ts -init_hw_device vaapi=vaapi0:/dev/dri/renderD128 -hwaccel vaapi -hwaccel_output_format vaapi -hwaccel_device vaapi0 -strict -2 -max_muxing_queue_size 2048 -filter_hw_device vaapi0 -vf format=nv12|vaapi,hwupload -map 0:v:0 -map 0:a:0 -map 0:a:1 -c:v:0 hevc_vaapi -c:a:0 copy -c:a:1 copy -y /tmp/unmanic/unmanic_file_conversion-1630749350.3909965/Charmed - S07E19 - Freaky Phoebe-1630749350.3909907-WORKING-1.mkv

 

LOG:

[AVHWDeviceContext @ 0x55cf0b002e40] libva: /usr/lib/x86_64-linux-gnu/dri/iHD_drv_video.so has no function __vaDriverInit_1_0

Invalid device specification "vaapi=vaapi0:/dev/dri/renderD128": named device already exists

Failed to set value 'vaapi=vaapi0:/dev/dri/renderD128' for option 'init_hw_device': Invalid argument

Error parsing global options: Invalid argument

 

Link to comment
33 minutes ago, Spooky83 said:

I tried the VAAPI plugin, but had problems. 

 

The log for the task says ""vaapi=vaapi0:/dev/dri/renderD128": named device already exists" (full task log in spoiler). The extra argument hasn't been altered since the previous version. Any ideas?

  Hide contents

RUNNER:

Video Encoder H265/HEVC - hevc_vaapi (INTEL/AMD GPU) [Pass #1]

 

COMMAND:

ffmpeg -hide_banner -loglevel info -init_hw_device vaapi=vaapi0:/dev/dri/renderD128 -hwaccel vaapi -hwaccel_output_format vaapi -hwaccel_device vaapi0 -i /library/movies/input 3/Charmed - S07E19 - Freaky Phoebe.ts -init_hw_device vaapi=vaapi0:/dev/dri/renderD128 -hwaccel vaapi -hwaccel_output_format vaapi -hwaccel_device vaapi0 -strict -2 -max_muxing_queue_size 2048 -filter_hw_device vaapi0 -vf format=nv12|vaapi,hwupload -map 0:v:0 -map 0:a:0 -map 0:a:1 -c:v:0 hevc_vaapi -c:a:0 copy -c:a:1 copy -y /tmp/unmanic/unmanic_file_conversion-1630749350.3909965/Charmed - S07E19 - Freaky Phoebe-1630749350.3909907-WORKING-1.mkv

 

LOG:

[AVHWDeviceContext @ 0x55cf0b002e40] libva: /usr/lib/x86_64-linux-gnu/dri/iHD_drv_video.so has no function __vaDriverInit_1_0

Invalid device specification "vaapi=vaapi0:/dev/dri/renderD128": named device already exists

Failed to set value 'vaapi=vaapi0:/dev/dri/renderD128' for option 'init_hw_device': Invalid argument

Error parsing global options: Invalid argument

 

Can you show me the config for the plugin. This doesn't look right

Link to comment
In the plugin settings, unselect the "Write your own FFmpeg params" option. I'll update the plugin either tonight or tomorrow to fix the issue. 
OK, I'll try and report back.

Any chance to add the equivalent to crf (as a slider) and the quality preset to the plugin? That's really handy in the libx265 plugin.

Gesendet von meinem ONEPLUS A6013 mit Tapatalk

Link to comment
6 minutes ago, Spooky83 said:

OK, I'll try and report back.

Any chance to add the equivalent to crf (as a slider) and the quality preset to the plugin? That's really handy in the libx265 plugin.

Gesendet von meinem ONEPLUS A6013 mit Tapatalk
 

I was just about to say that the fix was actually really simple and I've already updated the plugin.
To fix it, just update the plugin and remove the following from the main options:
 

-init_hw_device vaapi=vaapi0:/dev/dri/renderD128
-hwaccel vaapi
-hwaccel_output_format vaapi
-hwaccel_device vaapi0

 

I will look into the CRF slider. At this point I am not sure what FFmpeg options work with the VAAPI and NVENC encoders and what don't. This is why I have left them out. The libx264/5 encoder is really well documented and it was really easy for me to put it all together.

Link to comment
LOG:
Input #0, matroska,webm, from '/library/tv/Parks and Recreation/Parks.and.Recreation.S07E08.Ms.Ludgate-Dwyer.Goes.to.Washington.mkv':
   Metadata:
     encoder : libebml v1.3.1 + libmatroska v1.4.2
     creation_time : 2015-02-18T20:14:53.000000Z
   Duration: 00:21:29.25, start: 0.000000, bitrate: 5571 kb/s
     Stream #0:0(eng): Video: h264 (High), yuv420p(tv, bt709, progressive), 1920x1080 [SAR 1:1 DAR 16:9], 24 fps, 24 tbr, 1k tbn, 2k tbc (default)
     Metadata:
       BPS : 5185591
       BPS-eng : 5185591
       DURATION : 00:21:29.247000000
       DURATION-eng : 00:21:29.247000000
       NUMBER_OF_FRAMES: 30911
       NUMBER_OF_FRAMES-eng: 30911
       NUMBER_OF_BYTES : 835688455
       NUMBER_OF_BYTES-eng: 835688455
       _STATISTICS_WRITING_APP: mkvmerge v7.5.0 ('Glass Culture') 64bit built on Jan 4 2015 16:48:44
       _STATISTICS_WRITING_APP-eng: mkvmerge v7.5.0 ('Glass Culture') 64bit built on Jan 4 2015 16:48:44
       _STATISTICS_WRITING_DATE_UTC: 2015-02-18 20:14:53
       _STATISTICS_WRITING_DATE_UTC-eng: 2015-02-18 20:14:53
       _STATISTICS_TAGS: BPS DURATION NUMBER_OF_FRAMES NUMBER_OF_BYTES
       _STATISTICS_TAGS-eng: BPS DURATION NUMBER_OF_FRAMES NUMBER_OF_BYTES
     Stream #0:1(eng): Audio: ac3, 48000 Hz, 5.1(side), fltp, 384 kb/s (default)
     Metadata:
       BPS : 384000
       BPS-eng : 384000
       DURATION : 00:21:29.216000000
       DURATION-eng : 00:21:29.216000000
       NUMBER_OF_FRAMES: 40288
       NUMBER_OF_FRAMES-eng: 40288
       NUMBER_OF_BYTES : 61882368
       NUMBER_OF_BYTES-eng: 61882368
       _STATISTICS_WRITING_APP: mkvmerge v7.5.0 ('Glass Culture') 64bit built on Jan 4 2015 16:48:44
       _STATISTICS_WRITING_APP-eng: mkvmerge v7.5.0 ('Glass Culture') 64bit built on Jan 4 2015 16:48:44
       _STATISTICS_WRITING_DATE_UTC: 2015-02-18 20:14:53
       _STATISTICS_WRITING_DATE_UTC-eng: 2015-02-18 20:14:53
       _STATISTICS_TAGS: BPS DURATION NUMBER_OF_FRAMES NUMBER_OF_BYTES
       _STATISTICS_TAGS-eng: BPS DURATION NUMBER_OF_FRAMES NUMBER_OF_BYTES
     Stream #0:2(eng): Subtitle: subrip
     Metadata:
       BPS : 122
       BPS-eng : 122
       DURATION : 00:21:23.013000000
       DURATION-eng : 00:21:23.013000000
       NUMBER_OF_FRAMES: 572
       NUMBER_OF_FRAMES-eng: 572
       NUMBER_OF_BYTES : 19713
       NUMBER_OF_BYTES-eng: 19713
       _STATISTICS_WRITING_APP: mkvmerge v7.5.0 ('Glass Culture') 64bit built on Jan 4 2015 16:48:44
       _STATISTICS_WRITING_APP-eng: mkvmerge v7.5.0 ('Glass Culture') 64bit built on Jan 4 2015 16:48:44
       _STATISTICS_WRITING_DATE_UTC: 2015-02-18 20:14:53
       _STATISTICS_WRITING_DATE_UTC-eng: 2015-02-18 20:14:53
       _STATISTICS_TAGS: BPS DURATION NUMBER_OF_FRAMES NUMBER_OF_BYTES
       _STATISTICS_TAGS-eng: BPS DURATION NUMBER_OF_FRAMES NUMBER_OF_BYTES
Stream mapping:
   Stream #0:0 -> #0:0 (h264 (native) -> hevc (hevc_nvenc))
   Stream #0:1 -> #0:1 (ac3 (native) -> aac (native))
   Stream #0:1 -> #0:2 (ac3 (native) -> aac (native))
   Stream #0:2 -> #0:3 (copy)
Press [q] to stop, [?] for help
[aac @ 0x55c47d37fb40] Using a PCE to encode channel layout "5.1(side)"
[hevc_nvenc @ 0x55c47d46b580] OpenEncodeSessionEx failed: out of memory (10): (no details)
Error initializing output stream 0:0 -- Error while opening encoder for output stream #0:0 - maybe incorrect parameters such as bit_rate, rate, width or height
[aac @ 0x55c47d37fb40] Qavg: 65536.000
[aac @ 0x55c47d37fb40] 2 frames left in the queue on closing
[aac @ 0x55c47d411800] Qavg: 62859.043
[aac @ 0x55c47d411800] 2 frames left in the queue on closing
Conversion failed!

 

Hey dude, thank you for this awesome program, had no issues with it for about a week, saved me nearly 10% of usage on my server. I've been having some bad experiences last day or so with nearly every file it's finding, it'll get to about 97% of the conversion, then unmanic will freeze, my CPU usage jumps up to 100% (I'm using nvenc to convert through my GPU), the 2 workers will become unresponsive, then appear idle, and my entire queue of files will disappear and it'll then restart the process again, any ideas? Thank you :)

Edit / I've attached a video so you can see what I mean too :)

2021-09-07 11-53-33.mkv

Edited by fearLess
Link to comment
14 hours ago, eagle470 said:

As a feature request, I would like to see a chart showing how much space has been saved through the use of the plugin. I know it's clawed bay more than 30TB for me personally, but it would be nice to see a real chart.

If you are using 'josh5/unmanic:staging' add the 'File Size Metrics Data Panel' plugin and it will do just that :D

Link to comment

in an attempt to keep up with the cool kids. i updated my container from latest to "staging"

 

i lost all ability to convert the media [its been running non-stop the last 2 weeks and had around 2 weeks to go converting TV] and so i rolled it back to latest aka old UI and now it all fails. where before it was ripping through it.

 

same error each time now - "Error initializing output stream 0:0 -- Error while opening encoder for output stream #0:0 - maybe incorrect parameters such as bit_rate, rate, width or height"

 

haven't changed anything, even deleted all trace of the container and downloaded all over again. gutted i've wasted today on it, should've just left it to do it all on the current working setup.

 

LOG:
Guessed Channel Layout for Input Stream #0.1 : 5.1
Input #0, matroska,webm, from '/library/tv/TV/NCIS - Los Angeles/Season 12/NCIS - Los Angeles - S12E10 - The Frogman's Daughter WEBDL-720p.mkv':
   Metadata:
     encoder : libebml v1.3.10 + libmatroska v1.5.2
   Duration: 00:43:07.25, start: 0.000000, bitrate: 4129 kb/s
     Stream #0:0: Video: h264 (High), yuv420p(tv, bt709, progressive), 1280x720 [SAR 1:1 DAR 16:9], 24 fps, 24 tbr, 1k tbn, 48 tbc (default)
     Metadata:
       BPS-eng : 3487038
       DURATION-eng : 00:43:07.250000000
       NUMBER_OF_FRAMES-eng: 62094
       NUMBER_OF_BYTES-eng: 1127729961
       _STATISTICS_WRITING_APP-eng: mkvmerge v45.0.0 ('Heaven in Pennies') 64-bit
       _STATISTICS_TAGS-eng: BPS DURATION NUMBER_OF_FRAMES NUMBER_OF_BYTES
     Stream #0:1(eng): Audio: eac3, 48000 Hz, 5.1, fltp (default)
     Metadata:
       BPS-eng : 640000
       DURATION-eng : 00:43:07.232000000
       NUMBER_OF_FRAMES-eng: 80851
       NUMBER_OF_BYTES-eng: 206978560
       _STATISTICS_WRITING_APP-eng: mkvmerge v45.0.0 ('Heaven in Pennies') 64-bit
       _STATISTICS_TAGS-eng: BPS DURATION NUMBER_OF_FRAMES NUMBER_OF_BYTES
     Stream #0:2(eng): Subtitle: subrip
     Metadata:
       BPS-eng : 96
       DURATION-eng : 00:42:29.155000000
       NUMBER_OF_FRAMES-eng: 993
       NUMBER_OF_BYTES-eng: 30820
       _STATISTICS_WRITING_APP-eng: mkvmerge v45.0.0 ('Heaven in Pennies') 64-bit
       _STATISTICS_TAGS-eng: BPS DURATION NUMBER_OF_FRAMES NUMBER_OF_BYTES
     Stream #0:3(eng): Subtitle: subrip
     Metadata:
       title : SDH
       BPS-eng : 101
       DURATION-eng : 00:42:29.155000000
       NUMBER_OF_FRAMES-eng: 1059
       NUMBER_OF_BYTES-eng: 32375
       _STATISTICS_WRITING_APP-eng: mkvmerge v45.0.0 ('Heaven in Pennies') 64-bit
       _STATISTICS_TAGS-eng: BPS DURATION NUMBER_OF_FRAMES NUMBER_OF_BYTES
Stream mapping:
   Stream #0:0 -> #0:0 (h264 (native) -> hevc (hevc_nvenc))
   Stream #0:1 -> #0:1 (eac3 (native) -> aac (native))
   Stream #0:1 -> #0:2 (eac3 (native) -> aac (native))
   Stream #0:2 -> #0:3 (copy)
   Stream #0:3 -> #0:4 (copy)
Press [q] to stop, [?] for help
[aac @ 0x55a12170e7c0] Using a PCE to encode channel layout "5.1(side)"
[hevc_nvenc @ 0x55a12170b780] Cannot load libcuda.so.1
Error initializing output stream 0:0 -- Error while opening encoder for output stream #0:0 - maybe incorrect parameters such as bit_rate, rate, width or height
[aac @ 0x55a12170e7c0] Qavg: 65536.000
[aac @ 0x55a12170e7c0] 2 frames left in the queue on closing
[aac @ 0x55a121709e40] Qavg: 63496.523
[aac @ 0x55a121709e40] 2 frames left in the queue on closing
Conversion failed!

 

 

 

 

 

edit - RTFM ------- "--runtime=nvidia" 

Edited by Jammy B
  • Like 1
Link to comment
in an attempt to keep up with the cool kids. i updated my container from latest to "staging"
 
i lost all ability to convert the media [its been running non-stop the last 2 weeks and had around 2 weeks to go converting TV] and so i rolled it back to latest aka old UI and now it all fails. where before it was ripping through it.
 
same error each time now - "Error initializing output stream 0:0 -- Error while opening encoder for output stream #0:0 - maybe incorrect parameters such as bit_rate, rate, width or height"
 
haven't changed anything, even deleted all trace of the container and downloaded all over again. gutted i've wasted today on it, should've just left it to do it all on the current working setup.
 
LOG:Guessed Channel Layout for Input Stream #0.1 : 5.1Input #0, matroska,webm, from '/library/tv/TV/NCIS - Los Angeles/Season 12/NCIS - Los Angeles - S12E10 - The Frogman's Daughter WEBDL-720p.mkv':  Metadata:    encoder : libebml v1.3.10 + libmatroska v1.5.2  Duration: 00:43:07.25, start: 0.000000, bitrate: 4129 kb/s    Stream #0:0: Video: h264 (High), yuv420p(tv, bt709, progressive), 1280x720 [sAR 1:1 DAR 16:9], 24 fps, 24 tbr, 1k tbn, 48 tbc (default)    Metadata:      BPS-eng : 3487038      DURATION-eng : 00:43:07.250000000      NUMBER_OF_FRAMES-eng: 62094      NUMBER_OF_BYTES-eng: 1127729961      _STATISTICS_WRITING_APP-eng: mkvmerge v45.0.0 ('Heaven in Pennies') 64-bit      _STATISTICS_TAGS-eng: BPS DURATION NUMBER_OF_FRAMES NUMBER_OF_BYTES    Stream #0:1(eng): Audio: eac3, 48000 Hz, 5.1, fltp (default)    Metadata:      BPS-eng : 640000      DURATION-eng : 00:43:07.232000000      NUMBER_OF_FRAMES-eng: 80851      NUMBER_OF_BYTES-eng: 206978560      _STATISTICS_WRITING_APP-eng: mkvmerge v45.0.0 ('Heaven in Pennies') 64-bit      _STATISTICS_TAGS-eng: BPS DURATION NUMBER_OF_FRAMES NUMBER_OF_BYTES    Stream #0:2(eng): Subtitle: subrip    Metadata:      BPS-eng : 96      DURATION-eng : 00:42:29.155000000      NUMBER_OF_FRAMES-eng: 993      NUMBER_OF_BYTES-eng: 30820      _STATISTICS_WRITING_APP-eng: mkvmerge v45.0.0 ('Heaven in Pennies') 64-bit      _STATISTICS_TAGS-eng: BPS DURATION NUMBER_OF_FRAMES NUMBER_OF_BYTES    Stream #0:3(eng): Subtitle: subrip    Metadata:      title : SDH      BPS-eng : 101      DURATION-eng : 00:42:29.155000000      NUMBER_OF_FRAMES-eng: 1059      NUMBER_OF_BYTES-eng: 32375      _STATISTICS_WRITING_APP-eng: mkvmerge v45.0.0 ('Heaven in Pennies') 64-bit      _STATISTICS_TAGS-eng: BPS DURATION NUMBER_OF_FRAMES NUMBER_OF_BYTESStream mapping:  Stream #0:0 -> #0:0 (h264 (native) -> hevc (hevc_nvenc))  Stream #0:1 -> #0:1 (eac3 (native) -> aac (native))  Stream #0:1 -> #0:2 (eac3 (native) -> aac (native))  Stream #0:2 -> #0:3 (copy)  Stream #0:3 -> #0:4 (copy)Press [q] to stop, [?] for help[aac @ 0x55a12170e7c0] Using a PCE to encode channel layout "5.1(side)"[hevc_nvenc @ 0x55a12170b780] Cannot load libcuda.so.1Error initializing output stream 0:0 -- Error while opening encoder for output stream #0:0 - maybe incorrect parameters such as bit_rate, rate, width or height[aac @ 0x55a12170e7c0] Qavg: 65536.000[aac @ 0x55a12170e7c0] 2 frames left in the queue on closing[aac @ 0x55a121709e40] Qavg: 63496.523[aac @ 0x55a121709e40] 2 frames left in the queue on closingConversion failed!

 
 
 
 
 
edit - RTFM ------- "--runtime=nvidia" 

I also just want to use this to reiterate what I posted last week. We are getting very close to releasing Unmanic v0.1.0 (what is currently in staging)

This is a big change to how Unmanic works. If you want to stay where you are, backup your config or lock in your version to tag 0.0.9 as there is no downgrade path supported.

Glad to see you have it working Jammy. Feel free to message us in the discord channel if you need assistance.
Link to comment

Tonight I have pushed a new release of Unmanic. Version 0.1.0 (because Unmanic will forever be a ZeroVer).

 

If you have any questions I encourage you to join the discord chat and ask there for help. You will likely get responses quicker on things like what Plugin is best used for a specific situation, etc.

 

This release is about 3-4 months in the making. I'm really glad to finally get it out. Thanks to everyone who jumped onto the staging release over the past 3 weeks and provided me with bug reports and suggestions for improvements.

 

There is still plenty that I want to do, this release now allows me to move onto the next feature set....

Link to comment
3 hours ago, Josh.5 said:

Tonight I have pushed a new release of Unmanic. Version 0.1.0 (because Unmanic will forever be a ZeroVer).

 

If you have any questions I encourage you to join the discord chat and ask there for help. You will likely get responses quicker on things like what Plugin is best used for a specific situation, etc.

 

This release is about 3-4 months in the making. I'm really glad to finally get it out. Thanks to everyone who jumped onto the staging release over the past 3 weeks and provided me with bug reports and suggestions for improvements.

 

There is still plenty that I want to do, this release now allows me to move onto the next feature set....

Bravo - this looks/feels amazing...as of right now it seems to have solved the issues I had before with the memory leaks or whatever was happening!

 

Thanks as always for your dev on this!

 

  • Like 1
Link to comment
On 9/16/2021 at 5:12 AM, Josh.5 said:

Tonight I have pushed a new release of Unmanic. Version 0.1.0 (because Unmanic will forever be a ZeroVer).

 

If you have any questions I encourage you to join the discord chat and ask there for help. You will likely get responses quicker on things like what Plugin is best used for a specific situation, etc.

 

This release is about 3-4 months in the making. I'm really glad to finally get it out. Thanks to everyone who jumped onto the staging release over the past 3 weeks and provided me with bug reports and suggestions for improvements.

 

There is still plenty that I want to do, this release now allows me to move onto the next feature set....

where are the discord pages? After the update my docker container is maxing out and keep getting warnings on high image disk utilization. 

Link to comment

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.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.