- Admin
- #1
The question, if MP2 can support trailers came up several times (e.g. here) and was so far always neglected mainly because of the missing player for this within MP2.
Now the cinema plugin is reactived with new code by @BigGranu and almost finished. It has an own player to play trailers of cinema program via youtube links.
There are just some small remaining issues with links. For some PC's (like mine) IPv6 links seem to be created, but can not be played. However, so far it's realiably working when deactivating IPv6 completely.
So the main problem is basically solved:
If the 2 points can be solved I think we could just add an entry in the context menu of media items "play trailer", if there is a link in the db.
Everything else could be taken over from Cinema plugin.
Now the cinema plugin is reactived with new code by @BigGranu and almost finished. It has an own player to play trailers of cinema program via youtube links.
There are just some small remaining issues with links. For some PC's (like mine) IPv6 links seem to be created, but can not be played. However, so far it's realiably working when deactivating IPv6 completely.
So the main problem is basically solved:
- We have a player, that can play youtube links
- our scraper can grap trailer links online or during offline imports from the *.nfo files? I found at least this entry for offline grabbing of movies, so seems yes!?
- we have a possibility to add the trailer links to our DB, which is still downwards compatible. I checked our DB structure and there is currently no index for trailers. We might also use the e.g. "comment" index for media items, I think it's nowhere used yet.
If the 2 points can be solved I think we could just add an entry in the context menu of media items "play trailer", if there is a link in the db.
Everything else could be taken over from Cinema plugin.