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