Search found 8 matches

by CybeleAttis
11 Dec 2023, 04:16
Forum: Windows
Topic: Updating xattr tags when file name and location does not change
Replies: 6
Views: 3067

Re: Updating xattr tags when file name and location does not change

That worked!

Thanks as always for the quick support!
by CybeleAttis
09 Dec 2023, 06:48
Forum: Windows
Topic: Updating xattr tags when file name and location does not change
Replies: 6
Views: 3067

Re: Updating xattr tags when file name and location does not change

----------------------------
FileBot 5.1.2 (r10125)
JNA Native: 6.1.6
MediaInfo: 23.10
7-Zip-JBinding: 16.02
Tools: fpcalc/1.5.0
Extended Attributes: OK
Unicode Filesystem: OK
Script Bundle: 2023-11-06 (r952)
Groovy: 4.0.15
JRE: OpenJDK Runtime Environment 17.0.8
JVM: OpenJDK 64-Bit Server VM
CPU ...
by CybeleAttis
08 Dec 2023, 21:10
Forum: Windows
Topic: Updating xattr tags when file name and location does not change
Replies: 6
Views: 3067

Updating xattr tags when file name and location does not change

Hi,

Previously I was able to use the Filebot UI to tag files with xattr data even if the file itself was not being renamed or moved. This was useful as I sometimes re-encode and replace certain files in my library, which leaves them in the original location and with the original name, just lacking ...
by CybeleAttis
24 Jul 2023, 06:46
Forum: Help and Support
Topic: Using Filebot to pull a list of show statuses
Replies: 2
Views: 1485

Re: Using Filebot to pull a list of show statuses

This worked perfectly! Thank you!
by CybeleAttis
24 Jul 2023, 04:14
Forum: Help and Support
Topic: Using Filebot to pull a list of show statuses
Replies: 2
Views: 1485

Using Filebot to pull a list of show statuses

Hi, I'm wondering if there would be a way to use Filebot to pull show information and print in a list, similar to the missing episodes script, but looking at all shows (ie. any show with at least 1 file with xattr info pointing to it in the directory} and just producing a line for each show with the ...
by CybeleAttis
05 Feb 2023, 10:59
Forum: Scripting and Automation
Topic: Modifying Missing Episode Script to return airing dates
Replies: 5
Views: 7982

Re: Modifying Missing Episode Script to return airing dates

I'll just cop to having missed that line and assuming it was part of your signature :oops:

Thank you very much, working great now :D
by CybeleAttis
05 Feb 2023, 07:46
Forum: Scripting and Automation
Topic: Modifying Missing Episode Script to return airing dates
Replies: 5
Views: 7982

Re: Modifying Missing Episode Script to return airing dates

Thank you for responding so quickly!

When I try to run the code above in powershell, I get the following error.


No signature of method: net.filebot.format.ExpressionFormat.apply() is applicable for argument types: (net.filebot.web.Episode) values: [Futurama - 8x01 - The Impossible Stream ...
by CybeleAttis
05 Feb 2023, 02:12
Forum: Scripting and Automation
Topic: Modifying Missing Episode Script to return airing dates
Replies: 5
Views: 7982

Modifying Missing Episode Script to return airing dates

Hi,

I was wondering if there would be a way to modify the missing episode script included with filebot to return the airing date of the episode when it provides the list, or a null value when the date isn't listed yet.

I had a look at the script code on github, but I haven't used groovy much, so ...