(2020-02-28, 20:18)Karellen Wrote: @grrr
Can you provide an example? Maybe a link to the episodes? Also a show us how you have named the tv show and the episodes.
There are plenty of examples of where episodes are aired back to back and they are never confused in Kodi
Hi,
For example:
$ find ./UEFA\ Champions\ League/
./UEFA Champions League/
./UEFA Champions League/Futball - Atalanta BC vs. Valencia CF 2020.02.19. 1080i.mkv
./UEFA Champions League/Futball - Tottenham Hotspur FC vs. RB Leipzig 2020.02.19. 1080i.mkv
Kodi extracts meta-data from 'Futball - Atalanta BC vs. Valencia CF 2020.02.19. 1080i.mkv' properly but for file 'Futball - Tottenham Hotspur FC vs. RB Leipzig 2020.02.19. 1080i.mkv' the title 'Atalanata vs Valencia' is assigned too as it has the same air date(?).
I'm using thesports.db addon which is working ok from scraping point of view (i.e. all extra information, fanarts, 'actor' details etc are correctly identified for the Atalanta-Valencia game) but i do see, as mentioned before, in the database that for the files the corresponding episode record indeed has the exact same title, thus it is not a scraper problem imho.
In table episode:
idEpisode │ idFile │ c00 │ c01 │ c02 │ c03 │ c04 │ c05 │
9 │ 32 │ Atalanta vs Valencia │ │ │ 13 │ │ 2020-02-19 │
10 │ 33 │ Atalanta vs Valencia │ │ │ 14 │ │ 2020-02-19 │
In table files:
idFile │ idPath │ strFilename
32 │ 8 │ Futball - BL - Atalanta BC vs. Valencia CF 2020.02.19. 1080i.mkv
33 │ 8 │ Futball - BL - Tottenham Hotspur FC vs. RB Leipzig 2020.02.19. 1080i.mkv
Hope it explains the problem.