Possible to get different Episode Thumbnail for a iso with Series?

  Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Post Reply
soder Offline
Posting Freak
Posts: 1,288
Joined: Feb 2008
Reputation: 1
Location: Sweden
Post: #1
If I got a DVD-iso with for exampel 6 episodes, I can rename the iso to contain s1e1e2e3e4e5e6, and it matches to thetvdb and get info for all episodes. BUT all episode gets the Thumbnail for the first episode?

Can this be done in a automatic way? The right Thumbnail for right episode?

Please move this thread if its in completly wrong place?

/Söder
find quote
spiff Offline
Grumpy Bastard Developer
Posts: 12,234
Joined: Nov 2003
Reputation: 82
Post: #2
it is the correct spot. this is kinda a design flaw, since we cache ep thumbs based on filenames (to get them to show in file mode as well). only way to handle it would be to special case it

Always read the XBMC online-manual, FAQ and search the forum before posting.
Do not e-mail XBMC-Team members directly asking for support. Read/follow the forum rules.
For troubleshooting and bug reporting please make sure you read this first.
find quote
soder Offline
Posting Freak
Posts: 1,288
Joined: Feb 2008
Reputation: 1
Location: Sweden
Post: #3
spiff Wrote:it is the correct spot. this is kinda a design flaw, since we cache ep thumbs based on filenames (to get them to show in file mode as well). only way to handle it would be to special case it

What do you mean with "special case it" ?

/Söder
find quote
gabbott Offline
Team-XBMC Member
Posts: 1,547
Joined: Jul 2007
Reputation: 26
Post: #4
soder Wrote:What do you mean with "special case it" ?

/Söder

Because the way xbmc handles thumbnails its one per file. In your case you are trying to get multiple thumbnails for one file. At least that is the way I understand how thumbnails work.
find quote
slippy Offline
Senior Member
Posts: 197
Joined: Nov 2008
Reputation: 0
Post: #5
I don't think this is possible! You can really only have each episode being 1 unique file thus giving the correct thumbnail for each episode. I am sure a developer could tell you more about this.
find quote
spiff Offline
Grumpy Bastard Developer
Posts: 12,234
Joined: Nov 2003
Reputation: 82
Post: #6
special case it = handle it explicitly in the code, i.e. have a "special case" for it in the code

Always read the XBMC online-manual, FAQ and search the forum before posting.
Do not e-mail XBMC-Team members directly asking for support. Read/follow the forum rules.
For troubleshooting and bug reporting please make sure you read this first.
find quote
hyper Offline
Junior Member
Posts: 1
Joined: Oct 2008
Reputation: 0
Post: #7
I would agree with it being a design flaw.

The episode names are linked to the file, why not link the thumbs to the episode names rather than the filename (after all they are related to the epsiode)?

It is far more logical to do this and sensible from a design standing.

This is probably the only thing which bugs be about XBMC.
find quote