AnalogKid Wrote:Folder structure is:
Movies
-- 8 Mile (2002)
---- 8 Mile (2002).avi
---- 8 Mile (2002).nfo
---- 8 Mile (2002).tbn
---- fanart.jpg
---- poster.jpg
EMM manages to scan all correctly, and displays the correct checkboxes for Media, Poster, Fanart and Info
In the movie details pain (image wise)... I see only the tbn/poster
I have no error log, no errors exist.
Fanart is 1920x1080 (240K)
Scraper settings are all disabled except for "Use Studio Tags"
Total number of movies is 2000+, I thought this might be a resource problem, but it's not... I set up a small test folder, same issue on all movies
I see the problem... you're using a mix of <movie>.ext and movie.ext. The way I have it coded, it's either one or the other. On first load, it checks for both, but during program usage, it uses one or the other. Right now, it appears you have it set for <movie>.ext so it picks ups the media, poster and nfo. If you set it for movie.ext it would only pick up the fanart (I'll have support for jpg extension on posters in the next version).
I'll try to come up with something to load a mix, but to keep things clean/simplistic, I'll probably only support saving to one or the other.
AnalogKid Wrote:By explicit save... I mean that if I choose 'rescrape IMDB'... the downloaded NFO is automatically saved without my say so. I can live with this, just think it's questionable... would be nice to ask the user if they really want to save it.
Gotcha... I'll try to come up with something.
EDIT: How about I just load the Edit Movie dialog with the scraped results... then you can edit them however you like, too. If you hit OK it saves.... hit cancel, it's back to the old data?
AnalogKid Wrote:Another issue... if you sort on the 'Name' column (reverse alphabetical)... the list index seems to get confused and points to the wrong movie data. I might NOT be the index... but some other bug, but regardless, it can show the wrong movie data.... this isn't JUST after changing the sort... it's whenever I select the first item in the list... it gives me the wrong movie
Didn't notice that one. I'll check it out. Probably happened when I introduced using up/down keys to navigate the list.
AnalogKid Wrote:I'd also stop the check box columns from being resizeable (it's ok for Name though), and disable the television and music tabs (keep visible, but grey out for the moment)
lol They're not supposed to be resizable, aside from the name column. What did I doooo
Fobmyxeer Wrote:I ended up chaning the folder and movie name and that made it work. The path was valid and I saw the .nfo file. It was the only movie I had a scraper problem with so far.
That's strange. I'll emulate the folder structure and see if I can figure out what happened. Thanks for letting me know.
midgetspy Wrote:OK I just switched from 18 to 22 and it's going a lot smoother. The fanart/thumb are now being copied out of my Temp folder and to the movie folder but the extrathumbs dir still just disappears. It is created in the Temp folder and the images are placed there but then when I click OK in EMM22 it just goes away and never gets moved to the movie's folder. No errors in the log.
Gah... I forgot to account for the extrathumbs when I re-wrote the saving code for posters/fanart. Sorry about that. I'll fix that for the next version.
midgetspy Wrote:Also I would still like to see the resolution in the selection dialog for posters. Having them displayed as they are now saves me from opening them up in the GIMP but still mean I have to select them then go back and forth to find the highest res one.
WRT having some of them labeled and some of them not, you just need some kind of indication that multiple sizes are available for those posters. So every poster would either have dimensions or else indicate that multiple dimensions are available.
Ok, good idea. I'll put the labels back on them and just have "(Multiple)" for the ones that have multiple sizes available. Again, just to be clear, I can't display the sizes of the ones from TMDB because it's not downloading them until after you select the size you want and hit OK.