Search found 4 matches
- 09 Feb 2025, 04:27
- Forum: Feature Requests and Bug Reports
- Topic: watcher script not respecting ignored folders
- Replies: 2
- Views: 9340
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.
- 08 Feb 2025, 04:59
- Forum: Feature Requests and Bug Reports
- Topic: Specify Jellyfin refresh port in amc script
- Replies: 2
- Views: 7138
Re: Specify Jellyfin refresh port in amc script
Great, thank you!
- 07 Feb 2025, 18:13
- Forum: Feature Requests and Bug Reports
- Topic: Specify Jellyfin refresh port in amc script
- Replies: 2
- Views: 7138
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 ...
--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 ...
- 07 Feb 2025, 05:00
- Forum: Feature Requests and Bug Reports
- Topic: watcher script not respecting ignored folders
- Replies: 2
- Views: 9340
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 ...
I am watching the downloads folder recursively, so I have excluded the incomplete folder in two places:
As an amc option: --def ignore ...