config

Details

Type Definitions


VideoPlayerConfig

Description

The config of a videoplayer

Properties
Name Type Description
name string
prefix Array.<string>
downloadable boolean
autoDownload boolean
isNatif boolean
isYoutube boolean
Details
Object

AnimeConfig

Description

The config of and anime

Properties
Name Type Attributes Description
name string
thumbnailLink string <optional>
episodes Array.<EpisodeConfig>
Details
Object

Config

Properties
Name Type Description
port number
keepThumbnails boolean
videoPlayers Array.<dataManager.VideoPlayerConfig>
Details

EpisodeConfig

Description

The config of an episode

Properties
Name Type Attributes Description
name string <optional>
episodeId number
posterLink string <optional>
links Array.<string>
localLink string <optional>
Details
Object