Skip to content

Rambolink94/izzi

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

izzi Home Media Server and Streaming App

izzi is a streaming application that allows you to stream movies from a local network server. The app queries data from the TMDb API (https://www.themoviedb.org/) and uses that information to categorize and provide a better user interface for accessing your movies.

Start the frontend

npm start

Start the backend

nodemon tmdb_api
// or
node tmdb_api

The backend currently initializes and updates the entire list of movies each time you start the server. This will definitely need to be changed. However, I may rewrite the server app in C# and .NET anyway.

And there you go! The app should now be up and running and you can start streaming any of your movies to your local network.

image

About

A local media server software to conveniently watch all of your digital movies and tv shows anywhere on your network.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors