Search found 114 matches

by Wolfie
01 Dec 2023, 07:58
Forum: Scripting and Automation
Topic: What does "ut_label=%L" "ut_state=%S" "ut_title=%N" "ut_kind=%K" "ut_file=%F" "ut_dir=%D" mean?
Replies: 13
Views: 2993

Re: What does "ut_label=%L" "ut_state=%S" "ut_title=%N" "ut_kind=%K" "ut_file=%F" "ut_dir=%D" mean?

Let's say that I have tags of TD,IPT, and "One Two," and all three are in a define.

--def qtags="%1" translates to --def qtags="TD,IPT,One Two"

How would I access it in the format file?
by Wolfie
01 Dec 2023, 07:16
Forum: Scripting and Automation
Topic: What does "ut_label=%L" "ut_state=%S" "ut_title=%N" "ut_kind=%K" "ut_file=%F" "ut_dir=%D" mean?
Replies: 13
Views: 2993

Re: What does "ut_label=%L" "ut_state=%S" "ut_title=%N" "ut_kind=%K" "ut_file=%F" "ut_dir=%D" mean?

:idea: You can use {label} and {defines} to access --def ut_label specifically or the all --def name=value parameters. So something like --def qtags="%1" would let me use {qtags} ? Would it already be in an array, or would I need to split it? If so, would splits honor quote marks (if sepa...
by Wolfie
01 Dec 2023, 06:24
Forum: Scripting and Automation
Topic: What does "ut_label=%L" "ut_state=%S" "ut_title=%N" "ut_kind=%K" "ut_file=%F" "ut_dir=%D" mean?
Replies: 13
Views: 2993

Re: What does "ut_label=%L" "ut_state=%S" "ut_title=%N" "ut_kind=%K" "ut_file=%F" "ut_dir=%D" mean?

Would it be possible to add in tag support, where tags (comma separated) would be put into two arrays? {tags[0]} returns returns the first tag, etc. {tag['name']} returns true if the tag has been set (but false otherwise vs an error) So if I use a tag like "TD," then {tag['TD']} will retur...
by Wolfie
21 Dec 2020, 17:25
Forum: Feature Requests and Bug Reports
Topic: Change : to -
Replies: 15
Views: 14541

Re: Change : to -

Try this: {ny} [{genre}, {director}, {vf}]/{plex.name} [{genre}, {director}, {vf}][subt] This gives me the following result: Bad Boys (1995) [Action, Michael Bay, 1080p]/Bad Boys (1995).eng [Action, Michael Bay, 1080p][subt] My fault, I used [ ] instead of { }. {ny} [{genre}, {director}, {vf}]/{ple...
by Wolfie
20 Dec 2020, 19:33
Forum: Feature Requests and Bug Reports
Topic: Change : to -
Replies: 15
Views: 14541

Re: Change : to -

{plex.name} [{genre}, {director}, {vf}]/{plex.name} [{genre}, {director}, {vf}] This gives me the following result for the SRT file of a movie: Bad Boys (1995).eng [Action, Michael Bay, 1080p]/Bad Boys (1995).eng [Action, Michael Bay, 1080p] Is there a way to get rid of the '.eng' part or to get it...
by Wolfie
08 Jun 2020, 23:18
Forum: Feature Requests and Bug Reports
Topic: Purchased licence (no email confirmation received when using hotmail.com email address)
Replies: 2
Views: 2053

Re: Purchased licence (no email confirmation received when using hotmail.com email address)

The reason it's called "hotmail" is because it burns all the legitimate email.

Gmail is tons better.
by Wolfie
03 Jun 2020, 07:55
Forum: Feature Requests and Bug Reports
Topic: Force re-hashing in GUI
Replies: 5
Views: 2424

Re: Force re-hashing in GUI

Closing and re-opening is what I'm trying to avoid since it's a nuisance and I'm a lazy butt. Any chance that it could also compare the file size so that if the file size is different, it will generate a new hash instead of using the old one simply based on the same filename?
by Wolfie
03 Jun 2020, 07:36
Forum: Feature Requests and Bug Reports
Topic: Force re-hashing in GUI
Replies: 5
Views: 2424

Re: Force re-hashing in GUI

Yes, the {crc32} tag. The fact that it's stored in memory for awhile can causes issues in certain circumstances, such as the one I mentioned above. I use it on a file, decide that the resulting file and such can be tinkered with, so I get a new file that is different (obviously), but then it hashes ...
by Wolfie
03 Jun 2020, 07:32
Forum: Feature Requests and Bug Reports
Topic: [Read timed out] TheTVDB is down
Replies: 6
Views: 13817

Re: [Read timed out] TheTVDB is down

When TheTVDB is down, then FileBot should create a temporal path to the future when the server will be working again and use that... 🤣 Why did I not think of this elegant yet simple solution? :oops: EDIT: FileBot r7624+1i now implements time travel. Mostly untested though. Might work. Might not, an...
by Wolfie
03 Jun 2020, 07:23
Forum: Feature Requests and Bug Reports
Topic: Force re-hashing in GUI
Replies: 5
Views: 2424

Force re-hashing in GUI

I know about the -clear-cache option, but this is more of a case-by-case basis option. When using the GUI and matching files, if a filename has already been hashed, then it uses that previous value instead of doing a fresh hash of the file. Okay so far. However, if encoding the same (movie/episode) ...
by Wolfie
03 Jun 2020, 07:02
Forum: Feature Requests and Bug Reports
Topic: Download .torrent on PC1 then download files on PC2?
Replies: 4
Views: 2557

Re: Download .torrent on PC1 then download files on PC2?

Not sure why you would want to do it, but there is an easy way. Have a script called that will copy the .torrent file to a share from PC2 where PC2's torrent client is monitoring for new torrents to download. Though to be honest, wouldn't it just be easier to have a script copy the contents to the o...
by Wolfie
03 Jun 2020, 06:54
Forum: Feature Requests and Bug Reports
Topic: [Read timed out] TheTVDB is down
Replies: 6
Views: 13817

Re: [Read timed out] TheTVDB is down

I think this is a bug in FileBot. When TheTVDB is down, then FileBot should create a temporal path to the future when the server will be working again and use that... 🤣 Okay being serious, when it's down, the GUI gives a little error message in a window, but that message disappears kind of quick and...
by Wolfie
29 Aug 2019, 15:42
Forum: Feature Requests and Bug Reports
Topic: Dragging in another movie file - it clears the list ?
Replies: 6
Views: 3089

Re: Dragging in another movie file - it clears the list ?

Add an option? "Drag & Drop behavior: Append to current list/Start new list" Make modifier do the opposite action of the chosen primary action. Either that or have a pop-up that warns of clearing the current list, with options of "Cancel," "Continue," and a button a...
by Wolfie
29 Aug 2019, 14:00
Forum: Feature Requests and Bug Reports
Topic: Move the file type tags to the left in the panels please.
Replies: 5
Views: 2399

Re: Move the file type tags to the left in the panels please.

If the original names are long enough (or window isn't wide enough), then I still won't see the first part of the name with the extension.
:P
by Wolfie
29 Aug 2019, 13:21
Forum: Feature Requests and Bug Reports
Topic: Move the file type tags to the left in the panels please.
Replies: 5
Views: 2399

Re: Move the file type tags to the left in the panels please.

When I load a folder, I do a match and if I see a bunch of srt files or something else that I want to get rid of (let's say avi instead of mp4's but only certain ones), it's easier to have the extension and name both visible at the same time. I know that renaming srt files is a feature, but sometime...
by Wolfie
29 Aug 2019, 13:00
Forum: Feature Requests and Bug Reports
Topic: Move the file type tags to the left in the panels please.
Replies: 5
Views: 2399

Move the file type tags to the left in the panels please.

TSIA. When doing a match and having the new names pop up in the right panel, the file type on both sides gets shoved further and further to the right, so that to see a file type you have to scroll it. Any chance of those little yellow suckers being on the left side (at least on the left panel), so t...
by Wolfie
29 Aug 2019, 12:19
Forum: Feature Requests and Bug Reports
Topic: Change : to -
Replies: 15
Views: 14541

Re: Change : to -

cortx, here's the format I use for my movies... { def vol="P", drive="01", drives="01|02|03|04|05|35|43|44" def releaseType='', replaceFinds="CGI", collectionsFolder="_", collectionsFile="P:/collections.txt", alt="wolf" def year=y...
by Wolfie
29 Aug 2019, 12:03
Forum: Help and Support
Topic: "No files selected for processing"
Replies: 15
Views: 5345

Re: "No files selected for processing"

I was starting to submit a bug report but decided to double check myself and glad I did. Part of the problem is that the 64 bit version of qBit (qBittorrent) hides cmd windows that are forked, with no way (that I know of) to force them to be seen. Not bad if you just straight out call a script and n...
by Wolfie
29 Aug 2019, 01:04
Forum: Help and Support
Topic: "No files selected for processing"
Replies: 15
Views: 5345

Re: "No files selected for processing"

:arrow: If that argument doesn't exist, you'll get an error, and FileBot will do nothing. I was writing it as I was trying things, so I had tried that before discovering that extra spaces were being stripped. :P :idea: The amc script is lenient with bad input, and if you pass in a folder that conta...
by Wolfie
28 Aug 2019, 21:13
Forum: Help and Support
Topic: "No files selected for processing"
Replies: 15
Views: 5345

Re: "No files selected for processing"

filebot -mediainfo -r /ut/dir Illegal Argument: java.nio.file.NoSuchFileException: S:\ut\dir (\ut\dir) It does that for the actual folder name as well. If you look at the PM again, the ut_dir is defined with an actual value. Oddly enough, if I do a "dir \ut\dir" to get a listing of files,...
by Wolfie
28 Aug 2019, 14:24
Forum: Help and Support
Topic: "No files selected for processing"
Replies: 15
Views: 5345

Re: "No files selected for processing"

Sent the info in a PM.
by Wolfie
28 Aug 2019, 13:46
Forum: Help and Support
Topic: "No files selected for processing"
Replies: 15
Views: 5345

Re: "No files selected for processing"

Not using one.
by Wolfie
28 Aug 2019, 11:47
Forum: Help and Support
Topic: "No files selected for processing"
Replies: 15
Views: 5345

Re: "No files selected for processing"

In one file for a different show, I see "Skip short video" for some featurettes. However, in the one this topic is about, nothing about files being skipped. For one, I see the Input: list and such. In the issue one, no such list. Goes right from the formats to "No files selected for p...
by Wolfie
28 Aug 2019, 07:22
Forum: Help and Support
Topic: "No files selected for processing"
Replies: 15
Views: 5345

Re: "No files selected for processing"

Okay so where do I find those logs? I looked in the AppData/Roaming/FileBot/logs folder and that log file doesn't show anything additional (not even when tried with "--log all" and neither does the stdout (which I redirect to my own log files).
by Wolfie
28 Aug 2019, 02:03
Forum: Help and Support
Topic: "No files selected for processing"
Replies: 15
Views: 5345

"No files selected for processing"

I'll send you a PM if you want (likely), but here's the situation. Go several files of a TV show and the log reports "No files selected for processing" at the end (just before the "Done" and the shrugging shoulders). When using the GUI, it detects potential matches, but in the lo...