Jump to content

Recommended Posts

rechigo
Posted (edited)

With C# SDK, how can I check if a BaseItem has Preview/Thumbnail/bif images generated & available for use? 

Edited by rechigo
Posted

I'm not at my desk right now but there should be something like a item.GetThumbnails

rechigo
Posted

Could not find any method like that, searched for a lot of key words and did not find anything

 

Is this something I need to get with library manager or another interface?

mickle026
Posted

Is it in ImageService

 

/Items/{Id}/Images/{Type}

 

Type - thumb ?

rechigo
Posted

No, sorry, I am talking about the geting the BIF images via C# (not via HTTP requests)

 

The bif images are used to display a graphical preview when scrubbing:

 

88x.png

mickle026
Posted

Ok,   namespace RokuMetadata.Api,   internal class ThumbnailSetInfo

 

No idea how to use.  So can't help - sorry.
 

  • 3 weeks later...
rechigo
Posted

That looks like it's for the old Roku BIF plugin before it was moved into the server core

 

@@Luke Update?

Posted

There are some static methods on Video, Video.GetThumbnailSetInfos. The api is not super friendly because I wasn't planning for this type of usage, but it can always be adjusted.

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