Jump to content

Dynamic folder artwork missing


Magnus33

Recommended Posts

Magnus33

Scanning of the media works fine but instead of a Dynamic folder view created from its just a plain folder.

 

Could be just related to my setup but but after a clean install i can't see why this would be the case.

Windows versions shows no such issue.

Link to comment
Share on other sites

josh4trunks

Art for the folders created from the media inside...Movies..Tv   and so on.

That's what I thought. It works for me.

How long have you been having this problem?

Link to comment
Share on other sites

Magnus33

Since the last update.

 

On a clean install there no artwork but when i upgrade on the other machine  there was.

 

Looks like there something in the new versions that's broken besides its issue with cookies.

Edited by Magnus33
Link to comment
Share on other sites

josh4trunks

hmm, I wonder if the issue is with emby or specific to the plugin. if you want to debug this post your relevant log entries

Link to comment
Share on other sites

josh4trunks

Here we go.

This looked interesting. maybe check if that file exists.

Could not find file "/var/db/emby-server/cache/temp/bcdbafc8-7e77-4394-8a64-9cf63fdfa4f7.png".

Link to comment
Share on other sites

Magnus33

It does exist.

 

Word of warning its a pic of my wrist have major surgery so lots of staples...lol

post-25951-0-20679600-1435186317_thumb.png

Edited by Magnus33
Link to comment
Share on other sites

josh4trunks

ouch!

 

maybe someone with more experience with emby can check your log then and see what the issue is. I can try reproducing this during the weekend when I have more time

Link to comment
Share on other sites

Vidman

I'm using the freenas plugin and have noticed my dynamic images are no longer dynamic with the latest release

Link to comment
Share on other sites

Magnus33

The freebsd version it appears turned out somewhat buggy this time with several small but none critical bugs in it.

Link to comment
Share on other sites

josh4trunks

The freebsd version it appears turned out somewhat buggy this time with several small but none critical bugs in it.

I'm pretty sure I can confirm this. A new movie came in yesterday and now my movie banner isn't showing.

 

Did you confirm it affects freebsd? it could possibly be something in my PBI packaging that broke.

 

if you have a chance can you try 'pkg install emby-server' in a freebsd jail and see if it displays the same issue.

Thanks

Edited by josh4trunks
Link to comment
Share on other sites

Magnus33

It looks like it does attempt too at first when a source is added like say music videos but quickly fails and shortly after adding other folders it doesn't even get this far.

 

Adding new sources after this doesn't even get this far.

 

Judging that the windows  version doesn't have this issues i would guess your correct and something is broken with the pbi packing.

 

 

 

 

post-25951-0-08501100-1435277983_thumb.png

Link to comment
Share on other sites

josh4trunks

It looks like it does attempt too at first when a source is added like say music videos but quickly fails and shortly after adding other folders it doesn't even get this far.

 

Adding new sources after this doesn't even get this far.

 

Judging that the windows version doesn't have this issues i would guess your correct and something is broken with the pbi packing.

I wasn't asking about comparing it windows, but with freebsd using pkg or ports. I want to isolate this issue either to freebsd or just a problem with the plugin.

 

I should have time to investigate this weekend.

Link to comment
Share on other sites

woodsb02

I wasn't asking about comparing it windows, but with freebsd using pkg or ports. I want to isolate this issue either to freebsd or just a problem with the plugin.

 

I should have time to investigate this weekend.

I am not seeing this issue on my installation of emby running inside an iocage jail on FreeBSD with vimage.
Link to comment
Share on other sites

Magnus33

I wasn't asking about comparing it windows, but with freebsd using pkg or ports. I want to isolate this issue either to freebsd or just a problem with the plugin.

 

I should have time to investigate this weekend.

Sorry saw the message after the fact.

 

It does seem that its affecting everyone on freenas who did a fresh install and eventually affects those who did a upgrade when new media is eventually added.

Link to comment
Share on other sites

josh4trunks

OK, sounds like something in my build process then. I'll try rebuilding all the dependencies and see if that makes a difference.

Link to comment
Share on other sites

josh4trunks

@@Luke @@woodsb02

Any idea what could be causing this error? It looks like the dynamic image exists in the folder (actually several copies) but isn't being shown.

