{"id":13398417,"url":"https://github.com/ps3mediaserver/ps3mediaserver","last_synced_at":"2025-03-14T02:31:25.483Z","repository":{"id":1887348,"uuid":"2813264","full_name":"ps3mediaserver/ps3mediaserver","owner":"ps3mediaserver","description":"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, televisions, music players and more.","archived":true,"fork":false,"pushed_at":"2017-07-13T06:15:13.000Z","size":29048,"stargazers_count":559,"open_issues_count":24,"forks_count":228,"subscribers_count":101,"default_branch":"master","last_synced_at":"2024-07-31T19:16:05.587Z","etag":null,"topics":["dlna","java","media-server","ps3-media-server","ps3mediaserver","upnp"],"latest_commit_sha":null,"homepage":"http://www.ps3mediaserver.org/","language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ps3mediaserver.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.txt","contributing":null,"funding":null,"license":"LICENSE.txt","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2011-11-20T10:40:40.000Z","updated_at":"2024-07-15T20:11:03.000Z","dependencies_parsed_at":"2022-09-07T15:21:38.381Z","dependency_job_id":null,"html_url":"https://github.com/ps3mediaserver/ps3mediaserver","commit_stats":null,"previous_names":[],"tags_count":31,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ps3mediaserver%2Fps3mediaserver","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ps3mediaserver%2Fps3mediaserver/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ps3mediaserver%2Fps3mediaserver/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ps3mediaserver%2Fps3mediaserver/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ps3mediaserver","download_url":"https://codeload.github.com/ps3mediaserver/ps3mediaserver/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243511660,"owners_count":20302595,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["dlna","java","media-server","ps3-media-server","ps3mediaserver","upnp"],"created_at":"2024-07-30T19:00:25.339Z","updated_at":"2025-03-14T02:31:21.651Z","avatar_url":"https://github.com/ps3mediaserver.png","language":"Java","readme":"# PS3 Media Server\n\nby shagrath\n\nWARNING : This project may still work, but is not maintained since 2016.\n\n[![Build Status](http://pms.smoeller.de/buildStatus/icon?job=pms+%28trunk%29)](http://pms.smoeller.de/job/pms%20%28trunk%29/)\n\n- [Links](#links)\n- [Thanks](#thanks)\n- [Installation](#installation)\n- [Building](#building)\n- [Development](#development)\n- [License](#license)\n\nPS3 Media Server is a cross-platform DLNA-compliant UPnP Media Server.\nOriginally written to support the PlayStation 3, PS3 Media Server has been\nexpanded to support a range of other media renderers, including smartphones,\nTVs, music players and more.\n\n## Links\n\n* [Website](http://www.ps3mediaserver.org/)\n* [Forum](http://www.ps3mediaserver.org/forum/)\n* [Downloads](http://sourceforge.net/projects/ps3mediaserver/files/)\n* [Source code](https://github.com/ps3mediaserver/ps3mediaserver)\n* [Issue tracker](https://code.google.com/p/ps3mediaserver/issues/list)\n\n## Thanks\n\nThanks to:\n\n* Redlum\n* tcox\n* SubJunk\n* taconaut\n* tomeko\n* lightglitch\n* chocolateboy\n* ditlew\n* Raptor399\n* renszarv\n* happy.neko\n\nfor major code contributions.\n\nThanks to:\n\n* meskibob\n* otmanix\n\nfor documentation and contributions to the community.\n\n* boblinds and snoots for the network test cases :)\n* sarraken, bleuecinephile, bd.azerty, fabounnet for the support and feedback\n* smo for the Jenkins server\n\nSee the [CHANGELOG](https://github.com/ps3mediaserver/ps3mediaserver/blob/master/CHANGELOG.txt) for more thanks.\n\n## Installation\n\nThe [download site](http://sourceforge.net/projects/ps3mediaserver/files/)\nhas the latest releases of PS3 Media Server for Windows and Mac OS X as well as tarballs for Linux/Unix\nand debs for manual installation on Debian/Ubuntu.\n\nFor Debian and Ubuntu packages, see [here](http://www.ps3mediaserver.org/forum/viewtopic.php?f=3\u0026t=13046).\n\nFor instructions on installing and running PMS from a tarball, see\n[INSTALL.txt](https://github.com/ps3mediaserver/ps3mediaserver/blob/master/INSTALL.txt).\n\n## Building\n\nPMS can be built using the following commands:\n\n    git clone git://github.com/ps3mediaserver/ps3mediaserver.git\n    cd ps3mediaserver\n    mvn com.savage7.maven.plugins:maven-external-dependency-plugin:resolve-external\n    mvn com.savage7.maven.plugins:maven-external-dependency-plugin:install-external\n    mvn package\n\nSee [BUILD.md](https://github.com/ps3mediaserver/ps3mediaserver/blob/master/BUILD.md) for detailed information\non setting up a PMS build environment.\n\n## Development\n\nIf you plan to commit source code, be sure to configure git to deal properly with\ncross platform line endings.\n\nOn Mac OS X and Linux:\n\n    git config --global core.autocrlf input\n\nOn Windows:\n\n    git config --global core.autocrlf true\n\nFor more information, see http://help.github.com/line-endings/\n\nSee [DEVELOP.md](https://github.com/ps3mediaserver/ps3mediaserver/blob/master/DEVELOP.md)\nfor detailed information on setting up a PMS development environment.\n\n## License\n\nCopyright 2009-2013 shagrath.\n\nPS3 Media Server is free software: you can redistribute it and/or modify it under the terms of the\n[GNU General Public License](https://github.com/ps3mediaserver/ps3mediaserver/blob/master/LICENSE.txt)\nas published by the Free Software Foundation, either version 2 of the License, or (at your option) any later version.\n","funding_links":[],"categories":["Java"],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fps3mediaserver%2Fps3mediaserver","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fps3mediaserver%2Fps3mediaserver","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fps3mediaserver%2Fps3mediaserver/lists"}