Plex-Sync

Plex-Sync is a synchronisation tool for Plex. It syncs media and watched status between a remote and a local plex server.
MyPlex is used to enable communication with the Plex servers.
Development
This is my first attempt at creating a project using Go, I am always interested in feedback and welcome contributions.
Want to contribute? Great!
To fix a bug or add an enhancement:
- Fork the repo
- Create a new branch (
git checkout -b improve-feature )
- Make the appropriate changes in the files
- Update the ChangeLog file with your additions, the format is based on Keep a Changelog
- Update the Readme with any changes that are required
- Commit your changes (
git commit -am 'Improve feature' )
- Push the branch (
git push origin improve-feature )
- Create a Pull Request
Bug / Feature Request
If you find a bug, or want this tool to do something that it currently does not, please raise an issue here.
Please be detailed in the issue body.