Skip to content

Create Movie/Series/Episode objects #21

@KenavR

Description

@KenavR

Dependencies:

Write a function that accepts the Output of “scan filesystem (#19)” as input, loads additional information from an external API (#20) and combines the data to create an object that includes every necessary data. The structure could look something like

{
  [{
    name: "South Park",
    description: "...",
    imdbRating: 8.8,
    imdbUrl: ,
    cover: "/img/cover/southpark.jpg",
    fileSytemRoots: [],
    
    seasons: [
      {
        no: 1
        started: ,
        ended: ,
        episodes: [
          {
            no: 1,
            name: 
            location: "\\nas1\\..."
            descrption: ".."
            imdbRating: 
            ...	    
          }
        ]
      }
    ]
  }...]
}

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions