jellyfin-server/MediaBrowser.Providers/Tmdb/Movies
Erik Rigtorp 8bd356ab20 Reduce number of TMDB lookups if filenames have punctuation chars
Previosly TMDB would be queried with the raw name and always fail,
then retry with the cleaned name. Now non-word chars are always
cleaned out first.

If first query fails, retry with more aggressive cleaning.
2020-05-07 15:47:59 -07:00
..
GenericTmdbMovieInfo.cs Fix warnings 2020-01-31 22:26:53 +01:00
TmdbImageProvider.cs Fix warnings 2020-01-31 22:26:53 +01:00
TmdbMovieExternalId.cs Fix style issues 2019-08-18 14:50:26 +02:00
TmdbMovieProvider.cs Minor improvements 2020-02-23 10:53:51 +01:00
TmdbSearch.cs Reduce number of TMDB lookups if filenames have punctuation chars 2020-05-07 15:47:59 -07:00
TmdbSettings.cs Move and rename tmdb providers for better separation 2019-08-18 14:50:26 +02:00