2012-07-27, 07:42
No need to apologize at all! I will try to go through and remove all the youtube references and try again. Thanks!
URL http://api.themoviedb.org/3/search/movie?api_key=57983e31fb435df4df77afb854740ea9&query=Scooby-Doo%20and%20the%20Robots+2011&language=en
(2012-08-03, 20:32)johnmerrick Wrote: I have just noticed that when i run the mc_com.exe as batch to update new movies, it doesn't work with video_ts dvd folders.This issue came into play in versions 3.501b to 3.503b, and is now fixed in 3.504b and later.
If i scrape the same folders within the program it works fine but the batch file creates nfo's and tbn's etc for every vob file within the folder. Some even have random movie information in.
I have set the movie preferences to use folder names for scrapes etc but that hasn't helped.
Is it the way that file is set up? i would like to use it in a schedule to scrape new movies from couchpotato.
I can't find any dvd preferences in this latest version.
thanks
(2012-08-03, 22:09)jamesk9 Wrote: Is there a way for MC to append the filenames of ALL movies in your collection to include the source, so that xbmc can display the propper dvd/bluray/divix/3D bluray cases in the library.I wish there was an easy way to deal with this, but MC would have to be able to decide what video files was DVD and what is Bluray. And with some may BdRips, resolutions etc, that won't be easy to impliment.
Basically I need to rename, for example ' topgun.mkv ' to ' topgun bluray.mkv ' or to ' topgun dvd.mkv ' (whichever video source the file uses)
I have since began renaming my new movies but having a problem getting existing movies renamed easily. Trying to take advantage of certin skins being able to recognize the video source without having to manually rename 1000+ of them.
Thanks..
Great program BTW!
(2012-08-05, 20:32)KeithLM Wrote: Is there some setting that controls resizing of posters when downloading? I can't seem to find it, but it appears that movie posters that I select that are 1000x1500 are saved at 500x750. And the auto scraping seems to get even smaller ones. I'd like to get as large as one possible.
(2012-07-27, 21:25)trpltongue Wrote: ...You are probably correct, altho' I am surprised as there are sanitising functions of all types within MC. It may be that whatever is parsed by the external scrapers is used as-is by MC.
I think it has something to do with how it's parsing the URL. I removed the "amp" parts of the URL and entered it into my browser and tmdb returned a valid movie file with all the details. I tried to remove the "amp" bit in the xml file but then MC couldn't compile the code. Something goofy definitely going on.
I'm just guessing here, but it appears that MC is passing on the full on xml file url as a text string, including the "&" text. However, "&" is suppossed to be converted to a simple ampersand sign in the URL. The xml file has to have & otherwise it won't compile (because & is a native symbol in xml) but for some reason this conversion is not taking place when building the URL.
Interestingly, the IMDB scraper does not have any & references in it.
(2012-08-03, 22:09)jamesk9 Wrote: Is there a way for MC to append the filenames of ALL movies in your collection to include the source, so that xbmc can display the propper dvd/bluray/divix/3D bluray cases in the library.Hi James,
Basically I need to rename, for example ' topgun.mkv ' to ' topgun bluray.mkv ' or to ' topgun dvd.mkv ' (whichever video source the file uses)
I have since began renaming my new movies but having a problem getting existing movies renamed easily. Trying to take advantage of certin skins being able to recognize the video source without having to manually rename 1000+ of them.
Thanks..
Great program BTW!
(2012-08-06, 02:04)vbat99 Wrote:(2012-08-05, 20:32)KeithLM Wrote: Is there some setting that controls resizing of posters when downloading? I can't seem to find it, but it appears that movie posters that I select that are 1000x1500 are saved at 500x750. And the auto scraping seems to get even smaller ones. I'd like to get as large as one possible.
Yes, this is a known issue when changing posters from TheMovieDB. Something isn't parsing we want full size posters sent to us.
I am looking into this area, as currently on first scrape from TheMovieDB, it gets full-size, but not afterwards.
(2012-07-25, 22:33)trpltongue Wrote: It looks like the XBMC-TMDB scraper is broken in the newest release. I've been trying to scrape "Scooby-Doo and the Robots" which is not listed in IMDB, but is listed in TMDB and every time I try using the TMDB scraper the program hangs and needs to close. XBMC-IMDB scraper works, but doesn't return the correct movie. I'll put a note in the codeplex site as well. I really do appreciate all the work you guys are putting into this!The latest release (MC3.506b) has a fix for this.
(2012-08-29, 10:54)johnmerrick Wrote: Would having the trailer link in the nfo and also a local trailer, stop a trailer from playing? Some of mine are not playing and some are.
Also, do you have to refresh the movie in XBMC for the trailer to be recognised?