![]() |
Movie Info Plus - Manage Icons, Posters, FanArt, .NFO's & more for Movies & TV Shows - Printable Version +- Kodi Community Forum (https://forum.kodi.tv) +-- Forum: Support (https://forum.kodi.tv/forumdisplay.php?fid=33) +--- Forum: Supplementary Tools for Kodi (https://forum.kodi.tv/forumdisplay.php?fid=116) +--- Thread: Movie Info Plus - Manage Icons, Posters, FanArt, .NFO's & more for Movies & TV Shows (/showthread.php?tid=41129) |
- roydonaldson - 2009-01-06 Ok, got the debug log. Can you PM me your email and I can send it to you ? - digitalhigh - 2009-01-06 Hey fekker...I'm working on acquiring some 3500+ posters for upload to TMDB. High-rez posters. This should help take better advantage of the TMDB poster section in the program. ![]() - fekker - 2009-01-06 digitalhigh Wrote:Hey fekker...I'm working on acquiring some 3500+ posters for upload to TMDB. High-rez posters. This should help take better advantage of the TMDB poster section in the program. Sweet! - fekker - 2009-01-06 gyrene2083 Wrote:I'm not sure how to post an image on here, so you could see my directory listing, but I don't have wget.exe, and I don't the program in the default location.That might have been a config.xml issue as the new installer does not remove the old one. MIP doesn't look to the registry for anything (save for the install and uninstall now).. everything is done from config.xml You should be able to move the folder anywhere, and edit the config.xml and it should run just fine as I don't query the registry for any pathing. I'll see if i can do some vmware installs to other folders and ensure it's being generated correctly.(the config.xml itself) - djh_ - 2009-01-07 A random question - sorry if anyone's answered it before. From which field does this scrape MPAA rating info from the IMDb, "MPAA", "Certification", or both? I only ask because scraping from the MPAA field alone only works for about 40 per cent of movies. - fekker - 2009-01-07 djh_ Wrote:A random question - sorry if anyone's answered it before. From which field does this scrape MPAA rating info from the IMDb, "MPAA", "Certification", or both? I only ask because scraping from the MPAA field alone only works for about 40 per cent of movies. Looking at the scraper itself, both are listed. <RegExp input="$$1" output="<mpaa>\1</mpaa>" dest="5+"> <expression>MPAA</a>:</h5>(.[^<]*)</expression> </RegExp> <RegExp input="$$1" output="<certification>\1 \3</certification>" dest="5+"> <expression repeat="yes"><a href="/List\?certificates=[^"]*">([^<]*)</a>[^<]*(<i>([^<]*)</i> ![]() </RegExp> - digitalhigh - 2009-01-07 Fekker, What do you think about the idea of having a "check for new fanart" feature? I think you have a cache file for every movie scanned, right? How difficult would it be to save the number of fanarts available for that movie on the initial scan, and then have it check to see if there are more than there were the last time the movie was accessed? I don't know if anybody else would be interested in this, but I'm always adding new, random stuff to TMDB, and it would be cool to be able to just click a button and have MIP generate a list of the movies that have new art available for me to check out... - fekker - 2009-01-07 digitalhigh Wrote:Fekker, It checks each time a movie is opened (when in download mode)by doing the following Downloads new xml file for movie Parse the xml file check the local cache, if it's not there, it downloads it It does this for all TMDB items With the new download popup, i don't know that another messagebox that new items are here is necessary, but it's easy enough to add.. something like, increment counter when tmdb data is scanned if items are downloaded.. I'll mock something up and shoot it to you to try out. Impawards are manually created, but can be update by clicking "update known posters" (under the movie rename section), I've been updating those with the release as they are required. There's no api, I made my own version of one for it. Media Icon xmls are discarded after 90 days from the last file modification date. Those xmls are generated when the movie is first loaded, that time will be user selectable, with the all the new builds it never hits that timeline. TVShows check based on the setting (under settings) for all images that are listed in the banner.xml and episode data file - gyrene2083 - 2009-01-07 Just curious how about an option that will allow you to right click on a movie, then have and then have a menu come up that will allow you a few options to that movie, like delete, refresh or something like that. The reason I ask is right now I had a problem with a movie that I initially thought wasn't scraping right, and I wanted to remove that movie from the database, and refresh the dbase, and add it again. But you can't right click on your movies. - parena - 2009-01-07 Can't get this running using wine 1.1.12. :/ Any special things I need to do? I have Mono-2.0.1 for Windows installed as well. This is what I get: Code: fixme:actctx:parse_manifest_buffer root element is L"asmv1:assembly", not <assembly> I'd love to get this running under linux (running openSUSE 11.0). I've tried virtualbox with XP installed, but then I need to make my movies directory available as \\vboxsrv\movies for example and access is slow and I get empty .nfo files (and lots of error messages where I can choose continue and quit). - digitalhigh - 2009-01-07 fekker Wrote:It checks each time a movie is opened (when in download mode)by doing the following I know it checks for new fanart when you select individual files...I'm talking more about adding...maybe an option to populate the movie list only with movies that have new art. I have this tendency of going through my collection every couple of weeks, movie-by-movie, and looking for fanart that may not have been there the last time I did it. Would be awesome if you could maybe just add a radio button in the list of "All Movies", "Movies With Problems", "No Fanart", "No TBN"...add a "New Fanart" option. Having the program just scan and go "this movie, this movie, this movie, and that movie all have new fanart available" would be the bee's knees. Saves me having to go through 300+ movies. Edit: Feature request for this added to tracker... - clutch - 2009-01-07 hello my structure is as follows \\Server\Archive\Movies\My Movie\CD1 \\Server\Archive\Movies\My Movie\CD2 \\Server\Archive\Movies\My Movie\Sample How can you make that work? Also, how do I name split files if the movie is extracted into My Movie? \\Server\Archive\Movies\My Movie\Movie.1.avi \\Server\Archive\Movies\My Movie\Movie.2.avi wheras CD1 is 1.avi and CD2 is 2.avi? Please give guidelines for this - digitalhigh - 2009-01-07 You may want to delete the sample folders. Those are mainly for torrenting purposes anyway. The program will run across them and see them as movies. And putting the contents of CD1 and CD2 folder into one main movie folder isn't a bad idea... Then set everything for your movie folders in the folder selection tab, and pick movies in the top left, and click the "Load Movies" button. Auto Pilot will automatically download and generate everything for you... - clutch - 2009-01-07 well if the CD1 and CD2 contain RAR-data, then you might want to retain the Sample folder, as the original scene-release contained it. Is it possible to create a filter for Samples? Tv Shows and importing data - maxposure - 2009-01-07 Thank You fekker for such a nice program. I know a lot of work goes into these sorts of things. I am running on vista x64 and the movies section is working fine. I have tried just about everything I can think of and have not run into a problem yet. TV shows, on the other hand, I can't get to work at all. I will click on Load Shows it will either give me a runtime error or it will begin to bring up a downloading dialog box with “0kb of 8.24kb downloaded" and will stay there. I let this go for several hours with no change. When I click on the close button of the window it says something like "error banner read". I read you post about the debug log and I will create one for you when I leave work today. And this is a total beginner question, but why is it that when I use this or Media Companion my changes are never reflected in my library. I will tell it to scan for new content and it searches the internet and downloads its own data. What am I doing wrong? |