Jump to content

Cover art missing treatments


Recommended Posts

Posted

Hi, Emby server is running on my synology NAS. I noticed a while ago my artwork was no longer treated by coverart. HAve no clue what happened or where I should start looking to fix the issue.

When I open the coverart plugin it seems coverart cannot find the overlays to apply?? What should I do in order to have the overlays being applied again?

 

 567dc01a7cf00_Knipsel.jpg

  • Like 1
Posted (edited)

Here you are and merry christmas!

 

2015-12-25 23:54:59.3474 Info HttpServer: HTTP Response 304 to 192.168.1.130. Time: 4ms. http://192.168.1.100:8096/emby/Plugins/dc372f99-4e0e-4c6b-8c18-2b887ca4530c/Configuration
2015-12-25 23:54:59.3768 Info HttpServer: HTTP GET http://192.168.1.100:8096/emby/CoverArt/VersionInfo. UserAgent: Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.2526.106 Safari/537.36
2015-12-25 23:54:59.3784 Info HttpServer: HTTP Response 200 to 192.168.1.130. Time: 1ms. http://192.168.1.100:8096/emby/CoverArt/VersionInfo
2015-12-25 23:55:00.8208 Info HttpServer: HTTP GET http://192.168.1.100:8096/web/ConfigurationPage?name=CoverArtProfile&profile=default. UserAgent: Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.2526.106 Safari/537.36
2015-12-25 23:55:00.8228 Info HttpServer: HTTP Response 304 to 192.168.1.130. Time: 2ms. http://192.168.1.100:8096/web/ConfigurationPage?name=CoverArtProfile&profile=default
2015-12-25 23:55:00.8696 Info HttpServer: HTTP GET http://192.168.1.100:8096/emby/CoverArt/Profiles?ProfileName=default. UserAgent: Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.2526.106 Safari/537.36
2015-12-25 23:55:00.8715 Info HttpServer: HTTP Response 200 to 192.168.1.130. Time: 2ms. http://192.168.1.100:8096/emby/CoverArt/Profiles?ProfileName=default
2015-12-25 23:55:02.3352 Info HttpServer: HTTP GET http://192.168.1.100:8096/web/ConfigurationPage?name=CoverArtTreatments&profile=default. UserAgent: Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.2526.106 Safari/537.36
2015-12-25 23:55:02.3372 Info HttpServer: HTTP Response 304 to 192.168.1.130. Time: 2ms. http://192.168.1.100:8096/web/ConfigurationPage?name=CoverArtTreatments&profile=default
2015-12-25 23:55:02.3703 Info HttpServer: HTTP GET http://192.168.1.100:8096/emby/CoverArt/Profiles?ProfileName=default. UserAgent: Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.2526.106 Safari/537.36
2015-12-25 23:55:02.3721 Info HttpServer: HTTP Response 200 to 192.168.1.130. Time: 2ms. http://192.168.1.100:8096/emby/CoverArt/Profiles?ProfileName=default
2015-12-25 23:55:02.4164 Info HttpServer: HTTP GET http://192.168.1.100:8096/emby/CoverArt/Images?ImageType=preview&ProfileName=default&ItemType=Movie&imageset=Diamond&rotation=0. UserAgent: Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.2526.106 Safari/537.36
2015-12-25 23:55:02.4194 Error DtoUtils: ServiceBase<TRequest>::Service Exception
    *** Error Report ***
    Version: 3.0.5781.8
    Command line: /usr/local/emby/share/emby/MediaBrowser.Server.Mono.exe -programdata /usr/local/emby/var -ffmpeg /usr/local/ffmpeg/bin/ffmpeg -ffprobe /usr/local/ffmpeg/bin/ffprobe
    Operating system: Unix 3.10.35.0
    Processor count: 4
    64-Bit OS: True
    64-Bit Process: True
    Program data path: /usr/local/emby/var
    Mono: 4.2.1 (Stable 4.2.1.102/6dd2d0d Mon Nov 30 14:47:31 CET 2015)
    Application Path: /volume1/@appstore/emby/share/emby/MediaBrowser.Server.Mono.exe
    libMagickWand-6.Q8.so
    System.DllNotFoundException
     at (wrapper managed-to-native) ImageMagickSharp.WandInterop:MagickWandGenesis ()
     at ImageMagickSharp.Wand.InitializeEnvironment () <0x40b351f0 + 0x0001b> in <filename unknown>:0
     at ImageMagickSharp.Wand..ctor () <0x40b351d0 + 0x0000f> in <filename unknown>:0
     at ImageMagickSharp.Wand.<.cctor>b__5 () <0x40b351a0 + 0x0001b> in <filename unknown>:0
     at System.Lazy`1[T].CreateValue () <0x40b34d50 + 0x001b7> in <filename unknown>:0
    --- End of stack trace from previous location where exception was thrown ---
     at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw () <0x41637b80 + 0x0002b> in <filename unknown>:0
     at System.Lazy`1[T].get_Value () <0x40b34740 + 0x000c7> in <filename unknown>:0
     at ImageMagickSharp.Wand.get_Instance () <0x40b34710 + 0x00017> in <filename unknown>:0
     at ImageMagickSharp.Wand.EnsureInitialized () <0x40b346d0 + 0x00017> in <filename unknown>:0
     at ImageMagickSharp.MagickWand..ctor (System.String path) <0x408812d0 + 0x00077> in <filename unknown>:0
     at CoverArt.ImageProcessors.CoverArtBaseEnhancer.EnhanceImage (System.String originalImage, CoverArt.Entities.ProfileDefinition profile, System.String itemType, System.String frameType, IHasImages item, System.Collections.Generic.List`1 childImages) <0x4087fdb0 + 0x00063> in <filename unknown>:0
     at CoverArt.ImageProcessors.CoverArtBaseEnhancer+<BuildPreviews>d__24.MoveNext () <0x4087bce0 + 0x038ab> in <filename unknown>:0
    --- End of stack trace from previous location where exception was thrown ---
     at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw () <0x41637b80 + 0x0002b> in <filename unknown>:0
     at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess (System.Threading.Tasks.Task task) <0x4086a530 + 0x000d3> in <filename unknown>:0
     at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification (System.Threading.Tasks.Task task) <0x4086a480 + 0x00097> in <filename unknown>:0
     at System.Runtime.CompilerServices.TaskAwaiter.ValidateEnd (System.Threading.Tasks.Task task) <0x40ae3030 + 0x0003b> in <filename unknown>:0
     at System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1+ConfiguredTaskAwaiter[TResult].GetResult () <0x40b183e0 + 0x00017> in <filename unknown>:0
     at CoverArt.Code.API.ImageHandler+<Get>d__0.MoveNext () <0x4087b110 + 0x004eb> in <filename unknown>:0
    
2015-12-25 23:55:02.4197 Error HttpServer: Error processing request for /emby/CoverArt/Images?ImageType=preview&ProfileName=default&ItemType=Movie&imageset=Diamond&rotation=0
    *** Error Report ***
    Version: 3.0.5781.8
    Command line: /usr/local/emby/share/emby/MediaBrowser.Server.Mono.exe -programdata /usr/local/emby/var -ffmpeg /usr/local/ffmpeg/bin/ffmpeg -ffprobe /usr/local/ffmpeg/bin/ffprobe
    Operating system: Unix 3.10.35.0
    Processor count: 4
    64-Bit OS: True
    64-Bit Process: True
    Program data path: /usr/local/emby/var
    Mono: 4.2.1 (Stable 4.2.1.102/6dd2d0d Mon Nov 30 14:47:31 CET 2015)
    Application Path: /volume1/@appstore/emby/share/emby/MediaBrowser.Server.Mono.exe
    libMagickWand-6.Q8.so
    ServiceStack.HttpError
    No Stack Trace Available
    
2015-12-25 23:55:02.4215 Info HttpServer: HTTP Response 500 to 192.168.1.130. Time: 5ms. http://192.168.1.100:8096/emby/CoverArt/Images?ImageType=preview&ProfileName=default&ItemType=Movie&imageset=Diamond&rotation=0
2015-12-25 23:55:07.9831 Info HttpServer: HTTP GET http://192.168.1.100:8096/emby/CoverArt/Images?ImageType=preview&ProfileName=default&ItemType=Season&imageset=Diamond&rotation=0. UserAgent: Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.2526.106 Safari/537.36
2015-12-25 23:55:07.9870 Error DtoUtils: ServiceBase<TRequest>::Service Exception
    *** Error Report ***
    Version: 3.0.5781.8
    Command line: /usr/local/emby/share/emby/MediaBrowser.Server.Mono.exe -programdata /usr/local/emby/var -ffmpeg /usr/local/ffmpeg/bin/ffmpeg -ffprobe /usr/local/ffmpeg/bin/ffprobe
    Operating system: Unix 3.10.35.0
    Processor count: 4
    64-Bit OS: True
    64-Bit Process: True
    Program data path: /usr/local/emby/var
    Mono: 4.2.1 (Stable 4.2.1.102/6dd2d0d Mon Nov 30 14:47:31 CET 2015)
    Application Path: /volume1/@appstore/emby/share/emby/MediaBrowser.Server.Mono.exe
    libMagickWand-6.Q8.so
    System.DllNotFoundException
     at (wrapper managed-to-native) ImageMagickSharp.WandInterop:MagickWandGenesis ()
     at ImageMagickSharp.Wand.InitializeEnvironment () <0x40b351f0 + 0x0001b> in <filename unknown>:0
     at ImageMagickSharp.Wand..ctor () <0x40b351d0 + 0x0000f> in <filename unknown>:0
     at ImageMagickSharp.Wand.<.cctor>b__5 () <0x40b351a0 + 0x0001b> in <filename unknown>:0
     at System.Lazy`1[T].CreateValue () <0x40b34d50 + 0x001b7> in <filename unknown>:0
    --- End of stack trace from previous location where exception was thrown ---
     at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw () <0x41637b80 + 0x0002b> in <filename unknown>:0
     at System.Lazy`1[T].get_Value () <0x40b34740 + 0x000c7> in <filename unknown>:0
     at ImageMagickSharp.Wand.get_Instance () <0x40b34710 + 0x00017> in <filename unknown>:0
     at ImageMagickSharp.Wand.EnsureInitialized () <0x40b346d0 + 0x00017> in <filename unknown>:0
     at ImageMagickSharp.MagickWand..ctor (System.String path) <0x408812d0 + 0x00077> in <filename unknown>:0
     at CoverArt.ImageProcessors.CoverArtBaseEnhancer.EnhanceImage (System.String originalImage, CoverArt.Entities.ProfileDefinition profile, System.String itemType, System.String frameType, IHasImages item, System.Collections.Generic.List`1 childImages) <0x4087fdb0 + 0x00063> in <filename unknown>:0
     at CoverArt.ImageProcessors.CoverArtBaseEnhancer+<BuildPreviews>d__24.MoveNext () <0x4087bce0 + 0x038ab> in <filename unknown>:0
    --- End of stack trace from previous location where exception was thrown ---
     at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw () <0x41637b80 + 0x0002b> in <filename unknown>:0
     at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess (System.Threading.Tasks.Task task) <0x4086a530 + 0x000d3> in <filename unknown>:0
     at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification (System.Threading.Tasks.Task task) <0x4086a480 + 0x00097> in <filename unknown>:0
     at System.Runtime.CompilerServices.TaskAwaiter.ValidateEnd (System.Threading.Tasks.Task task) <0x40ae3030 + 0x0003b> in <filename unknown>:0
     at System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1+ConfiguredTaskAwaiter[TResult].GetResult () <0x40b183e0 + 0x00017> in <filename unknown>:0
     at CoverArt.Code.API.ImageHandler+<Get>d__0.MoveNext () <0x4087b110 + 0x004eb> in <filename unknown>:0
    
