Ok I think I might have found your problem.
Itried to replicate what you had...
so I created a folder structure with what you had:
created the following Folder
- Code: Select all
10000 BC
102 Dalmatians
12 rounds
17 again
2.13
2012 anything
3 Pigs & a Baby
300
88 Minutes
9
Put in a fake .avi with the same name has the folder in each, and I put the corresponding "folder.jpg" files
then Used ThumbGen v1.1.1 to generate the info and sheets, selecting
"Buhric - CoverTrickle - Parent Folder" as the "extra" template
Here's what I got:
For "10000 BC"

For "9"

I managed to replicate you problem with "3 Pigs & a Baby" and the issue ithe the "&"

Theres a bug in ThumbGen v1.1.1 (fixed in v 1.1.2) that duplicate the code for "&"
so the token "%TITLEPATH%" becomes "G:\New folder\3 Pigs
& a Baby"
wich my script never actualy finds it in the list so return the default 1st position which is "10000 BC"
But if you use ThumbGen v1.1.2 - this is what you get

But what I also noticed is that the order that I have for the thumbs are not the same has what you have in your picture....
the order im my sheet is:
- Code: Select all
10000 BC
102 Dalmatians
12 rounds
17 again
2.13
2012 anything
3 Pigs & a Baby
300
88 Minutes
9
your order is:
- Code: Select all
10000 BC
2.13
3 Pigs & a Baby
9
12 rounds
17 again
88 Minutes
102 Dalmatians
300
2012 anything
I also noticed that you are missing the middle and top black bars in your picture... did you removed them ?