Ok, first off, 018 is in the first post. It addresses most of the feature requests/bug reports so far. Still have some work to do though.
olympia Wrote:WOW!
The 017 is the first version started to work @me ![Cool Cool](https://forum.kodi.tv/images/smilies/cool.png)
Some comments:
- Personally I would like more if in the layout of the info tab, the plot would be included in the "middle view". I think you could change it with IMDB ID, Certifications, File Path, Plot outline which would be enough to display on the full info tab. This is just something to consider.
- Downloading posters and fanarts is very slow for some reason comparing to MC, and also there are far more less hit.
- what is the difference between "release date" and "year" on the edit details?
- Would be great to popup windows during/ after scraping to choose poster and fanart (I only tried the individual movie scraping yet, so I don't know how it is working with auto-pilot
I think it's enough for now ![Smile Smile](https://forum.kodi.tv/images/smilies/smile.png)
1> I figured most people wouldn't want to see the plot if the movie just happens to be one they hadn't watched yet. That's why I put it at the bottom. If more people want it moved up, then I have no problem with that.
2> Can't really do anything about that. I did some work to the poster downloading in 018 to only download the posters marked as "mid" from TMDB, then you select which size you want. However, IMPA doesn't mark the sizes of their images so it doesn't work for them. And I didn't do it for Fanart because of the "Select movies to add to \extrathumbs" thingy... wasn't sure if people would want different sizes for that. If not, then I can just have it always download the largest available.
3> Just what I pulled from IMDB. *shrug* lol The year is pulled from the ()'s in the title and the release date is pulled from "Release date:" I'm not sure if they'll ever be different (movie made in one year, but released in another) so I just threw them both in.
4> It already does that for the "Ask" modes.
![Wink Wink](https://forum.kodi.tv/images/smilies/wink.png)
In Auto modes, it tries to find the best match for whatever you selected in the settings for your preferred image sizes.
olympia Wrote:Well, I think the key is:
http://www.movieposterdb.com
I think you should definetly include this one ![Smile Smile](https://forum.kodi.tv/images/smilies/smile.png)
I thought mpdb was a paid service, no? If not, I'll add it.
sumofatguy Wrote:17 works well for me, except for some reason full-auto update doesn't do anything (no log either), but update only-auto works. Not quite sure why this is, but using this mode it gave me fanart.jpg, movie.nfo and movie.tbn. Thats awesome! It's coming along nicely, works well and scrapes fast! I'm liking it... I think its about time to release it to my whole movie collection and have it clean the folders as well ![Eek Eek](https://forum.kodi.tv/images/smilies/eek4wd.gif)
edit: ran it on a network folder, and it loaded the movies fine, but failed to clean the folders (auto-pilot:clean folders - folder.jpg, <movie>.tbn, <movie>-fanart.jpg and <movie>.nfo)
I ran it on a mapped network drive if that makes any difference, and this is the error I got:
Should all be fixed (with improvements) in 018. Let me know!
AnalogKid Wrote:This is the neatest manager I've come across yet.... its tidy and fast and does what it says on the tin!! superb.
I'm still playing with it, but a couple of comments so far:
1) would be nice to have a checkbox column for 'subtitles'
2) might be nice to have checkbox columns user specified files
3) it's not at all clear when a 'save' is happening... I think an explicit 'save button' after an edit is more reassuring (and less fearful that if you screw up, the app hasn't already saved it!)
4) might be nice to see all the 'active' artwork for a movie (fanart, poster etc)
5) not sure if there are 'glitches' in the handling of stacked movies... need to check this for sure
I must again say "SUPERB". It truly is. No criticism of the other efforts, but as you say some seem to have grown and grown and become difficult to manage. A rewrite is usually twice as simple, half the size, and twice as manageable.
Thank you very much for the compliments and suggestions.
1/2> I'll add custom file listings to the To Do list
3> Save only happens when you hit "OK" in the Edit Movie dialog or during any of the scrapers. Should I rename "OK" to "Save"?
4> I'm not exactly sure what you mean by this. It already does display the poster and fanart for the selected movie.
5> Me either. LOL
sumofatguy Wrote:After using it a bit for my whole movie collection, I really like how simple and quick it is to use. I do have a few comments though thus far which may already be in the works, but I just thought I would mention them:
1. Ignore the folder $RECYCLE.BIN
2. Maybe have the location of the selected movie displayed in the bottom status bar (ie h:\HD\movie)
3. Auto-rescan when, for instance, a movie is missing fanart and you add it manually
4. Have a 'recently added' checkbox above/below the list of movies for easy changes to new movies
Other than those for now, its working wonderfully for me! Good work
Thanks!
1> Done (and more) in 018
2> Done in 018
3> Done in 018
4> How would it know what has been recently added? I could keep a db of all the movies... but that just adds to the overhead. If you want to know which ones don't have nfos, just sort by the "Info" column in the media list.
AnalogKid Wrote:Ok, the issue with stacked movies is that <moviename> - CDx causes the app to assume there's no nfo, and no poster, although it does find fanart... strange!
In such a circumstance, the nfo will be <moviename>.nfo without the ' - CDx' part.
I think if you can omit the '-CDx' or ' - CDx' it'll work fine. You might have to check for all variants of stacking formats, but I think those two are the most common.
Another minor point... if you've downloaded an NFO for a file, or artwork etc via the app, then it might be worth updating the checkbox to show that it now exists (otherwise, you have to do a rescan to update the indicators correctly)
And finally (for the moment), it looks like you're using case sensitive string matching to see if NFO's and tbn's exist etc... I'd recommended insensitive matching, but I can see this might be deliberate too...
Ok... I don't have any multi-part movies, so I've never had to deal with this... just to make sure I understand, in both file mode and folder mode they'll be something like this:
<filename>-CD1.avi
<filename>-CD2.avi
<filename>.nfo/.tbn/-fanart.jpg
Is that correct? Would there ever be a situation in folder mode where each avi is in a separate folder like this:
Movies\
- MovieTitle\
- - MovieTitle-CD1\
- - - <filename>-CD1.avi
- - MovieTitle-CD2\
- - - <filename>-CD2.avi
- - <filename>.nfo/.tbn/-fanart.jpg
If so... do the extra files use the filename of the movie or the movie title from the folder? I guess I'll have to do some reading in the Wiki to see all the supported structures and file names. lol
AnalogKid Wrote:You did WANT feedback right? ;-)
lol Yes, the more the better!