Metadata-Version: 2.1
Name: plex-watched-sync
Version: 0.1.1
Summary: Small tool to synchronize watched status from one Plex server to another
Home-page: https://github.com/speijnik/plex-watched-sync
License: MIT
Keywords: plex,sync
Author: Stephan Peijnik-Steinwender
Author-email: speijnik@gmail.com
Requires-Python: >=3.7,<4.0
Classifier: Environment :: Console
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Requires-Dist: PlexAPI (>=4.2.0,<5.0.0)
Requires-Dist: click (>=7.1.2,<8.0.0)
Requires-Dist: typing-extensions (>=3.7.4,<4.0.0)
Project-URL: Repository, https://github.com/speijnik/plex-watched-sync
Description-Content-Type: text/markdown

# plex-watched-sync

*plex-watched-sync* is a small tool which helps you synchronize
the watched status of items on one Plex server to another Plex server.

The target is to provide a tool which can be used to synchronize watched
status information when copying contents to a new Plex instance.

## Usage

```bash
pip3 install plex-watched-sync
plex-watched-sync
```

**or**

```bash
git clone https://github.com/speijnik/plex-watched-sync.git
cd plex-watched-sync
poetry install
poetry run plex-watched-sync
```

