2024-09-12, 06:04 PM
(This post was last modified: 2024-09-12, 06:23 PM by theguymadmax. Edited 4 times in total.)
(2024-09-12, 05:42 PM)enesha Wrote: Direct to theguymadmax, Hello sir I saw your message. Episodes are ok to have spaces, but movies are not?Spaces are fine for both. That example was taken directly from the documentation, but from the multiple version section which had it written that way. Generally, movies are more forgiving with naming conventions than TV shows.
Generally for movies:
The Best Movie (2004)
----- The Best Movie – any extra info.ext
For Multiple versions:
The Best Movie (2004)
----- The Best Movie (2004) – version 1.ext
----- The Best Movie (2004) – version 2.ext
Quote:Would these naming convention issues be the source of some of the crazy errors in the log? I had half considered, just to get things clean, a wipe and fresh install, but then I'd lose all watched data etc. Blargh
Yes! For example:
Code:
[2024-09-12 00:25:50.035 -04:00] [INF] Starting "/usr/lib/jellyfin-ffmpeg/ffprobe" with args "-analyzeduration 200M -probesize 1G -i file:\"/mnt/MainServer6/Media/British TV/My Family/Season 06/My Family, Series 6, 05 An Embarrassment Of Susans 720p.mkv\" -threads 0 -v warning -print_format json -show_streams -show_chapters -show_format"
[2024-09-12 00:25:50.144 -04:00] [ERR] Episode S06Enull not found for series 0:"My Family, Series 6, 05 An Embarrassment Of Susans"
[2024-09-12 00:25:50.144 -04:00] [ERR] Error in "TheMovieDb"
System.FormatException: The input string '643-my-family' was not in a correct format.
at System.Number.ThrowFormatException[TChar](ReadOnlySpan`1 value)
at System.Int32.Parse(String s, NumberStyles style, IFormatProvider provider)
at MediaBrowser.Providers.Plugins.Tmdb.TV.TmdbEpisodeProvider.GetMetadata(EpisodeInfo info, CancellationToken cancellationToken)
at MediaBrowser.Providers.Manager.MetadataService`2.ExecuteRemoteProviders(MetadataResult`1 temp, String logName, Boolean replaceData, TIdType id, IEnumerable`1 providers, CancellationToken cancellationToken)