A Media Center application built to be run in the browser.
cd /folder/to/jsmc
cd server
npm install
cd ../client
npm install
- You will need an API Key from TheMovieDB
- Fill in your API key and the URL of the Mongo Database in
server/config/config.json
- Update the config for which folders should be scanned for media
server/config/files_config.json
- Index files that are in files_config.json
node server/scripts/index_files.js
- Start the server
cd /folder/to/jsmc/server
node server.js
- Start gulp
cd /folder/to/jsmc/client
gulp
- Start the server for the client
cd /folder/to/jsmc/client/dist
node server.js
- Navigate to http://localhost:8000/index.html