2015-12-25 23:55:07.9870 Error HttpServer: Error processing request for /emby/CoverArt/Images?ImageType=preview&ProfileName=default&ItemType=Season&imageset=Diamond&rotation=0
    *** Error Report ***
    Version: 3.0.5781.8
    Command line: /usr/local/emby/share/emby/MediaBrowser.Server.Mono.exe -programdata /usr/local/emby/var -ffmpeg /usr/local/ffmpeg/bin/ffmpeg -ffprobe /usr/local/ffmpeg/bin/ffprobe
    Operating system: Unix 3.10.35.0
    Processor count: 4
    64-Bit OS: True
    64-Bit Process: True
    Program data path: /usr/local/emby/var
    Mono: 4.2.1 (Stable 4.2.1.102/6dd2d0d Mon Nov 30 14:47:31 CET 2015)
    Application Path: /volume1/@appstore/emby/share/emby/MediaBrowser.Server.Mono.exe
    libMagickWand-6.Q8.so
    ServiceStack.HttpError
    No Stack Trace Available
    
2015-12-25 23:55:07.9892 Info HttpServer: HTTP Response 500 to 192.168.1.130. Time: 6ms. http://192.168.1.100:8096/emby/CoverArt/Images?ImageType=preview&ProfileName=default&ItemType=Season&imageset=Diamond&rotation=0
2015-12-25 23:55:09.3283 Info HttpServer: HTTP GET http://192.168.1.100:8096/emby/CoverArt/Images?ImageType=preview&ProfileName=default&ItemType=Series&imageset=Diamond&rotation=0. UserAgent: Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.2526.106 Safari/537.36
2015-12-25 23:55:09.3313 Error DtoUtils: ServiceBase<TRequest>::Service Exception
    *** Error Report ***
    Version: 3.0.5781.8
    Command line: /usr/local/emby/share/emby/MediaBrowser.Server.Mono.exe -programdata /usr/local/emby/var -ffmpeg /usr/local/ffmpeg/bin/ffmpeg -ffprobe /usr/local/ffmpeg/bin/ffprobe
    Operating system: Unix 3.10.35.0
    Processor count: 4
    64-Bit OS: True
    64-Bit Process: True
    Program data path: /usr/local/emby/var
    Mono: 4.2.1 (Stable 4.2.1.102/6dd2d0d Mon Nov 30 14:47:31 CET 2015)
    Application Path: /volume1/@appstore/emby/share/emby/MediaBrowser.Server.Mono.exe
    libMagickWand-6.Q8.so
    System.DllNotFoundException
     at (wrapper managed-to-native) ImageMagickSharp.WandInterop:MagickWandGenesis ()
     at ImageMagickSharp.Wand.InitializeEnvironment () <0x40b351f0 + 0x0001b> in <filename unknown>:0
     at ImageMagickSharp.Wand..ctor () <0x40b351d0 + 0x0000f> in <filename unknown>:0
     at ImageMagickSharp.Wand.<.cctor>b__5 () <0x40b351a0 + 0x0001b> in <filename unknown>:0
     at System.Lazy`1[T].CreateValue () <0x40b34d50 + 0x001b7> in <filename unknown>:0
    --- End of stack trace from previous location where exception was thrown ---
     at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw () <0x41637b80 + 0x0002b> in <filename unknown>:0
     at System.Lazy`1[T].get_Value () <0x40b34740 + 0x000c7> in <filename unknown>:0
     at ImageMagickSharp.Wand.get_Instance () <0x40b34710 + 0x00017> in <filename unknown>:0
     at ImageMagickSharp.Wand.EnsureInitialized () <0x40b346d0 + 0x00017> in <filename unknown>:0
     at ImageMagickSharp.MagickWand..ctor (System.String path) <0x408812d0 + 0x00077> in <filename unknown>:0
     at CoverArt.ImageProcessors.CoverArtBaseEnhancer.EnhanceImage (System.String originalImage, CoverArt.Entities.ProfileDefinition profile, System.String itemType, System.String frameType, IHasImages item, System.Collections.Generic.List`1 childImages) <0x4087fdb0 + 0x00063> in <filename unknown>:0
     at CoverArt.ImageProcessors.CoverArtBaseEnhancer+<BuildPreviews>d__24.MoveNext () <0x4087bce0 + 0x038ab> in <filename unknown>:0
    --- End of stack trace from previous location where exception was thrown ---
     at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw () <0x41637b80 + 0x0002b> in <filename unknown>:0
     at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess (System.Threading.Tasks.Task task) <0x4086a530 + 0x000d3> in <filename unknown>:0
     at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification (System.Threading.Tasks.Task task) <0x4086a480 + 0x00097> in <filename unknown>:0
     at System.Runtime.CompilerServices.TaskAwaiter.ValidateEnd (System.Threading.Tasks.Task task) <0x40ae3030 + 0x0003b> in <filename unknown>:0
     at System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1+ConfiguredTaskAwaiter[TResult].GetResult () <0x40b183e0 + 0x00017> in <filename unknown>:0
     at CoverArt.Code.API.ImageHandler+<Get>d__0.MoveNext () <0x4087b110 + 0x004eb> in <filename unknown>:0
    
2015-12-25 23:55:09.3313 Error HttpServer: Error processing request for /emby/CoverArt/Images?ImageType=preview&ProfileName=default&ItemType=Series&imageset=Diamond&rotation=0
    *** Error Report ***
    Version: 3.0.5781.8
    Command line: /usr/local/emby/share/emby/MediaBrowser.Server.Mono.exe -programdata /usr/local/emby/var -ffmpeg /usr/local/ffmpeg/bin/ffmpeg -ffprobe /usr/local/ffmpeg/bin/ffprobe
    Operating system: Unix 3.10.35.0
    Processor count: 4
    64-Bit OS: True
    64-Bit Process: True
    Program data path: /usr/local/emby/var
    Mono: 4.2.1 (Stable 4.2.1.102/6dd2d0d Mon Nov 30 14:47:31 CET 2015)
    Application Path: /volume1/@appstore/emby/share/emby/MediaBrowser.Server.Mono.exe
    libMagickWand-6.Q8.so
    ServiceStack.HttpError
    No Stack Trace Available
    
2015-12-25 23:55:09.3334 Info HttpServer: HTTP Response 500 to 192.168.1.130. Time: 5ms. http://192.168.1.100:8096/emby/CoverArt/Images?ImageType=preview&ProfileName=default&ItemType=Series&imageset=Diamond&rotation=0
2015-12-25 23:55:10.6100 Info HttpServer: HTTP GET http://192.168.1.100:8096/emby/CoverArt/Images?ImageType=preview&ProfileName=default&ItemType=Movie&imageset=Diamond&rotation=0. UserAgent: Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.2526.106 Safari/537.36
2015-12-25 23:55:10.6129 Error DtoUtils: ServiceBase<TRequest>::Service Exception
    *** Error Report ***
    Version: 3.0.5781.8
    Command line: /usr/local/emby/share/emby/MediaBrowser.Server.Mono.exe -programdata /usr/local/emby/var -ffmpeg /usr/local/ffmpeg/bin/ffmpeg -ffprobe /usr/local/ffmpeg/bin/ffprobe
    Operating system: Unix 3.10.35.0
    Processor count: 4
    64-Bit OS: True
    64-Bit Process: True
    Program data path: /usr/local/emby/var
    Mono: 4.2.1 (Stable 4.2.1.102/6dd2d0d Mon Nov 30 14:47:31 CET 2015)
    Application Path: /volume1/@appstore/emby/share/emby/MediaBrowser.Server.Mono.exe
    libMagickWand-6.Q8.so
    System.DllNotFoundException
     at (wrapper managed-to-native) ImageMagickSharp.WandInterop:MagickWandGenesis ()
     at ImageMagickSharp.Wand.InitializeEnvironment () <0x40b351f0 + 0x0001b> in <filename unknown>:0
     at ImageMagickSharp.Wand..ctor () <0x40b351d0 + 0x0000f> in <filename unknown>:0
     at ImageMagickSharp.Wand.<.cctor>b__5 () <0x40b351a0 + 0x0001b> in <filename unknown>:0
     at System.Lazy`1[T].CreateValue () <0x40b34d50 + 0x001b7> in <filename unknown>:0
    --- End of stack trace from previous location where exception was thrown ---
     at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw () <0x41637b80 + 0x0002b> in <filename unknown>:0
     at System.Lazy`1[T].get_Value () <0x40b34740 + 0x000c7> in <filename unknown>:0
     at ImageMagickSharp.Wand.get_Instance () <0x40b34710 + 0x00017> in <filename unknown>:0
     at ImageMagickSharp.Wand.EnsureInitialized () <0x40b346d0 + 0x00017> in <filename unknown>:0
     at ImageMagickSharp.MagickWand..ctor (System.String path) <0x408812d0 + 0x00077> in <filename unknown>:0
     at CoverArt.ImageProcessors.CoverArtBaseEnhancer.EnhanceImage (System.String originalImage, CoverArt.Entities.ProfileDefinition profile, System.String itemType, System.String frameType, IHasImages item, System.Collections.Generic.List`1 childImages) <0x4087fdb0 + 0x00063> in <filename unknown>:0
     at CoverArt.ImageProcessors.CoverArtBaseEnhancer+<BuildPreviews>d__24.MoveNext () <0x4087bce0 + 0x038ab> in <filename unknown>:0
    --- End of stack trace from previous location where exception was thrown ---
     at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw () <0x41637b80 + 0x0002b> in <filename unknown>:0
     at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess (System.Threading.Tasks.Task task) <0x4086a530 + 0x000d3> in <filename unknown>:0
     at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification (System.Threading.Tasks.Task task) <0x4086a480 + 0x00097> in <filename unknown>:0
     at System.Runtime.CompilerServices.TaskAwaiter.ValidateEnd (System.Threading.Tasks.Task task) <0x40ae3030 + 0x0003b> in <filename unknown>:0
     at System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1+ConfiguredTaskAwaiter[TResult].GetResult () <0x40b183e0 + 0x00017> in <filename unknown>:0
     at CoverArt.Code.API.ImageHandler+<Get>d__0.MoveNext () <0x4087b110 + 0x004eb> in <filename unknown>:0
    
