[amc] Skipping AMC script invocation: input folder not stable.
Posted: 27 Oct 2019, 20:57
Hi Guys,
Stumbled across this tool which my initial testing worked perfectly.
Current setup is im running docker in a docker-compose file.
Starts up fine, can access web interface if required and have tested it fine putting a single video file in the script and run a test, log below:
Once testing that i aligned it up with what i call the landing directory which is full of the folders as they get copied, however at this point AMC simply does not want to pick anything up and throws this error in stdout:
Then stops/loops.
Any suggestions?
Stumbled across this tool which my initial testing worked perfectly.
Current setup is im running docker in a docker-compose file.
Code: Select all
version: '3.3'
services:
filebot:
container_name: filebot
environment:
- AMC_INTERVAL=180
- AMC_INPUT_STABLE_TIME=10
- AMC_ACTION=TEST
ports:
- '5800:5800'
volumes:
- '/app/filebot/config:/config:rw'
- '/app/filebot/temp:/storage:rw'
- '/data2/sync/landing:/watch:rw'
- '/app/filebot/output:/output:rw'
image: jlesage/filebot
Starts up fine, can access web interface if required and have tested it fine putting a single video file in the script and run a test, log below:
Code: Select all
Run script [fn:amc] at [Sun Oct 27 05:37:24 GMT 2019]
Parameter: music = y
Parameter: clean = y
Parameter: excludeList = /config/amc-exlude-list.txt
Parameter: movieFormat = {plex}
Parameter: musicFormat = {plex}
Parameter: seriesFormat = {plex}
Parameter: animeFormat = {plex}
Argument[0]: /watch
LicenseError: UNREGISTERED
Use excludes: /config/amc-exlude-list.txt (1)
Input: /watch/The.Blacklist.S07E04.Kuwait.720p.AMZN.WEB-DL.DDP5.1.H.264-NTb/The.Blacklist.S07E04.Kuwait.720p.AMZN.WEB-DL.DDP5.1.H.264-NTb.mkv
Group: [Series:the blacklist] => [The.Blacklist.S07E04.Kuwait.720p.AMZN.WEB-DL.DDP5.1.H.264-NTb.mkv]
Rename episodes using [TheTVDB]
Auto-detected query: [The Blacklist]
Fetching episode data for [The Blacklist]
Fetching episode data for [Blacklist]
Fetching episode data for [The Blacklist: Redemption]
Fetching episode data for [Black Box]
[TEST] from [/watch/The.Blacklist.S07E04.Kuwait.720p.AMZN.WEB-DL.DDP5.1.H.264-NTb/The.Blacklist.S07E04.Kuwait.720p.AMZN.WEB-DL.DDP5.1.H.264-NTb.mkv] to [/output/TV Shows/The Blacklist/Season 07/The Blacklist - S07E04 - Kuwait.mkv]
Processed 1 files
Done ヾ(@⌒ー⌒@)ノ
Code: Select all
[amc] Skipping AMC script invocation: input folder not stable.
Any suggestions?