Posts: 1,163
Joined: May 2008
Reputation:
7
Waffa
Posting Freak
Posts: 1,163
Yeah very cool !!!
Thx spiff
Posts: 12,706
Joined: Nov 2003
Reputation:
129
spiff
Team-Kodi Member
Posts: 12,706
before this gets settled; is my way of storing it acceptable or do you have a better convention to suggest? i chose to keep them out of the main folder for tidyness and the folder name to have them hidden in *nix.
Posts: 12,706
Joined: Nov 2003
Reputation:
129
spiff
Team-Kodi Member
Posts: 12,706
possible, but not what i had in mind. the extra code complexity is not worth it imo. the thumbs take next to none space compared to the real media.
complexity means identifying that folder (we have multipaths and whatnot). current storage scheme means it's dead simple to find the folder
Posts: 1,545
Joined: Oct 2008
Reputation:
31
fekker
Posting Freak
Posts: 1,545
2009-08-13, 18:38
(This post was last modified: 2009-08-13, 18:41 by fekker.)
i like the way you have it, no change needed, will work for shows and movies with just a few checks and allows more granular actor info
I'm thinking along the lines that movie from 20 years ago, shouldn't really have the actor image from today with it. (which a central image store would have)
Posts: 824
Joined: Jun 2005
Reputation:
6
ok, then i think your solution is fine, as there's not many ways where to store them, if it's supposed to be inside folder with media.
It's just I would prefer not having one visible subfolder for every movie/episode. Anyway your setup is better in fact that if you delete a movie, you delete all associated thumbs, with my idea it would leave you with few "dead" thumbs.
Posts: 12,706
Joined: Nov 2003
Reputation:
129
spiff
Team-Kodi Member
Posts: 12,706
currently we only support on thumb per actor, and as such, storing along with the media has no gains in those regards. but we have the flexibility to add if we see fit
Posts: 240
Joined: May 2008
Reputation:
0
is it based on name alone? i'm just wondering because thetvdb.com has images for actors based on each show, with the actors dressed in character. so if it's based on name alone, you could have an image from a totally different show for an actor. if possible, it'd be better if it was based on movie/tvshow and name.
Posts: 727
Joined: Oct 2007
Reputation:
17
Hi spiff, I was wondering if it is possible yet to allow the <thumb> tag for an actor to contain a network path for the thumb? The only reason I would prefer this is that it would allow single or multiple images for the same actor (MC for example uses actorid from imdb, or Numeric ID for images from TVDB. This not only allows multiple thumbs for each actor if needed aka tvdb, but also to select a higher quality image, some of the default imdb actor images are awful.
The biggest advantage is that for most instances each thumb would only need to be stored once (Twice if you include xbmc)
eg.
<actor>
<name>Charlize Theron</name>
<role>Mary Embrey</role>
<thumb>smb://HomeNAS/public/Actors/34/nm0000234.jpg</thumb>
</actor>