namespace MediaBrowser.Model.Entities { /// /// Enum MetadataProviders /// public enum MetadataProviders { Gamesdb, /// /// The imdb /// Imdb, /// /// The TMDB /// Tmdb, /// /// The TVDB /// Tvdb, /// /// The tvcom /// Tvcom, /// /// The rotten tomatoes /// RottenTomatoes, /// /// Tmdb Collection Id /// TmdbCollection, MusicBrainzAlbum, MusicBrainzAlbumArtist, MusicBrainzArtist, MusicBrainzReleaseGroup, Zap2It, NesBox, NesBoxRom, TvRageSeries } }