luigi311 / JellyPlex-Watched

Sync watched between jellyfin and plex locally
GNU General Public License v3.0
422 stars 20 forks source link

Complete rewrite #204

Open luigi311 opened 1 month ago

luigi311 commented 1 month ago

Complete rewrite. As of right now everything is very complicated and hard to keep track of what goes where with multiple nested function calls. Its best to do a rewrite to get everything simplified. It seems like the media servers are the bottleneck so we can keep things simple and avoid anything like async/parallel executions.