Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Create Movie/Series/Episode objects #21

Open
KenavR opened this issue Oct 16, 2017 · 0 comments
Open

Create Movie/Series/Episode objects #21

KenavR opened this issue Oct 16, 2017 · 0 comments

Comments

@KenavR
Copy link
Member

KenavR commented Oct 16, 2017

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: 
            ...	    
          }
        ]
      }
    ]
  }...]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Lanflix
Back End Backlog
Development

No branches or pull requests

1 participant