@ -6,10 +6,12 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
@@ -6,10 +6,12 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
## [Unreleased]
### Added
- Use `plot` field from Other Video NFO metadata as XMLTV description
- Add detailed warning log when a file is added to ErsatzTV more than once
### Fixed
- Fix updating (re-adding) Trakt lists to properly use new metadata ids that were not present when originally added
- Fix local show library scanning with non-english season folder names, e.g. `Staffel 02`
- Fix bug where local libraries would merge with media server libraries when the same file was added to both libraries
@ -178,6 +185,11 @@ public class EmbyMovieRepository : IEmbyMovieRepository
@@ -178,6 +185,11 @@ public class EmbyMovieRepository : IEmbyMovieRepository
@ -801,6 +809,11 @@ public class EmbyTelevisionRepository : IEmbyTelevisionRepository
@@ -801,6 +809,11 @@ public class EmbyTelevisionRepository : IEmbyTelevisionRepository
@ -359,6 +367,11 @@ public class JellyfinMovieRepository : IJellyfinMovieRepository
@@ -359,6 +367,11 @@ public class JellyfinMovieRepository : IJellyfinMovieRepository
@ -804,6 +812,11 @@ public class JellyfinTelevisionRepository : IJellyfinTelevisionRepository
@@ -804,6 +812,11 @@ public class JellyfinTelevisionRepository : IJellyfinTelevisionRepository
@ -103,6 +105,7 @@ public class MediaItemRepository : IMediaItemRepository
@@ -103,6 +105,7 @@ public class MediaItemRepository : IMediaItemRepository
mediaItem.State=MediaItemState.Normal;
returnawaitdbContext.Connection.ExecuteAsync(
@"UPDATE MediaItem SET State = 0 WHERE Id = @Id",
new{mediaItem.Id}).ToUnit();
}
@ -121,6 +124,54 @@ public class MediaItemRepository : IMediaItemRepository
@@ -121,6 +124,54 @@ public class MediaItemRepository : IMediaItemRepository
@ -178,6 +185,11 @@ public class PlexMovieRepository : IPlexMovieRepository
@@ -178,6 +185,11 @@ public class PlexMovieRepository : IPlexMovieRepository
@ -425,16 +426,16 @@ public class PlexTelevisionRepository : IPlexTelevisionRepository
@@ -425,16 +426,16 @@ public class PlexTelevisionRepository : IPlexTelevisionRepository
@ -325,6 +332,7 @@ public class TelevisionRepository : ITelevisionRepository
@@ -325,6 +332,7 @@ public class TelevisionRepository : ITelevisionRepository
@ -670,7 +678,7 @@ public class TelevisionRepository : ITelevisionRepository
@@ -670,7 +678,7 @@ public class TelevisionRepository : ITelevisionRepository
@ -678,9 +686,9 @@ public class TelevisionRepository : ITelevisionRepository
@@ -678,9 +686,9 @@ public class TelevisionRepository : ITelevisionRepository