-
Notifications
You must be signed in to change notification settings - Fork 246
User manual: FAQ
MediacenterJS can not create and/or write files. Please set the permissions so files can be created and written. If you are using Windows, please right click on the executable and select "Run as administrator".
Please set the following permissions and run the server using 'sudo'
sudo chmod 755 lib/database/mcjs.sqlite
Please install the package with NPM. Open a terminal or Command prompt and navigate to the root directory of MediacenterJS and type "npm install PACKAGENAME"
Example error:
> 'Error module 'colors' not found'
Command to solve example error:
npm install colors
Please place the bin folder inside the MCJS folder. You can download the binaries here: https://github.com/jansmolders86/mediacenterjs-windows-binaries/archive/master.zip
Ubuntu needs 3rd party audio codecs to play MP3's.
Please make sure you are running the latest version of nodeJS (4 or higher). Older versions do not support this feature.
events.js:72
throw er; // Unhandled 'error' event
^
Error: spawn ENOENT
at errnoException (child_process.js:980:11)
at Process.ChildProcess._handle.onexit (child_process.js:771:34)
Child process exited
On Windows: Did you use the bat file in the root directory to start the server? This will enable FFMPEG which you need to view media.
On Linux based systems: Please make sure FFMPEG is installed correctly.
The first time the plugin manager is run, an index needs to be created in order to obtain all the plugins (or apps if you will). This may take some time. After this initial index, the plugin manager should be faster.
As long as you downloaded the setup.exe from the official source (eg Github or the website mediacenterjs.com) there is no need to worry. The software has thoroughly been checked for viruses, malware and other hazardous software with Mcafee and Microsoft security Essentials.
If for some reason your virus scanner prevents you from using the exe, you can always use this batch file: https://github.com/jansmolders86/mediacenterjs-windows/blob/master/mediacenterjs.bat which is exactly the same as the exe minus the fancy icon.