SyncriBullet is a Stremio Addon that synchronizes your watchlist with other services.
Caution
syncribullet v2 is almost a complete rewrite and is not compatible with v1.
Reasoning: v1 was a mess and I wanted to cleanup. Also stuff is now at least kind of encrypted. Sorry (not sorry) for the inconvenience. If you are looking for v1, you can find it here and self-host it.
Complaints? Click this
Currently the addon synchronizes with following services:
- Anilist
- Simkl
I plan on adding the following in the very near future:
- MyAnimelist
- Kitsu
- Trakt
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.
- Dynamic Sync from Stremio to Anilist
- Dynamic Sync from Stremio to Kitsu
- Dynamic Sync from Stremio to MyAnimelist
- Dynamic Sync from Stremio to Simkl
- Dynamic Sync from Stremio to Trakt (Already native Support use that)
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.
- Import Sync from Stremio to Anilist
- Import Sync from Stremio to Kitsu
- Import Sync from Stremio to MyAnimelist
- Import Sync from Stremio to Simkl (Alternative until tested: simkl-stremio)
- Import Sync from Stremio to Trakt (Alternative until tested: trakt-stremio-import)
Advanced Sync is when the theoretical Receivers share their data between each other, validating and keeping each other in sync.
- Sync between all Receivers
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.
- Anilist
- Kitsu
- MyAnimelist
- Simkl
- Trakt
npm install
npm run build
Start the program. Then open the browser at the url mentioned, if this doesn't already happen automatically.
npm run start
Instead of Start. Use the following. This will allow you to see the changes live.
npm run start:dev
- Authtokens are not updated if they expire. I'm working on that.
I 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.
- Stremio Addons Discord Server
- Simkl Discord Server
- AniList Discord Server
- Aliyss' Discord Server (Mine ^^)
If you like what I do consider buying me a coffee ;)
Paypal (preferred) Buy Me A Coffee
- haumarco for saving an extra character when compressing the user settings.
- Anilist Wrapper for providing the initial code for the Anilist API, which I shamelessly copied and modified.