PS3 Media Server Debian package
debian | Rename package | 2014-05-07 21:14:50 |
---|---|---|
documentation | Initial commit | 2014-05-05 22:57:02 |
icons | Rename package | 2014-05-07 21:14:50 |
plugins | Initial commit | 2014-05-05 22:57:02 |
renderers | Initial commit | 2014-05-05 22:57:02 |
CHANGELOG.txt | Initial commit | 2014-05-05 22:57:02 |
INSTALL.txt | Initial commit | 2014-05-05 22:57:02 |
LICENSE.txt | Initial commit | 2014-05-05 22:57:02 |
PMS.conf | Initial commit | 2014-05-05 22:57:02 |
PMS.sh | Initial commit | 2014-05-05 22:57:02 |
README.md | Initial commit | 2014-05-05 22:57:02 |
WEB.conf | Initial commit | 2014-05-05 22:57:02 |
logback.headless.xml | Initial commit | 2014-05-05 22:57:02 |
logback.xml | Initial commit | 2014-05-05 22:57:02 |
pms.jar | Initial commit | 2014-05-05 22:57:02 |
ps3mediaserver.desktop | Rename package | 2014-05-07 21:14:50 |
by shagrath
PS3 Media Server is a cross-platform DLNA-compliant UPnP Media Server. Originally written to support the PlayStation 3, PS3 Media Server has been expanded to support a range of other media renderers, including smartphones, TVs, music players and more.
Thanks to:
for major code contributions.
Thanks to:
for documentation and contributions to the community.
See the CHANGELOG for more thanks.
The download site has the latest releases of PS3 Media Server for Windows and Mac OS X as well as tarballs for Linux/Unix and debs for manual installation on Debian/Ubuntu.
For Debian and Ubuntu packages, see here.
For instructions on installing and running PMS from a tarball, see INSTALL.txt.
PMS can be built using the following commands:
git clone git://github.com/ps3mediaserver/ps3mediaserver.git
cd ps3mediaserver
mvn com.savage7.maven.plugins:maven-external-dependency-plugin:resolve-external
mvn com.savage7.maven.plugins:maven-external-dependency-plugin:install-external
mvn package
See BUILD.md for detailed information on setting up a PMS build environment.
If you plan to commit source code, be sure to configure git to deal properly with cross platform line endings.
On Mac OS X and Linux:
git config --global core.autocrlf input
On Windows:
git config --global core.autocrlf true
For more information, see http://help.github.com/line-endings/
See DEVELOP.md for detailed information on setting up a PMS development environment.
Copyright 2009-2013 shagrath.
PS3 Media Server is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 2 of the License, or (at your option) any later version.