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
Possible to get different Episode Thumbnail for a iso with Series?
soder
Posting Freak Joined: Feb 2008 Reputation: 1 Location: Sweden |
2008-11-10 10:54
Post: #1
|
| find quote |
spiff
Grumpy Bastard Developer Joined: Nov 2003 Reputation: 82 |
2008-11-10 15:13
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
Posting Freak Joined: Feb 2008 Reputation: 1 Location: Sweden |
2008-11-10 18:32
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
Team-XBMC Member Posts: 1,547 Joined: Jul 2007 Reputation: 26 |
2008-11-10 19:19
Post: #4
soder Wrote:What do you mean with "special case it" ? 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
Senior Member Posts: 197 Joined: Nov 2008 Reputation: 0 |
2008-11-10 22:23
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
Grumpy Bastard Developer Joined: Nov 2003 Reputation: 82 |
2008-11-10 22:50
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
Junior Member Posts: 1 Joined: Oct 2008 Reputation: 0 |
2008-11-26 13:40
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 |

Search
Help