TomSeldon / intro-videos-app

Tiny app for serving up a random video intro. Intended for use with Plex.
0 stars 0 forks source link

Needs further work to work properly #1

Open TomSeldon opened 9 years ago

TomSeldon commented 9 years ago

Misunderstood how Plex deals with intro videos. Expected it to load a video from a URL when in fact it appears to just do a regex on the given URL for the media ID (i.e. the URL is never actually requested).

As such, this solution isn't going to work.

Keeping this repo around should Plex ever change how they handle loading pre-roll videos.

davisengeler commented 7 years ago

I'm glad I found this issue sooner than later. Haha. I also assumed this technique was going to do the trick. Thanks for your work anyway. You should update this if you come across a solution down the road.

TomSeldon commented 7 years ago

Thanks @davisengeler, shame this never worked out as it seemed like a cool idea!

I'll take another look at this over the weekend, and if it still appears that it won't work, I'll remove the repo to avoid others mistakingly thinking this will work.

davisengeler commented 7 years ago

Nah, don't do that. Just add/update the readme to state the problem.