![]() |
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) |
- digitalhigh - 2009-01-20 --nevermind. So MIP knows how to deal with tv shows stored on DVD for a whole season? Neat. I was not aware of that. Or does it just download all the season info and then XBMC can use whatever it needs for a particular episode? - fekker - 2009-01-20 digitalhigh Wrote:--nevermind.I can handle multi episodes stored, an iso works best, video_ts is a bugger. I've got an internal build for you to test out, remove your config and extract the zip file to your install directory. There are a ton of changes in this build, but I've got most of the issues sorted out (i think). http://rapidshare.com/files/186262259/movieinfoplus_internal_test.zip.html - digitalhigh - 2009-01-20 Got the link. If you can, PM me regarding what that danged Autopilot does. ![]() - dbone1026 - 2009-01-20 fekker Wrote:it sounds like it's not downloading the file from tvdb OK, running in debug mode, here is what the log says: Quote:TV Show Loading / Status Logging... There are xml files in the temp folder, it appears the xml for the actual tv show (i.e. Supernatural) is populated, but the xml for the individual seasons (Supernatural Season 1) is empty Confused - JiveTalker - 2009-01-20 fekker, I'm a little confused regarding all the information collated from the video file. Here is a sample from one of my movies: <fileinfo> <video> <width>1280</width> <height>696</height> <codec>h264</codec> <formatinfo>AVC</formatinfo> <duration>1h 47mn 7s 41ms</duration> <bitrate>4 915 Kbps</bitrate> <bitratemode /> <bitratemax /> <container>This is the extension of the file</container> <codecid>V_MPEG4/ISO/AVC</codecid> <codecidinfo /> <scantype>Progressive</scantype> </video> <audio> <codec>AC-3</codec> <channels>6</channels> <bitrate>640 Kbps</bitrate> </audio> </fileinfo> Firstly, shouldn't the container field show "MKV" as that is the container format? The thing that really confuses me though is that I thought the point of writing this information into the NFO file was so that it could be added the the XBMC database so that skinners could then use it to put pretty logos next to each move title. Is this not what it is for? If so, then the whole Image Tagger project would seem to be coming from the complete opposite direction of changing the posters to have logos within their image and thus meaning that they will often clash with the visual style of the skin. Am I missing something here? - th0r - 2009-01-20 dbone1026 Wrote:First off, I want to say what a great program Movie Info is. I've tried reading through as much of the thread as possible and the wiki, but am still having problems with TV Shows. All my tv shows are box set dvd rips (Video_TS). My folder structure is as follows: Verify if the directory "temp\tvdb\everything" exists in ur installation. I faced this issue previously, which was resolved by creating that directory. - dbone1026 - 2009-01-20 fekker Wrote:it sounds like it's not downloading the file from tvdb OK, running in debug mode, here is what the log says: Quote:TV Show Loading / Status Logging... There are xml files in the temp folder, it appears the xml for the actual tv show (i.e. Supernatural) is populated, but the xml for the individual seasons (Supernatural Season 1) is empty - dbone1026 - 2009-01-20 th0r Wrote:Verify if the directory "temp\tvdb\everything" exists in ur installation. I faced this issue previously, which was resolved by creating that directory. Well, that seemed to do part of the trick, thanks for that. I created that folder and now they are showing up. Question though, MIP still tells me that there are 0 TVShows (even though three are listed, Arrested Development, Chappell Show, and Supernatural) in that box right below. Also, it appears that MIP is not giving me options for each season, it is just listing the tv show. - th0r - 2009-01-20 Haven't had much success in getting MIP to identify my tv shows yet (I am waiting for custom regex support in MIP..which is being worked on AFAIK) - fekker - 2009-01-20 JiveTalker Wrote:fekker, I'm a little confused regarding all the information collated from the video file. Here is a sample from one of my movies: yeah, that's why is shows up as h264 as well, for the HD media tagging project. It's also for use as part of the management side of things in MIP, I just haven't wrote that part of it yet ![]() The file extension part would be the actual extension, the placeholder text was part of the mock up when spec'ing out what to put into the .nfo files, it's fixed in the new rev that I am working on. The tagging of images is a different way to tag the movie, and great for non HD content. It's basically both options in one tool, the poster tagging works now, later the HD tagging of media will be in xbmc. That's one of the cool things about MIP, the cached posters make it very easy to reset posters, auto-pilot also does the same thing for entire collections or subsets. make sense? - fekker - 2009-01-20 dbone1026 Wrote:Well, that seemed to do part of the trick, thanks for that. I created that folder and now they are showing up. Question though, MIP still tells me that there are 0 TVShows (even though three are listed, Arrested Development, Chappell Show, and Supernatural) in that box right below. Also, it appears that MIP is not giving me options for each season, it is just listing the tv show. if they are video_ts, you need the build of MIP that I am working on, it's getting close to being completed. - fekker - 2009-01-20 th0r Wrote:Haven't had much success in getting MIP to identify my tv shows yet (I am waiting for custom regex support in MIP..which is being worked on AFAIK) th0r - grab the test version I posted a page or so back and give the custom regex a try, it's under the settings tab. Make sure you remove your config file, there's a ton of new items that it needs to run properly that are new to this version. Also, don't run auto-pilot in mixed mode (meaning with both files and folders, another new option in this build) Let me know if you need the expression for your media, (if so can you give me an example of your file names again, i know its in one of these posts, but it's eluding me) - th0r - 2009-01-20 Will do that now (and for the file name pattern, it's the enhancement request ticket in the SF.net tracker) - digitalhigh - 2009-01-20 @fekker - Can you add a scrollbar for the "Current Icon Fullsize" if the window dimensions are larger than the screen? Thataway you can see the entire poster when they're bigger than 768 pix... Edit: Also, possibly consider filtering the following folders by default when loading movies/shows: CD1 CD2 CD3 Subs Sample Not to ignore them, but to not see them as movies? I can filter them using the Name filter, but then I have no room to add the custom strings for (cam) and (TS). ![]() - fekker - 2009-01-20 th0r Wrote:Will do that now (and for the file name pattern, it's the enhancement request ticket in the SF.net tracker)Regex that will match your data Code: s(\d{1,2})_[-EeXx]([0-9]+) The test build will not work, I missed something in the season number check. I'll have a build posted later tonight that will work for you. |