Trailers
#1
Question 
Fantastic skin - as many others have said. I finally have a system which behaves in the way I'd like.... Almost

I've been using the trailer option recently, click down on the movie menu to play the trailer. I have organised most of my films using Ember, recent films have been done automatically in XBMC. It seems that only those trailers, links which have been created by XBMC, rather than Ember work. Any ideas on what to do - is it possible just do delete all of of my trailer links created by Ember and to get XBMC to rescan and update the trailer informationhttp://forum.xbmc.org/images/icons/icon5.gif

Ideas would be welcome - thanks in advance.
I will buy you a virtual beer if you help me sort out this remote...
Reply
#2
When you say "links created by Ember", do you mean in the nfo file? If so, post one of the nfo files that is not working.
-stoli-
Reply
#3
mmm..
i rem this issue..
if you scape movies trailers with ember..
it scrapess em with the wrong url..
u need to then open your xbmc database with sql lite browser and run a script to fix this..
its here in forums somewhere ill have a look
Reply
#4
have it here
http://forum.xbmc.org/archive/index.php/t-100665.html


Another more easy way is to edit the xbmc db directly, i used SQLite Database Browser:
http://sourceforge.net/projects/sqlitebrowser/

I've opened my Video Database (MyVideos34.db) and executed the following sql command:

update movie
set c19 = replace(c19,'http://www.youtube.com/watch?v=','plugin://plugin.video.youtube/?action=play_video&videoid=');

(c19 is the table (movie) column for the trailer)
Reply

Logout Mark Read Team Forum Stats Members Help
Trailers0