Skip to content
This repository has been archived by the owner on Jan 24, 2022. It is now read-only.

Supported Protocols For Cast Images #5

Closed
delraykevin opened this issue May 20, 2021 · 1 comment
Closed

Supported Protocols For Cast Images #5

delraykevin opened this issue May 20, 2021 · 1 comment

Comments

@delraykevin
Copy link

So I'm trying to add "cast" images for some family videos.

I have made it work by setting up IIS and serving them that way, but I'd prefer that they were just stored locally without having to fire up a web server.

Is that possible?

I have tried file:////imagename.jpg, etc, but just get empty spaces in Plex, or am I just barking up the wrong tree?

I'm going to go look at your code, but figured it would be good ask first...

@joshuaavalon
Copy link
Owner

You have to fork it and change the code. Here is how to load the image from local file.

thumb = Core.storage.load(path)
return path, Proxy.Media(thumb)

Since, I am no longer using this. I cannot provide more support.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants