允许同步当前正在观看的 Stremio 项
syncribullet is a Stremio Addon that synchronizes your watchlist with other services.
[!NOTE]
- (2025.05.24) Added import sync for Simkl!
- No clean error handling yet, open up a PR to help out.
- Also delete cache if you want to rerun it from scratch.
- I did the most I could, for any issues please open up an issue.
- A mess up in an existing watchlist may be still possible. Read everything carefully before running it.
- (2025.05.03) Added support for reconfiguring the addon.
- (2025.03.09) Added support for TVTime! (awful API btw)
- (2025.03.06) Added support for Kitsu! (also helps with NSFW content)
Currently the addon synchronizes with following services:
I plan on adding the following in the very near future:
I want to implement a two way sync over multiple services with Stremio acting as the Sender and the watchlists acting as the Receivers.
[!WARNING] I have tested this as good as possible. Everything published here is currently good to go and shouldn't mess up your library. That said if anything does happen... I can't guarantee anything. Open up an Issue and I may be able to help out.
Dynamic Sync is when an item in the Senders is updated, that it get's reflected on the Receivers.
Import Sync is theoretically a one-time action where the whole library get's synchronised from the Senders to the Receivers and vice-versa. But the plan is, that this can be run multiple times without wierd issues.
Advanced Sync is when the theoretical Receivers share their data between each other, validating and keeping each other in sync.
Of course I'm going for the two-way sync. However this is harder than it actually seems at the moment. Due to not knowing what the prefered sync order is. And currently in discussion with Stremio to implement a way to have addons receive events for syncing.
Stremio Catalog Support, self explanatory if you are using stremio.
Either get the image from docker. Or clone this repo.
# From Docker Hub
docker pull aliyss/syncribullet:latest
# From GitHub
git clone https://github.com/aliyss/syncribullet.git
docker build --build-arg PRIVATE_ENCRYPTION_KEY=runtime -t aliyss/syncribullet -f Dockerfile.local .Afterwards run the image, by replacing s0m3runt1m3k3y with your own encryption key. Make sure your encryption key only contains alphanumeric characters and numbers (^[a-zA-Z0-9]$):
docker run --rm -it -p 3000:3000 -e PRIVATE_ENCRYPTION_KEY=s0m3runt1m3k3y aliyss/syncribulletnpm install
npm run buildStart the program. Then open the browser at the url mentioned, if this doesn't already happen automatically.
npm run start:localInstead of Start. Use the following. This will allow you to see the changes live.
npm run start:devI chose the name syncribullet, because I want to blend all of the tracking websites together in a synchronised mix. There's not much more to it.
Feel free to open pull requests if you think there can be improvements made. I will add an eslint check asap.
A star would be kind, but honestly I use GitHub stars more as bookmarks. So instead bookmark it.
If you like what I do consider buying me a coffee ;)
Paypal (preferred) Buy Me A Coffee
暂无开放 Issues,或尚未同步最近议题。