brandan-schmitz / plexbot

Plexbot - A discord bot for automating movie libraries.
0 stars 0 forks source link

Implement SyncThing integration #48

Closed brandan-schmitz closed 3 years ago

brandan-schmitz commented 3 years ago

Integrate an API client to access SyncThing servers and determine if the bot should be allowed to work on files. A administrator should be able to specify multiple servers and folder ID's to monitor for each server in the bot configuration as well as disable the checks completely. If a folder is syncing, the bot should not modify any media in that folder, with the exception of adding new media. This means any upgrades to a media file or optimizations should be paused until the sync is completed. Currently running processes can continue. This will be required in order to implement #6.

brandan-schmitz commented 3 years ago

Closing as it is implemented in v2 to an extent