Search found 16 matches

by IAmBroom
15 Jan 2024, 22:30
Forum: Scripting and Automation
Topic: --output read incorrectly
Replies: 3
Views: 1007

Re: --output read incorrectly

What does the complete console output say? Run script [fn:amc] at [Sun Jan 14 21:18:47 EST 2024] [PSA] Important Discussion of Changes effective as of 28 Apr 2023: https://www.filebot.net/forums/viewtopic.php?t=13406 Parameter: ut_label = L Parameter: ut_state = S Parameter: ut_title = N Parameter:...
by IAmBroom
15 Jan 2024, 00:02
Forum: Scripting and Automation
Topic: --output read incorrectly
Replies: 3
Views: 1007

--output read incorrectly

My filebot call, from a Batch/Cmd file: filebot -script fn:amc --action duplicate --output "D:\Torrents\Filebot_Output" --conflict index -non-strict --log-file Filebot.log --def "ut_label=%L" "ut_state=%S" "ut_title=%N" "ut_kind=%K" "ut_file=%F&...
by IAmBroom
15 Sep 2021, 13:58
Forum: Windows
Topic: Renaming hangs during Match process
Replies: 5
Views: 9611

Re: Renaming hangs during Match process

OK, the most annoying thing happened. I initiated debug logging, ran it from the console once, and the damn thing started working perfectly. So I ran it from double-clicking the EXE. Worked perfectly. The original console was still open (but probably inactive). Closed it. Restarted Filebot. Worked p...
by IAmBroom
14 Sep 2021, 18:23
Forum: Windows
Topic: Renaming hangs during Match process
Replies: 5
Views: 9611

Re: Renaming hangs during Match process

It's been a half-hour; still spinning "busy".

EDIT: The log shows...

Code: Select all

Sep 07, 2021 7:49:54 PM net.filebot.CachedResource error
WARNING: Resource not found: https://api.thetvdb.com/search/series [404 Not Found]
However, there's no errors since then. There should be.
by IAmBroom
13 Sep 2021, 18:34
Forum: Windows
Topic: Renaming hangs during Match process
Replies: 5
Views: 9611

Renaming hangs during Match process

Filebot 4.9.4, lifetime license, and regardless of what I put in as a file(s), all on local disks, the circular "busy matching" icon never goes away. I've rebooted my system. No help. It's been this way for at least a week. Doesn't matter if I use one of my presets, or simply let it handle...
by IAmBroom
06 Nov 2019, 15:07
Forum: Scripting and Automation
Topic: Music formats for "various artists"
Replies: 4
Views: 2722

Re: Music formats for "various artists"

I'd accept them being left unsorted, but when I remove the musicFormat portion, it still does this.

There's prob a tab for "keep the original torrent name", now that I think of it. I'll go look.

Thanks.
by IAmBroom
06 Nov 2019, 05:35
Forum: Scripting and Automation
Topic: Music formats for "various artists"
Replies: 4
Views: 2722

Music formats for "various artists"

I have a big problem right now. Anytime I download an album with multiple artists, it ends up split amongst folders for each artist. For instance, a 6-CD collection - "Songs For Reggae Lovers" - has produced 180 folders, each containing a single album and (usually) a single song. Script: f...
by IAmBroom
22 Jan 2016, 18:08
Forum: Scripting and Automation
Topic: qBittorrent / Automated Media Center Troubleshooting
Replies: 10
Views: 5115

Re: qBittorrent / Automated Media Center Troubleshooting

Thanks! I finally seem to have found the problem character in the excludes file, and everything now works well.

Thanks so much for all your help.
by IAmBroom
21 Jan 2016, 15:10
Forum: Scripting and Automation
Topic: qBittorrent / Automated Media Center Troubleshooting
Replies: 10
Views: 5115

Re: qBittorrent / Automated Media Center Troubleshooting

Still can't get your suggestion to work, but now because of a new error. filebot -script fn:amc --action duplicate --conflict auto -non-strict --log-file "Y:/Torrents/amc.log" --def excludeList="Y:/Torrents/amc.excludes" unsorted=y music=y artwork=n subtitles=en extras=n clean=y ...
by IAmBroom
19 Jan 2016, 19:35
Forum: Feature Requests and Bug Reports
Topic: Feature: Filebot Version info
Replies: 1
Views: 1739

Feature: Filebot Version info

Unlike virtually every other piece of software on my computer, there doesn't seem to be a way to get Filebot to display its version #. It doesn't appear under Help (F1 only brings up 5 "how-to" slides, which are each very informative, but... no "About Filebot..." entry). It isn't...
by IAmBroom
19 Jan 2016, 18:28
Forum: Scripting and Automation
Topic: qBittorrent / Automated Media Center Troubleshooting
Replies: 10
Views: 5115

Re: No errors, but no output, either

OK, I don't see how writing 100 characters of text once in my life is "making things difficult", but... now that you've brought it up, how do I let the script know whether it's processing TV or Movies? Right now I have one script that works for both. It sounds like you're saying I should s...
by IAmBroom
19 Jan 2016, 15:17
Forum: Scripting and Automation
Topic: qBittorrent / Automated Media Center Troubleshooting
Replies: 10
Views: 5115

Re: No errors, but no output, either

This works! Thanks SO MUCH for the clue! [Edit: I see you provided another way. Thanks for that, too.] Y:\Torrents>filebot -script fn:amc --action duplicate "Z:/New Movies" "Z:/New TV Shows" --conflict auto -non-strict --log-file "Y:/Torrents/amc.log" --def excludeList=...
by IAmBroom
19 Jan 2016, 14:29
Forum: Scripting and Automation
Topic: qBittorrent / Automated Media Center Troubleshooting
Replies: 10
Views: 5115

Re: No errors, but no output, either

You're not passing in any files. Obvious by the fact that "New Movies" doesn't appear in your command-line call. :lol: You know, I considered that, but the examples and help topics I found didn't show any way to specify input directory. Is it something embarrassingly obvious like --input ...
by IAmBroom
18 Jan 2016, 19:13
Forum: Scripting and Automation
Topic: qBittorrent / Automated Media Center Troubleshooting
Replies: 10
Views: 5115

qBittorrent / Automated Media Center Troubleshooting

Win7 SP1, Filebot 4.6.1, and I know I have at least one TV show episode that is not in the amc.excludes list. My QBittorrent "finished" files are directed to two directories: Z:/New Movies Z:/New TV Shows Here's the output of my test bat file: Y:\Torrents>filebot -script fn:amc --action du...