namespace ErsatzTV.Core.Domain { public enum LibraryMediaKind { Movies = 1, Shows = 2, MusicVideos = 3, OtherVideos = 4, Songs = 5 } }