OBJECT
MovieFile
link GraphQL Schema definition
- type MovieFile {
- # Filename
- String! :
- # Absolute path to the filesystem
- String! :
- Int! :
- String! :
- # Stream information (subtitles / audio and video streams)
- Stream]! : [
- # Total duration of the first video stream in seconds
- Float :
- # FileSize in bytes
- String! :
- # Get the library for the given file
- Library! :
- }