I want to add "Gilmore Girls (2000)"'s "Special Season" to Kodi:
Gilmore Girls (2000)
├── Season 01
│ ├── Gilmore Girls S01E01.(704).mkv
│ ├── Gilmore Girls S01E02.(704).mkv
│ └── ...
├── Season 02
│ ├── Gilmore Girls S02E01.(710).mkv
│ └── ...
├── Season 03
├── ...
├── Specials
│ ├── Gilmore Girls S00E01.(512).mp4
│ ├── Gilmore Girls S00E02.(704).mkv
│ ├── Gilmore Girls S00E03.(704).mkv
│ ├── Gilmore Girls S00E04.(712).mkv
│ ├── Gilmore Girls S00E05.(706).mkv
│ └── ...
└── TMDB-ID_4586_Gilmore_Girls.nfo
=> when scraping with default "TMDB TV show scraper", all seasons' 0 episode-infos are derived from S00E01 "Unaired Pilot" (what is the correct name for S00E01), though unique episode-names exist for all other specials' episodes at TMDB.
In this example I refer to S00E02 "Welcome to the Gilmore Girls" - but the problem exists for all other episodes as well:
https://www.themoviedb.org/tv/4586
https://www.themoviedb.org/tv/4586/season/0
https://www.themoviedb.org/tv/4586/season/0/episode/2
I also tried with the following NFO-files "Gilmore Girls S00E02.(704).nfo" in the "Specials"-folder:
https://www.themoviedb.org/tv/4586/season/0/episode/2
and
<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
<episodedetails>
<season>0</season>
<episode>2</episode>
<id>331251</id>
<uniqueid type="tmdb" default="true">331251</uniqueid>
</episodedetails>
https://www.themoviedb.org/tv/4586/season/0/episode/2
=> no success, S00E02 is always called "Unaired Pilot"
___
I am using a shared MySQL-setup ...
___
kodi.log (searching for "Unaired Pilot" shows more hits than expected - "Welcome to the Gilmore Girls" is only found once)
Gilmore Girls (2000)
├── Season 01
│ ├── Gilmore Girls S01E01.(704).mkv
│ ├── Gilmore Girls S01E02.(704).mkv
│ └── ...
├── Season 02
│ ├── Gilmore Girls S02E01.(710).mkv
│ └── ...
├── Season 03
├── ...
├── Specials
│ ├── Gilmore Girls S00E01.(512).mp4
│ ├── Gilmore Girls S00E02.(704).mkv
│ ├── Gilmore Girls S00E03.(704).mkv
│ ├── Gilmore Girls S00E04.(712).mkv
│ ├── Gilmore Girls S00E05.(706).mkv
│ └── ...
└── TMDB-ID_4586_Gilmore_Girls.nfo
=> when scraping with default "TMDB TV show scraper", all seasons' 0 episode-infos are derived from S00E01 "Unaired Pilot" (what is the correct name for S00E01), though unique episode-names exist for all other specials' episodes at TMDB.
In this example I refer to S00E02 "Welcome to the Gilmore Girls" - but the problem exists for all other episodes as well:
https://www.themoviedb.org/tv/4586
https://www.themoviedb.org/tv/4586/season/0
https://www.themoviedb.org/tv/4586/season/0/episode/2
I also tried with the following NFO-files "Gilmore Girls S00E02.(704).nfo" in the "Specials"-folder:
https://www.themoviedb.org/tv/4586/season/0/episode/2
and
<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
<episodedetails>
<season>0</season>
<episode>2</episode>
<id>331251</id>
<uniqueid type="tmdb" default="true">331251</uniqueid>
</episodedetails>
https://www.themoviedb.org/tv/4586/season/0/episode/2
=> no success, S00E02 is always called "Unaired Pilot"
___
I am using a shared MySQL-setup ...
___
kodi.log (searching for "Unaired Pilot" shows more hits than expected - "Welcome to the Gilmore Girls" is only found once)