I have been using Suwayomi for a while and I only have a problem with it. Usually I have to go into a series and trigger the update to check the source and download new chapters.
As a Docker variable I am passing AUTO_DOWNLOAD_CHAPTERS=true which takes care of the download but only once I check the source manually. This is far from ideal, I am trying to set everything up to sync with my Kobo, ideally I don't have to go through the bother of checking the source. Maybe I am missing a setting within the UI or as a variable? I am not sure.
The server exposes /api/graphql, I thought that maybe I could write a script to trigger the source update, however, I am not really good with GraphQL to be able to tell how to trigger an update. I inspected...
I have been using Suwayomi for a while and I only have a problem with it. Usually I have to go into a series and trigger the update to check the source and download new chapters.
As a Docker variable I am passing AUTO_DOWNLOAD_CHAPTERS=true which takes care of the download but only once I check the source manually. This is far from ideal, I am trying to set everything up to sync with my Kobo, ideally I don't have to go through the bother of checking the source. Maybe I am missing a setting within the UI or as a variable? I am not sure.
The server exposes /api/graphql, I thought that maybe I could write a script to trigger the source update, however, I am not really good with GraphQL to be able to tell how to trigger an update. I inspected the request while doing it from the browser, maybe that will work but I figured to ask in case somebody knows what am I missing.