You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello, I am trying to add TV shows to the library. For example, the name of the show is "The name of the show S01E05". Unfortunately, the shows are not added even though an ID is included.
The whole thing should be processed somewhere in one of the files under "Addons\script.library.integration.tool\resources\lib\items".
In the "episode.py" I saw that this is checked with the following "re.match('.[0-9]x[0-9].|.[Ss][0-9].[Ee][0-9].*', self.clean_title):".
What do I need to change to make this work?
The text was updated successfully, but these errors were encountered:
Hello, I am trying to add TV shows to the library. For example, the name of the show is "The name of the show S01E05". Unfortunately, the shows are not added even though an ID is included.
The whole thing should be processed somewhere in one of the files under "Addons\script.library.integration.tool\resources\lib\items".
In the "episode.py" I saw that this is checked with the following "re.match('.[0-9]x[0-9].|.[Ss][0-9].[Ee][0-9].*', self.clean_title):".
What do I need to change to make this work?
The text was updated successfully, but these errors were encountered: