MediaMonkey Server pre-release testing
Posted: Wed Aug 15, 2018 9:41 pm
MediaMonkey Server is a server-only implementation of MediaMonkey that is designed to provide a means of sharing a library across multiple clients and present each user with almost the same experience as if the library were local. In addition, the server provides a lightweight means of browsing content via a web server. It is designed for portability so that it can eventually be deployed on any Linux server/NAS. We created it because UPnP doesn't scale sufficiently for our users, and because DB sharing hacks weren't sufficiently robust.
The product is an open source project, with the code and associated tools at:
https://github.com/mediamonkeyserver/mms
We welcome and encourage your involvement in the project!
The current implementation is alpha quality, and limited in the sense that:
- there's currently only an install package to deploy the server to a windows machine (though it's possible to use the source code to install to other platforms--see below)
- the only supported client (aside from web browsers) is MediaMonkey 5 (though MediaMonkey for Android will be supported in the future)
- some functionality is still broken, though in general the functionality that's been implemented works reasonably well.
We're sharing this in the hopes of collecting feedback about the design/features that you'd like to see evolve in the short to medium term, and regarding any bugs that you experience.
Installation and use (windows):
1) Extract the files to a directory and run mms.exe.
2) Continue configuration (setting which directories to scan) by connecting to the server using a browser (as indicated in the mms screen).
3) Run MM5 (you may want to initially test with a fresh install), and in 'Devices and Services' click the 'MediaMonkey Server' and enable 'Scan for media files and playlists continuously' to cause all server content to appear in the library. Use MediaMonkey as you normally would!
Installation (Linux):
You can install MMS to your Linux box/NAS provided you have Node.js 8+ installed.
1) Download the source code directly from https://github.com/mediamonkeyserver/mm ... master.zip and then 'npm install' it.
You can then proceed similarly to above (Windows instructions).
Installation on QNAP and Synology:
Instructions on how to install MMS on your QNAP or Synology NAS are provided here: https://mediamonkey.com/forum/viewtopic.php?t=101323
Note: we plan on creating more packages for MacOS / Linux in the future. You can check latest progress HERE
Please let us know what you think--Thanks!
-The MediaMonkey team
The product is an open source project, with the code and associated tools at:
https://github.com/mediamonkeyserver/mms
We welcome and encourage your involvement in the project!
The current implementation is alpha quality, and limited in the sense that:
- there's currently only an install package to deploy the server to a windows machine (though it's possible to use the source code to install to other platforms--see below)
- the only supported client (aside from web browsers) is MediaMonkey 5 (though MediaMonkey for Android will be supported in the future)
- some functionality is still broken, though in general the functionality that's been implemented works reasonably well.
We're sharing this in the hopes of collecting feedback about the design/features that you'd like to see evolve in the short to medium term, and regarding any bugs that you experience.
Installation and use (windows):
1) Extract the files to a directory and run mms.exe.
2) Continue configuration (setting which directories to scan) by connecting to the server using a browser (as indicated in the mms screen).
3) Run MM5 (you may want to initially test with a fresh install), and in 'Devices and Services' click the 'MediaMonkey Server' and enable 'Scan for media files and playlists continuously' to cause all server content to appear in the library. Use MediaMonkey as you normally would!
Installation (Linux):
You can install MMS to your Linux box/NAS provided you have Node.js 8+ installed.
1) Download the source code directly from https://github.com/mediamonkeyserver/mm ... master.zip and then 'npm install' it.
You can then proceed similarly to above (Windows instructions).
Installation on QNAP and Synology:
Instructions on how to install MMS on your QNAP or Synology NAS are provided here: https://mediamonkey.com/forum/viewtopic.php?t=101323
Note: we plan on creating more packages for MacOS / Linux in the future. You can check latest progress HERE
Please let us know what you think--Thanks!
-The MediaMonkey team