Page 1 of 1

Process as Unsorted [Bookmarks]

Posted: 10 Apr 2021, 02:29
by buck3y3
I recently updated my license so that cleared that error, but my actual processing is still not working. Been here for years and this is the first time I can’t figure this out. Thanks in advance!

Code: Select all

"C:\Program Files\FileBot\filebot.launcher.exe" -script fn:amc --output "D:\Videos" --log-file amc.log --action copy --conflict override -non-strict --def music=y subtitles=es artwork=n "ut_label=%L" "ut_state=%S" "ut_title=%N" "ut_kind=%K" "ut_file=%F" "ut_dir=%D"

Code: Select all

Run script [fn:amc] at [Fri Apr 09 19:50:01 EDT 2021]
Parameter: music = y
Parameter: subtitles = es
Parameter: artwork = n
Parameter: ut_label = Bookmarks
Parameter: ut_state = 5
Parameter: ut_title = The.Falcon.and.The.Winter.Soldier.S01E04.XviD-AFG
Parameter: ut_kind = multi
Parameter: ut_file = Screens\screen0001.png
Parameter: ut_dir = D:\Downloads\The.Falcon.and.The.Winter.Soldier.S01E04.XviD-AFG
Input: D:\Downloads\The.Falcon.and.The.Winter.Soldier.S01E04.XviD-AFG\The.Falcon.and.The.Winter.Soldier.S01E04.XviD-AFG.avi
Process as Unsorted [Bookmarks]
Group: {} => [The.Falcon.and.The.Winter.Soldier.S01E04.XviD-AFG.avi]
Finished without processing any files
Abort (×_×)
Run script [fn:amc] at [Fri Apr 09 21:50:15 EDT 2021]
Parameter: music = y
Parameter: subtitles = es
Parameter: artwork = n
Parameter: ut_label = Bookmarks
Parameter: ut_state = 5
Parameter: ut_title = The.Mighty.Ducks.Game.Changers.S01E03.XviD-AFG
Parameter: ut_kind = multi
Parameter: ut_file = Screens\screen0001.png
Parameter: ut_dir = D:\Downloads\The.Mighty.Ducks.Game.Changers.S01E03.XviD-AFG
Input: D:\Downloads\The.Mighty.Ducks.Game.Changers.S01E03.XviD-AFG\The.Mighty.Ducks.Game.Changers.S01E03.XviD-AFG.avi
Process as Unsorted [Bookmarks]
Group: {} => [The.Mighty.Ducks.Game.Changers.S01E03.XviD-AFG.avi]
Finished without processing any files
Abort (×_×)

Re: AMC stopped processing files

Posted: 10 Apr 2021, 03:20
by rednoah
If you label a call as Book or Bookmarks then you are forcing Unsorted Mode:

Code: Select all

Parameter: ut_label = Bookmarks

Code: Select all

Process as Unsorted [Bookmarks]

:idea: If you use labels, then you'll want to label movies with --def ut_label=Movie and episodes with --def ut_label=TV, or rely on auto-detection by not labelling calls.

Re: Process as Unsorted [Bookmarks]

Posted: 11 Apr 2021, 04:03
by buck3y3
Fixed, thank you. Copy pasted amc command from original source, to avoid my errors. Should have started there.