xbmc / metadata.themoviedb.org.python

Other
44 stars 40 forks source link

Request to handle TMDB ID´s in file names #179

Closed Spoon3er closed 4 months ago

Spoon3er commented 1 year ago

It would be great to be able to parse the TMDB ID in the file name. As it is for now the search function is tmdb/12345, which you cant name a file with, because of the "/".

As it is only one line of code i made a pull request. Don´t know if this will be an issue somewhere else, but for me it is working.

rmrector commented 4 months ago

implemented in #205