rechigo 294 Posted May 2, 2020 Posted May 2, 2020 (edited) With C# SDK, how can I check if a BaseItem has Preview/Thumbnail/bif images generated & available for use? Edited May 2, 2020 by rechigo
Luke 40082 Posted May 2, 2020 Posted May 2, 2020 I'm not at my desk right now but there should be something like a item.GetThumbnails
rechigo 294 Posted May 3, 2020 Author Posted May 3, 2020 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 604 Posted May 3, 2020 Posted May 3, 2020 Is it in ImageService /Items/{Id}/Images/{Type} Type - thumb ?
rechigo 294 Posted May 3, 2020 Author Posted May 3, 2020 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:
mickle026 604 Posted May 3, 2020 Posted May 3, 2020 Ok, namespace RokuMetadata.Api, internal class ThumbnailSetInfo No idea how to use. So can't help - sorry.
rechigo 294 Posted May 21, 2020 Author Posted May 21, 2020 That looks like it's for the old Roku BIF plugin before it was moved into the server core @@Luke Update?
Luke 40082 Posted May 21, 2020 Posted May 21, 2020 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.
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now