Search found 4 matches

by cstrong
09 Feb 2025, 04:27
Forum: Feature Requests and Bug Reports
Topic: watcher script not respecting ignored folders
Replies: 2
Views: 4456

Re: watcher script not respecting ignored folders

Thanks for the reply. I like your suggested folder structure: it's a lot more elegant than fiddling with the watcher script.
by cstrong
07 Feb 2025, 18:13
Forum: Feature Requests and Bug Reports
Topic: Specify Jellyfin refresh port in amc script
Replies: 2
Views: 1675

Specify Jellyfin refresh port in amc script

I have configured the amc script to refresh jellyfin: --def jellyfin="jellyfin_host:api_key" In the logs, we see that the refresh request is made on port 8920, Jellyfin's HTTPS port. The request times out because I do not have HTTPS enabled: 2025-02-06 17:05:50.239 POST: https://jellyfin_host:8920 ...
by cstrong
07 Feb 2025, 05:00
Forum: Feature Requests and Bug Reports
Topic: watcher script not respecting ignored folders
Replies: 2
Views: 4456

watcher script not respecting ignored folders

Hello! I'm using filebot-watcher on my downloads folder, /srv/media/downloads. Incomplete downloads are kept in a subdirectory, /srv/media/downloads/incomplete. I am watching the downloads folder recursively, so I have excluded the incomplete folder in two places: As an amc option: --def ignore ...