Isaac
Isaac
If you exec into the frontend container `docker exec -it ganymede-frontend /bin/bash`. Are you able to curl the API using the reverse proxy URL?
Make sure `API_URL` on the frontend container can be reached from *within* the container. If it's localhost the container can't reach that. I'd use the IP of the server instead.
It likely means network instability somewhere. I combed through my logs and and I don't see any errors on my end. When the API container initially starts it runs this...
This is possible using the GraphQL API and is already used to filter games as you said. https://github.com/Zibbp/ganymede/blob/ad5c8babc8436ee264a4ee957b401633d784fd18/internal/twitch/gql.go#L194-L202 I can have this run before the video JSON manifest is saved...
I can create a task that will go through all vods and run a function to add this information. I can for sure add the chapters to the database and...
I've pushed a fix to the `main` branch. It should be available on the `:main` tag once the image completes building if you want to use and test that out.
Another fix should be available on the `:main` tag shortly. As a side note, I'm in the very early stages of completely rewriting how the queue system works, implementing a...
I initially opted to not use `os.Rename` as I wasn't 100% sure if it was atomic across *all* filesystems Unix-like systems and NFS shouldn't have issues. I know of some...
This will be possible in v3. See https://github.com/Zibbp/ganymede/issues/474 for more information and instructions to beta test if you want to.
Glad to hear it's working better! For now I've updated the paths to be the new default (`/data/videos`), maybe in the future that can be dynamically pulled in.