jellyfin/MediaBrowser.Providers/MediaInfo
Jan Müller 66ff724acf Fix the probing of m4a metadata
The composer is not set in some of my m4a files. For some reason
TagLibSharp returns the composer as an empty string in this case. This
causes an exception in PeopleHelper.AddPerson, and thus probing fails.

IMHO we can simply ignore empty values.

Fixes: #10061
2023-07-31 22:19:06 +02:00
..
AudioFileProber.cs Fix the probing of m4a metadata 2023-07-31 22:19:06 +02:00
AudioImageProvider.cs Query MediaSourceManager directly in image providers 2021-11-18 15:11:50 +01:00
AudioResolver.cs Merge pull request #7988 from jellyfin/external-streams-exceptions 2022-06-29 01:26:38 -04:00
EmbeddedImageProvider.cs Fix all warnings in MediaBrowser.Providers 2023-01-11 10:36:18 +01:00
FFProbeVideoInfo.cs Add config option to disable dummy chapter generation (#9410) 2023-03-14 16:20:12 -06:00
MediaInfoResolver.cs Replace != null with is not null 2022-12-05 15:01:13 +01:00
ProbeProvider.cs Audio normalization (#9222) 2023-05-15 13:12:24 +02:00
SubtitleDownloader.cs Replace != null with is not null 2022-12-05 15:01:13 +01:00
SubtitleResolver.cs Merge pull request #7988 from jellyfin/external-streams-exceptions 2022-06-29 01:26:38 -04:00
SubtitleScheduledTask.cs Replace == null with is null 2022-12-05 15:00:20 +01:00
VideoImageProvider.cs Replace == null with is null 2022-12-05 15:00:20 +01:00