Scraping a filename like this Blade.Trinity.2004.{edition-Unrated}.1080p.mkv, will result in a movie in the library without any information (actors, description etc).
Removing those two specific characters "{" and "}" from the filename, it works as expected with a fully populated movie in the library.
I'm guessing it's because "{" and "}" are used for special identifiers as per https://kodi.wiki/view/Add-on:The_Movie_Database_Python#Filename_identifiers
System information:
LibreELEC 12.0.1
Kodi 21-1-Omega
The Movie Database Python 3.0.1
Scraping a filename like this Blade.Trinity.2004.{edition-Unrated}.1080p.mkv, will result in a movie in the library without any information (actors, description etc).
Removing those two specific characters "{" and "}" from the filename, it works as expected with a fully populated movie in the library.
I'm guessing it's because "{" and "}" are used for special identifiers as per https://kodi.wiki/view/Add-on:The_Movie_Database_Python#Filename_identifiers
System information:
LibreELEC 12.0.1
Kodi 21-1-Omega
The Movie Database Python 3.0.1