JiveTalker Wrote:Sorry to keep distracting you, you're doing great work!
In an ideal world for each movie I would like to store 4 images in each movie folder:
poster
wideicon
box
fanart
These could be stored as:
movietitle-poster.jpg
movietitle-wideicon.jpg
movietitle-box.jpg
movietitle-fanart.jpg
With the current version of XBMC only supporting fanart plus 2 other images (ie movietitle.tbn and folder.jpg, which could be different but are currently the same in MIP) then MIP could allow the user to select 4 images (as above) and then chose which 2 image types to duplicate in movietitle.tbn and folder.jpg.
If XBMC was ever expanded to allow the use of all 4 images types (a very good idea in my personal opinion) then each MIP user would already have all of their collection organised and it would be very easy to create a button on MIP that renamed/duplicated/deleted such that the entire collection conformed to the new standard and no image files were duplicated unnecessarily.
I'm not sure how the tv episode images work, I'm looking forward to having a play with that soon! :-)
Does anyone know where I can find details of the folder structure and naming standards that I would need to use to process my tv shows? I'd quite like to get started on that in preparation for when Fekker adds the tv function shortly.
I'm guessing that it would be something like this:
\Tv Shows\Heroes
\Tv Shows\Heroes\Season 1
\Tv Shows\Heroes\Season 1\Heroes S01E01xxxxxxx.avi
\Tv Shows\Heroes\Season 1\Heroes S01E02xxxxxxx.avi
where xxxxxxxx is random text including possibly source type, ripper etc.
Would other variations of the season and episode number format also work? Presumable it wouldn't matter whether things were in the correct case?
Is there an image library somewhere that has screen shots from each episode of popular tv series of recent years?
Since all the icons are cached, any changes to the supported platforms allowable images only requires the application to be updated. Granted the icons and fanart and posters will take up some room on the drive, but since it's geared for movie collections, even with 11,000 movies worth of data, the space is similar to just 1 stored dvd quality movie. With that in mind, add a feature request and I can see about getting that in after the first major revision is done.
Your tvshow folder structure is perfect. There will be details about what's required for MIP to scan in tvshows when I have the feature finished up.
Here's the short list
Root Folder - Name of TVShow
Must have at least 1 sub folder with the episodes in it
I recommend one per season with the season number, i.e. Season 1, Season 2, etc.. for those with only 1 season, "All" seems logical. The names don't matter in the current revision of code but I may require them later, just that no show files are in the root folder. This is different then XBMC's requirement, but allows for expansion of content, images, fanart, etc.
The tv data is pulled from
http://www.thetvdb.com/ .. if you look on this page, you can see an example of the show image..
http://www.thetvdb.com/?tab=episode&seri...2179&lid=7
For the first version, tvshows content will be editable, fanart will be selectable, posters selectable, and anything that thetvdb.com has. Mediaicons.org icons will be added later.