2015-12-25 23:55:10.6129 Error HttpServer: Error processing request for /emby/CoverArt/Images?ImageType=preview&ProfileName=default&ItemType=Movie&imageset=Diamond&rotation=0
    *** Error Report ***
    Version: 3.0.5781.8
    Command line: /usr/local/emby/share/emby/MediaBrowser.Server.Mono.exe -programdata /usr/local/emby/var -ffmpeg /usr/local/ffmpeg/bin/ffmpeg -ffprobe /usr/local/ffmpeg/bin/ffprobe
    Operating system: Unix 3.10.35.0
    Processor count: 4
    64-Bit OS: True
    64-Bit Process: True
    Program data path: /usr/local/emby/var
    Mono: 4.2.1 (Stable 4.2.1.102/6dd2d0d Mon Nov 30 14:47:31 CET 2015)
    Application Path: /volume1/@appstore/emby/share/emby/MediaBrowser.Server.Mono.exe
    libMagickWand-6.Q8.so
    ServiceStack.HttpError
    No Stack Trace Available
    
2015-12-25 23:55:10.6150 Info HttpServer: HTTP Response 500 to 192.168.1.130. Time: 5ms. http://192.168.1.100:8096/emby/CoverArt/Images?ImageType=preview&ProfileName=default&ItemType=Movie&imageset=Diamond&rotation=0
2015-12-25 23:55:30.7046 Info HttpServer: HTTP GET http://192.168.1.100:8096/emby/System/Logs/Log?name=server-63586684081.txt&api_key=47ed60adbc9a4f8698b0243de5d57dbc. UserAgent: Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.2526.106 Safari/537.36

