Posts: 1,136
Joined: Jan 2010
Reputation:
23
I think that kind of request sort of fits into other TV series requested enhancements, such as the request to pull banners, clearart, etc, that are used in many XBMC skins but that Ember doesn't currently download.
Posts: 23
Joined: Jan 2013
Reputation:
0
Dan, thanks for adding movie-poster.jpg.
I reloaded all my movies after getting 1.3.9, the check-mark for posters is checked but no poster image shows. Anything I have to do to load it if I already have them in the movie folders? If I re-scrape it, that movie will show the poster, but not ones that were already added.
Also, when I leave the program and go back in, all the check-marks are gone from poster and I have to reload all my movies for the check-mark to come back but no poster shows.
I don't really have an issue about it, just wanted to let you know.
Thanks for all the work!
Posts: 39
Joined: Nov 2012
Reputation:
2
I'm still a little confused, or have some concerns, with the frodo recommendations for nfo/jpg when dealing with movies (NOT tv shows). In my opinion the "NOTE: movies in folders can also use the options under files below" on the frodo wiki is either not accurate or there is a bug.
From my tests, <movie>-fanart.jpg isn't valid when in a disc root (i.e. In \\<movie>\ for a \\<movie>\VIDEO_TS\ structure). I'm guessing poster has the same problem, <movie>.nfo does seem to work.
Unless frodo is going to fix this, it seems like movie.nfo, fanart.jpg, and poster.jpg should be the Frodo movie defaults unless there are multiple movies in a folder (so the "Use <movie> only for folders with multiple movies" option would be checked too, and things might need modified to apply to nfo and jpg if they don't already).
Coming from a popcornhour and yamj I always favor <movie> so the files aren't the same name, but this would NOT work for me with Frodo and BDMV blu-ray structures, so I had to switch to movie/fanart/poster.
Posts: 45
Joined: Jun 2011
Reputation:
0
Hyram
Junior Member
Posts: 45
Man, the last time I fired up EMM it was a struggle and a half to get things even close to behaving! Thanks for the herculean effort, Dan!
A couple of things I'd like to see:
- When EMM asks the user for a choice when it isn't sure what to choose, is there a way to not show 'Popular titles' options?
- I'd like an "auto opt-out" option on the scraper -- meaning, if a non-forced scrape is in progress, instead of asking the user it merely skips that movie or show as unresolved and continue onto the next. This way I can leave it for a multi-hour chug-session and then work through all the ones it wasn't sure of manually at a later time. (On a related note, to avoid a repeat of a 'stuck' scrape if a remote server has difficulties, the scrape should have an auto time-out, cancelling that item's scrape and moving to the next.)
And a question:
What are "No stack extensions"?
Posts: 39
Joined: Nov 2012
Reputation:
2
The code I added works for placing the filenames specified in settings in the proper parent folder (when VideoTSParent is true). It does not override those filenames because we don't know the media system that the user is using.
I don't think we want to hard code filenames for VIDEO_TS and BDMV structures, so it would have to become an option.
Before we create an option though I think we need more input from people as to if there is any reason why we shouldn't default frodo to movie.nfo, fanart.jpg, and poster.jpg (for movies). Can anyone think of a reason why we wouldn't do this?
Also, I'll try and find some time to see if anyone's reported this bug to the XBMC developers. It seems like a bug to me at least, or the wiki needs updated to state that disc structures only allow movie/fanart/poster to avoid confusion.
Posts: 708
Joined: Feb 2009
Reputation:
144
If I have the following stacking setup:
Star Wars
|__ Star Wars.cd1.avi
|__ Star Wars.cd2.avi
|__ Star Wars.nfo
|__ Star Wars-poster.jpg
|__ Star Wars-fanart.jpg
then EMM doesn't detect the presence of the .nfo, poster, or fanart (but XBMC does).
Is there a config option I need to setup in EMM to handing this stacking convention?