OBJECT

EpisodeFile

link GraphQL Schema definition

  • type EpisodeFile {
  • # Filename
  • fileName: String!
  • # Absolute path to the filesystem
  • filePath: String!
  • uuid: String!
  • streams: [Stream]!
  • # Total duration of the first video stream in seconds
  • totalDuration: Float
  • # FileSize in bytes
  • fileSize: String!
  • # Get the library for the given file
  • library: Library!
  • }