TvType

Entries

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

Won't load the built in player, make your own interaction

Link copied to clipboard
Link copied to clipboard

Properties

Link copied to clipboard

Returns a representation of an immutable list of all enum entries, in the order they're declared.

Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard

Extension function to get the folder prefix based on the TvType. Non-episode-based types will return a base folder name, while episode-based types will have their files placed in subfolders using a sanitized title name.

Link copied to clipboard

Extension function of TvType to check if the type has an Anime opening.

Link copied to clipboard

Extension function of TvType to check if the type is Audio.

Link copied to clipboard

Extension function to determine if the TvType is episode-based. This function checks if the type corresponds to an episode-based format. Episode-based types will be placed in subfolders that include the sanitized title name. This check is used for other logic as well.

Link copied to clipboard

Extension function of TvType to check if the type is Live stream.

Link copied to clipboard

Extension function of TvType to check if the type is Movie.

Link copied to clipboard
fun valueOf(value: String): TvType

Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)

Link copied to clipboard

Returns an array containing the constants of this enum type, in the order they're declared.