You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
anifunnel 2.0.0 now uses an SQLite database to store authentication and override data to persist them between server restarts. If you are using Docker, make sure to mount the database path on your local machine.
Authentication is now also done using the management interface in the browser. You do not need to supply the Anilist API token as an argument to the binary or using the ANILIST_TOKEN environment variable.
Management interface has been rewritten in React. Using the management interface now requires a modern browser with support for JavaScript.
See the README for up-to-date usage details.
Added
Added new management front-end written in React.
Added an authentication mechanism to the management interface.
Logging level can be controlled with --log-level / ANIFUNNEL_LOG_LEVEL.
Changed
Overrides are now saved in the database and persist between restarts.
Improved logging for Plex webhook handling.
Episode number 1 is now also scrobbled if it matches the watching list.
Removed
Removed authenticating with an Anilist API token as an argument or by using the ANILIST_TOKEN environment variable.
Prebuilt Linux musl binaries are no longer available.