2015-06-27 16:33:15.3066 Error - App: Error in Dynamic Image Provider
	*** Error Report ***
	Version: 3.0.5641.5
	Command line: /usr/pbi/emby-amd64/lib/emby-server/MediaBrowser.Server.Mono.exe -ffmpeg /usr/pbi/emby-amd64/bin/ffmpeg -ffprobe /usr/pbi/emby-amd64/bin/ffprobe -programdata /var/db/emby-server
	Operating system: Unix 9.3.16.0
	Processor count: 2
	64-Bit OS: True
	64-Bit Process: True
	Program data path: /var/db/emby-server
	Mono: 3.10.0 (tarball Sat Jun 27 08:04:12 UTC 2015)
	Application Path: /usr/pbi/emby-amd64/lib/emby-server/MediaBrowser.Server.Mono.exe
	Could not find file "/var/db/emby-server/cache/temp/c61ff891-8443-450b-87c8-460fa9d980e2.png".
	System.IO.FileNotFoundException
	  at System.IO.FileStream..ctor (System.String path, FileMode mode, FileAccess access, FileShare share, Int32 bufferSize, Boolean anonymous, FileOptions options) [0x00000] in <filename unknown>:0 
	  at System.IO.FileStream..ctor (System.String path, FileMode mode, FileAccess access, FileShare share) [0x00000] in <filename unknown>:0 
	  at (wrapper remoting-invoke-with-check) System.IO.FileStream:.ctor (string,System.IO.FileMode,System.IO.FileAccess,System.IO.FileShare)
	  at MediaBrowser.Common.Implementations.IO.CommonFileSystem.GetFileStream (System.String path, FileMode mode, FileAccess access, FileShare share, Boolean isAsync) [0x00000] in <filename unknown>:0 
	  at MediaBrowser.Providers.Manager.ProviderManager.SaveImage (IHasImages item, System.String source, System.String mimeType, ImageType type, Nullable`1 imageIndex, System.String internalCacheKey, CancellationToken cancellationToken) [0x00000] in <filename unknown>:0 
	  at MediaBrowser.Server.Implementations.Photos.BaseDynamicImageProvider`1+<FetchToFileInternal>c__async2[MediaBrowser.Controller.Entities.UserView].MoveNext () [0x00000] in <filename unknown>:0 
	--- End of stack trace from previous location where exception was thrown ---
	  at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw () [0x00000] in <filename unknown>:0 
	  at System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1+ConfiguredTaskAwaiter[MediaBrowser.Controller.Library.ItemUpdateType].GetResult () [0x00000] in <filename unknown>:0 
	  at MediaBrowser.Server.Implementations.Photos.BaseDynamicImageProvider`1+<FetchAsync>c__async1[MediaBrowser.Controller.Entities.UserView].MoveNext () [0x00000] in <filename unknown>:0 
	--- End of stack trace from previous location where exception was thrown ---
	  at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw () [0x00000] in <filename unknown>:0 
	  at System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1+ConfiguredTaskAwaiter[MediaBrowser.Controller.Library.ItemUpdateType].GetResult () [0x00000] in <filename unknown>:0 
	  at MediaBrowser.Server.Implementations.Photos.BaseDynamicImageProvider`1+<FetchAsync>c__async0[MediaBrowser.Controller.Entities.UserView].MoveNext () [0x00000] in <filename unknown>:0 
	--- End of stack trace from previous location where exception was thrown ---
	  at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw () [0x00000] in <filename unknown>:0 
	  at System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1+ConfiguredTaskAwaiter[MediaBrowser.Controller.Library.ItemUpdateType].GetResult () [0x00000] in <filename unknown>:0 
	  at MediaBrowser.Providers.Manager.MetadataService`2+<RunCustomProvider>c__async3[MediaBrowser.Controller.Entities.UserView,MediaBrowser.Controller.Providers.ItemLookupInfo].MoveNext () [0x00000] in <filename unknown>:0 

I tested this with the FreeBSD package and it worked as expected. The differences that I know of with the package and plugin are

* plugin doesn't have most libraries available. I have to individually link any libraries Emby needs as seen here https://github.com/josh4trunks/freenas-plugins/blob/master/plugins/emby/external-links

* I've been building the plugin with mono 3.10_2, I'll try recompiling with whatever is the latest and see if that makes a difference.

Link to comment
Share on other sites

Magnus33

I noticed that too.

 

When the first source is added it try's to do what its suppose to and creates images but doesn't use them.

After more sources are added it progressively fails to the point where it no longer even creates proper images for later sources.

 

Something changed between the last build and this one to cause the process to fail.

 

Oddly it seems to want to use the pic of my arm surgery every time for the pic!! :)

Link to comment
Share on other sites

josh4trunks

Ok I did some testing and here's what I've found..

 

FreeBSD pkg with mono 4.0.1.28 - dynamic image displayed is only of one movie

FreeBSD pkg with mono 3.10_2 - dynamic image is not displayed

 

FreeNAS plugin with mono 4.0.1.28 - dynamic image displayed is only of one movie

FreeNAS plugin with mono 3.10_2 - dynamic image is not displayed

 

####

Also, I tried deleting the movie that is in the dynamic image and re-scanning my library.

The movie is deleted from my all movies view, but the dynamic image isn't changed.

 

@@woodsb02 you said dynamic images are working for you as expected?

Edited by josh4trunks
Link to comment
Share on other sites

Magnus33

So not the build process but a outright but with the latest version .

 

Not critical but annoying.

Link to comment
Share on other sites

  • 2 weeks later...
Magnus33

Ok after all sources are scanned going in edit on a source and clicking on refresh does cause the correct images to be created but not used.

The images then can be manually added but adding any media after causes the image for that media to be used even though going back into edit for that source still shows the correct image as selected.

Link to comment
Share on other sites

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...