Posts: 169
Joined: Nov 2011
Reputation:
1
Hi all,
What a fantastic addon. Just curious how people setup this addon to look like cineworld in the uk. I found some YouTube trailers for cineworld and guess you just link to them with the apple trailers?
Thanks guys and keep up the good work :-)
Posts: 164
Joined: Feb 2011
Reputation:
1
how do i do a pastebin (completely from the start) only i've never done one and I am having similar problems to the post a few earlier than this one.
Am using MQ4, script completely by passing coming attractions intro, trailer and outro. Then playing countdown and audio but no rating and most of all no movie!!!
Cheers Andy
PS on a side note as the script says must have trivia into order to download trailer, is this the case for trailers in a local file? Also if so is there a minimum time needed for slides as i like trailers but dont tend to watch the slides.
Also am I right in thinking that if you dont accept trailers there is no way to view coming attractions outro? I use this for all my classic food and drink videos and it would be nice to have with or without a trailer.
Cheers (again) Andy
Posts: 3
Joined: Jan 2012
Reputation:
0
I installed one of the nightly builds of XBMC 12 and I saw that this doesn't work anymore. after looking at the logs, I see this: ERROR: TypeError: 'xbmc.PlayList' object is unsubscriptable.
Does anyone know if this is a bug of a nightly build or if the next version of XBMC is going to take away the ability to have a playlist/queue?
Posts: 3
Joined: Jan 2012
Reputation:
0
2012-10-05, 23:47
(This post was last modified: 2012-10-05, 23:50 by jwborc39963.)
believe it or not, the plugin is semi capable with froto... you have to comment our a single line in the addon.py.
Comment out this line:
movie_title = playlist[ 0 ].GetProperties
then add this line below it:
movie_title = "test"
The plugin will work normally for anything that doesn't parse the movie details
Posts: 169
Joined: Nov 2011
Reputation:
1
2012-10-07, 00:38
(This post was last modified: 2012-10-07, 01:53 by simon_rb.)
Giftie,
Thank you for answering every question I asked. Again excellent plugin, I'll add the files to the library if I'm going to use the script.
Cheers :-)
Edit:- I disabled the trailer age rating and matching the film type and the script runs fine from my keyboard short cut, however the film isn't inserted at the end so just have to add that to playlist towards the end..
Now to see if anybody on here has had success inserting that bit of code into the myvideonv.xml to stop the buffer/loading/working showing up..
Cheers