Search found 17 matches

by cagenuts
02 Nov 2023, 06:31
Forum: Windows
Topic: Only output subtitle based on a metric
Replies: 2
Views: 524

Re: Only output subtitle based on a metric

This is very good, thank you!

I will update this thread if I pick up any funnies.

Much appreciated.
by cagenuts
01 Nov 2023, 15:39
Forum: Windows
Topic: Only output subtitle based on a metric
Replies: 2
Views: 524

Only output subtitle based on a metric

You helped me before on this. This is part of a GUI preset {if (textLanguages)".${text.collect{ it.Title ? "${it.'Language/String3'} ($it.Title)" : it.'Language/String3' } }"} Which produces this. [eng, eng (HI), eng (HI-C)] Two questions if I may. 1. Is it possible to change the...
by cagenuts
20 Jun 2023, 11:48
Forum: Scripting and Automation
Topic: Qbittorrent file renaming without moving files
Replies: 5
Views: 617

Re: Qbittorrent file renaming without moving files

I use a script from github that I modified slightly and this allows you to rename or move a file to another location (locally to qBit). You have to copy the hash from within qBit, then shut it down, then rename or move the file, then run the script which prompts for the hash and new location and fin...
by cagenuts
23 Mar 2023, 05:30
Forum: Feature Requests and Bug Reports
Topic: Trouble matching QI XS
Replies: 5
Views: 522

Re: Trouble matching QI XS

Update. Unrelated to QI XS, my single episode preset is still not working. The preset initially finds no matching series, then when I click on Fetch and then TVDB, it finds a matching series but decides to put the episode in a folder which is not what the preset code prescribes. I've tried a couple ...
by cagenuts
22 Mar 2023, 22:47
Forum: Feature Requests and Bug Reports
Topic: Trouble matching QI XS
Replies: 5
Views: 522

Re: 5.0.1 (r9665) preset bug

Ok great so it's not a bug per se, just because of the XS part. Just happened that it was the first series that I processed after upgrading. Thanks for looking into it.
by cagenuts
22 Mar 2023, 15:57
Forum: Feature Requests and Bug Reports
Topic: Trouble matching QI XS
Replies: 5
Views: 522

Trouble matching QI XS

I normally use a gui preset to rename a tv episode. This is my preset. {n.replaceAll(/[:|]/, "ː")}.{episode.special ? 'S00E'+special.pad(2) : s00e00}.{T.replaceAll(/[:|]/, "ː")}{ '.' + any{ "$vs".upper() }{ 'WEB-DL' } }{".$hd"}{".$hpi"}{".$vcf&q...
by cagenuts
19 Feb 2023, 11:26
Forum: Feature Requests and Bug Reports
Topic: FileBot 5.0.0 (r9644) feedback
Replies: 1
Views: 438

FileBot 5.0.0 (r9644) feedback

1. After I added my own preset the default presets are not visible. They are there if you edit a preset though. 2. Added {acf} audio channel format tag binding Not sure what this was supposed to add but it seemed to combine these :- {".$ac"}{".$channels"} 3. Added {cf} file creat...
by cagenuts
23 Feb 2022, 12:18
Forum: Help and Support
Topic: Moving ALL files in subfolder to named parent folder
Replies: 2
Views: 1394

Re: Moving ALL files in subfolder to named parent folder

Thanks, I'll take a look. Perhaps I could also only process the video files and tick the 'Import Companion Files' and see if that just moves the other file types.
by cagenuts
23 Feb 2022, 11:31
Forum: Help and Support
Topic: Moving ALL files in subfolder to named parent folder
Replies: 2
Views: 1394

Moving ALL files in subfolder to named parent folder

I routinely collate individual TV show episodes into a season/series pack. For seeding purposes I don't rename the actual files but just create a new root folder for that season/series. Here is my GUI script; ../{n.replaceAll(/[:|]/, "ː").replace('/' : '⁄')} - {episode.special ? 'Specials ...
by cagenuts
06 Jan 2022, 12:12
Forum: Windows
Topic: Filebot is infinitely better than Sonarr
Replies: 2
Views: 1835

Re: Filebot is infinitely better than Sonarr

Yes I was pointing out that Filebot works like a bomb.
by cagenuts
06 Jan 2022, 09:45
Forum: Windows
Topic: Filebot is infinitely better than Sonarr
Replies: 2
Views: 1835

Filebot is infinitely better than Sonarr

Just wanted to say how impressed I am with Filebot (in general) but I was very impressed when processing episodes this morning. https://i.imgur.com/FaPWzSf.jpg Sonarr would have first just ignored the episode naming structure (unless you've perhaps added some custom settings) or just taken the episo...
by cagenuts
14 Dec 2021, 16:17
Forum: Help and Support
Topic: Create text file based on certain metadata?
Replies: 7
Views: 2010

Re: Create text file based on certain metadata?

Thank you. I'll work on the combination nut need to get up to speed on scripting.

Much appreciated.
by cagenuts
14 Dec 2021, 15:07
Forum: Help and Support
Topic: Create text file based on certain metadata?
Replies: 7
Views: 2010

Re: Create text file based on certain metadata?

You can also derive some value from the Last-Modified file attribute: { f.lastModified().toDate().minusDays(1).format('dd MMM yyyy') } This actually works much better. I can create different presets for different number of days past the air date. So for this file; Heaven Made.S01E01.Episode 1.WEBRi...
by cagenuts
14 Dec 2021, 13:04
Forum: Help and Support
Topic: Create text file based on certain metadata?
Replies: 7
Views: 2010

Re: Create text file based on certain metadata?

1. If the episode hasn't been added to the database yet, then FileBot will not be able to match the episode at all. Presumably, you mean that the episode itself has been added, but the airdate has not yet filled in, and so {d} doesn't work. Some videos are one-off documentaries and will probably ne...
by cagenuts
14 Dec 2021, 08:43
Forum: Help and Support
Topic: Create text file based on certain metadata?
Replies: 7
Views: 2010

Create text file based on certain metadata?

This doesn't apply strictly to a TV episode which is why I've posted it here. Two part question but they are related. 1. Let's say I have a recently aired video but it's not in any of the various databases yet. Heaven Made.S01E01.Episode 1.WEBRip.576p.AVC.AAC.2.0.128 kbps.[eng].mp4 I would like to a...
by cagenuts
06 Dec 2021, 16:07
Forum: Help and Support
Topic: add WEBRip to a file but only if the source is unknown?
Replies: 2
Views: 1568

Re: add WEBRip to a file but only if the source is unknown?

Thank you very much. Appreciate the quick response.
by cagenuts
06 Dec 2021, 14:46
Forum: Help and Support
Topic: add WEBRip to a file but only if the source is unknown?
Replies: 2
Views: 1568

add WEBRip to a file but only if the source is unknown?

Hi there I'm running 4.9.4 Two part question if I may please. 1. Is there a way to add WEBRip to a file but only if the source is unknown? My preset looks like this; {fn}{".$source".upper()}{".$hpi"}{".$vcf"}{".$ac"}{".$channels"}{".$abr"}{...