jellyfin-server/MediaBrowser.Providers/Tmdb
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
..
BoxSets Replace ILogger with ILogger<T> wherever possible 2020-03-03 23:07:10 +01:00
Models Remove unused usings 2020-03-24 16:12:06 +01:00
Movies Reduce number of TMDB lookups if filenames have punctuation chars 2020-05-07 15:47:59 -07:00
Music Fix warnings 2020-01-31 22:26:53 +01:00
People Replace ILogger with ILogger<T> wherever possible 2020-03-03 23:07:10 +01:00
Trailers Fix warnings 2020-01-31 22:26:53 +01:00
TV Replace ILogger with ILogger<T> wherever possible 2020-03-03 23:07:10 +01:00
TmdbUtils.cs Fix style issues 2019-08-18 14:50:26 +02:00