Skip to content

Commit

Permalink
Merge pull request #255 from glensc/pms-db-share
Browse files Browse the repository at this point in the history
  • Loading branch information
glensc authored Apr 18, 2021
2 parents fec33cc + 95f6fc5 commit fb33483
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,26 @@ We use GitHub issues to track public bugs. Report a bug by [opening a new issue]
[issues]: https://github.com/Taxel/PlexTraktSync/issues
[opening a new issue]: https://github.com/Taxel/PlexTraktSync/issues/new

## Sharing Plex Media Server Database

Sometimes it is useful to share your copy of your Plex Media Server database
and send it to developers.

The database contains only metadata of your library, not actual media files.

The database contains everything about your setup, including local accounts, so
send your database only to people you trust. Plex removes password hashes from
the download, so passwords are not exposed, not even in hashed form.

To download and send the database:
1. Visit [`Plex Web`] -> `Manage Server` -> `Settings` -> `Troubleshooting` -> `Download database`.
This is typically `https://app.plex.tv/desktop/#!/settings/server/<your_server_id>/manage/help`
1. To find developer email, take any commit made by them, add `.patch` to the url.
1. Upload the downloaded database `Plex Media Server Databases_*.zip` to https://wetransfer.com/
1. Provide it to PlexTraktSync developer privately via their e-mail

[`Plex Web`]: https://app.plex.tv/desktop

## License

By contributing, you agree that your contributions will be licensed under its MIT License.
Expand Down

0 comments on commit fb33483

Please sign in to comment.