Process as Unsorted [Bookmarks]

Running FileBot from the console, Groovy scripting, shell scripts, etc
Post Reply
buck3y3
Donor
Posts: 39
Joined: 05 Nov 2012, 01:19

Process as Unsorted [Bookmarks]

Post 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 (×_×)
User avatar
rednoah
The Source
Posts: 22923
Joined: 16 Nov 2011, 08:59
Location: Taipei
Contact:

Re: AMC stopped processing files

Post 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.
:idea: Please read the FAQ and How to Request Help.
buck3y3
Donor
Posts: 39
Joined: 05 Nov 2012, 01:19

Re: Process as Unsorted [Bookmarks]

Post by buck3y3 »

Fixed, thank you. Copy pasted amc command from original source, to avoid my errors. Should have started there.
Post Reply