Edited by ehgeahrev
Posted

Looks like your distribution doesn't have the proper ImageMagick included.

Posted

Of course ebr! I changed my old synology NAS for a more recent one a few months ago. That must be it. Will reinstall emby with the right version.

Thanks!

Posted

I don't think there's an emby issue. It's the image magick dependency that is missing.

Posted

Wll anyway, I rremoved the server and reinstalled from cytec the correct one and voilà, coverart is back.

 

But I have to set all settings and recreate all users. A backup functionality for view states, server settings and users would be nice.

Posted

We have a configuration backup plugin in the plugin catalog.

Posted

Oh cool. will check it out.

 

I just applied the server update 3.0.5781.8  and coverart is no longer applied to my artwork.

Posted

Oh cool. will check it out.

 

I just applied the server update 3.0.5781.8  and coverart is no longer applied to my artwork.

 

In order to best help you, please see how to report a problem to supply additional information. Thanks.

Posted (edited)

Herewith the log file

Log.txt

Edited by ehgeahrev
Posted

Herewith the log file

 

Until Emby can eventually be installed from the Synology web interface, there is still manual work associated with installing it on a Synology. It looks like you either don't have imageMagick installed, or Emby is unable to find your installed version.

 

In the Emby installation folder you may need to 

 

  • Adjust ImageMagickSharp.dll.config as needed to point to the installed version of ImageMagick
  • Like 1
Posted

Strange. I changed Q8 into Q16 in the config file:  <dllmap dll="CORE_RL_Wand_.dll" target="libMagickWand-6.Q16.so" os="linux"/>

When entering a movie I can see coverart being applied to actor images for instance but after a while emby server seems to freeze.

I finally removed the coverart plugin. Too bad.

Posted

Q8 will perform significantly better than Q16. The difference is pretty dramatic in fact. That's why the default config files point to Q8 and expect Q8, although you can certainly use Q16 if you have a reason to.

  • 4 months later...
stephane.dunog
Posted

Hello,

I have just installed this plugin on my mac mini (El capitan) and i have the exact problem. Is it something to do with the fact i am on mac and not PC ?

Do you need any log ?

Thank you for your help

Posted

Hello,

I have just installed this plugin on my mac mini (El capitan) and i have the exact problem. Is it something to do with the fact i am on mac and not PC ?

Do you need any log ?

Thank you for your help

 

It's currently not supported on mac right now, sorry. Hopefully in the future.

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...