jansmolders86 / mediacenterjs

A HTML/CSS/Javascript (NodeJS) based Media center
http://mediacenterjs.com
1.29k stars 243 forks source link

Fixes #128 #129

Closed Jon889 closed 10 years ago

Jon889 commented 10 years ago

fix for #128, empty movies showing in movie app (Movie cache needs to be cleared for fix to take effect)

jansmolders86 commented 10 years ago

Thank you so much Jon for taking the time to fix this issue! It is very much appreciated.

Out of curiosity, was it hard to find you way around the code? Again thanks a lot!

Jon889 commented 10 years ago

It was a little hard, but I put that almost all down to not having done anything with node js before. I was a little confused why server.js spawns a new process?

jansmolders86 commented 10 years ago

Thanks for letting me know. It's hard to assess if your own code is workable for others. :) The server.js is simply a keep alive/hot reboot tool like nodemon. If something in the configuration changes the server will kill and relaunch the actuall application (index.js)