+

viewgit/inc/functions.php:463 Function create_function() is deprecated [8192]

Shortlog

Date Author Message Actions
14-05-07 21:14 Benjamin Renard Rename packagemaster commitdiff tree tar/gz zip patch
14-05-05 23:34 Benjamin Renard Replace tsmuxer:i38 binary by dependance to tsMuxe1.90.1-2 commitdiff tree tar/gz zip patch
14-05-05 22:57 root Initial commit1.90.1-1 commitdiff tree tar/gz zip patch

more »

Tags

Date Tag Actions
14-05-05 23:34 1.90.1-2
14-05-05 22:57 1.90.1-1

View all tags

Heads

Date Branch Actions
14-05-07 21:14 master

Project informations

Description
PS3 Media Server Debian package
Last Change
14-05-07 21:14
URL
  • http://git.zionetrix.net/git/ps3mediaserver
  • git@git.zionetrix.net:public_git/ps3mediaserver
README.md
# PS3 Media Server

by shagrath

[![Build Status](http://pms.smoeller.de/buildStatus/icon?job=pms+%28trunk%29)](http://pms.smoeller.de/job/pms%20%28trunk%29/)

- [Links](#links)
- [Thanks](#thanks)
- [Installation](#installation)
- [Building](#building)
- [Development](#development)
- [License](#license)

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.

## Links

* [Website](http://www.ps3mediaserver.org/)
* [Forum](http://www.ps3mediaserver.org/forum/)
* [Downloads](http://sourceforge.net/projects/ps3mediaserver/files/)
* [Source code](https://github.com/ps3mediaserver/ps3mediaserver)
* [Issue tracker](https://code.google.com/p/ps3mediaserver/issues/list)

## Thanks

Thanks to:

* Redlum
* tcox
* SubJunk
* taconaut
* tomeko
* lightglitch
* chocolateboy
* ditlew
* Raptor399
* renszarv
* happy.neko

for major code contributions.

Thanks to:

* meskibob
* otmanix

for documentation and contributions to the community.

* boblinds and snoots for the network test cases :)
* sarraken, bleuecinephile, bd.azerty, fabounnet for the support and feedback
* smo for the Jenkins server

See the [CHANGELOG](https://github.com/ps3mediaserver/ps3mediaserver/blob/master/CHANGELOG.txt) for more thanks.

## Installation

The [download site](http://sourceforge.net/projects/ps3mediaserver/files/)
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](http://www.ps3mediaserver.org/forum/viewtopic.php?f=3&t=13046).

For instructions on installing and running PMS from a tarball, see
[INSTALL.txt](https://github.com/ps3mediaserver/ps3mediaserver/blob/master/INSTALL.txt).

## Building

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](https://github.com/ps3mediaserver/ps3mediaserver/blob/master/BUILD.md) for detailed information
on setting up a PMS build environment.

## Development

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](https://github.com/ps3mediaserver/ps3mediaserver/blob/master/DEVELOP.md)
for detailed information on setting up a PMS development environment.

## License

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](https://github.com/ps3mediaserver/ps3mediaserver/blob/master/LICENSE.txt)
as published by the Free Software Foundation, either version 2 of the License, or (at your option) any later version.
ViewGit