Bug #2567
Movian won't play URI set via videoparams
Status: | Rejected | Start date: | 03/01/2015 | |
---|---|---|---|---|
Priority: | Normal | Due date: | ||
Assignee: | % Done: | 0% | ||
Category: | Ecmascript & Duktape | |||
Target version: | 4.10 | |||
Found in version: | 4.9.293 | Platform: | Linux |
Description
var link = 'youtube:video:' + escape('https:' + doc.match(/<iframe id="yt-iframe"[\s\S]*?src="([\s\S]*?)"/)[1]); page.source = "videoparams:" + showtime.JSONEncode({ title: decodeURIComponent(title), canonicalUrl: plugin.getDescriptor().id + ':play:' + url + ':' + title, sources: [{ url: link }] });
History
#2
Updated by Leonid Protasov over 7 years ago
Log will not tell anything. Get my discovery plugin from repo. And uncomment corresponding line in play uri...
#3
Updated by Andreas Smas over 7 years ago
- Priority changed from High to Normal
Well. I don't think this will be possible to fix. If an URL starts with videoparams: the video player is launched unconditionally.
Maybe we can try to find a different way to solve the problem at hand?
#4
Updated by Andreas Smas over 7 years ago
- Status changed from Need feedback to Rejected