namespace MediaBrowser.Model.Entities { /// /// Enum MetadataProviders /// public enum MetadataProviders { /// /// The imdb /// Imdb, /// /// The TMDB /// Tmdb, /// /// The TVDB /// Tvdb, /// /// The tvcom /// Tvcom, /// /// MusicBrainz /// Musicbrainz, /// /// The rotten tomatoes /// RottenTomatoes, /// /// Tmdb Collection Id /// TmdbCollection } }