meeb
meeb
A little, PlexAPI is certainly comprehensive. Currently tubesync just uses requests and makes a manual HTTP request to trigger the library refresh. To tag items with a collection I assume...
There isn't really any way currently to edit multiple sources at once through the web UI. If you want to just edit all sources at once you or you want...
Do you mean SQLite? Then yes this could cause a lock issue probably. The "reset tasks" was always a pretty awful hack. I'll check it though, thanks.
That's because they're not channels, they're user pages or other aliases. The only real way to make a sane interface for people (probably) is to just accept any URL, pull...
Yeah this is a big ongoing task discussed in other issues. There are a lot of stacked problems with fixing it and no easy migration path so it's been kicked...
Yep, you found the command! Edit, full docs are at: https://github.com/meeb/tubesync/blob/main/docs/reset-tasks.md
If you can get a change working for you that doesn't disrupt anyone else's deployments I'm happy to tweak any required settings to get this to work properly for you....
You can use the same commands above and then edit the embedded nginx config as well: ```bash nano /etc/nginx/nginx.conf ``` You can modify all the nginx proxy commands there including...
Just to confirm this fix is for an upstream nginx reverse proxy, correct? To mention again if anyone does tweak TubeSync to work with their specific reverse proxy setup (that...
As this seems generally resolved I'll close the issue for now. Free free to create a new issue and reference this one if you still experience this problem.