This is very good, thank you!
I will update this thread if I pick up any funnies.
Much appreciated.
Search found 17 matches
- 02 Nov 2023, 06:31
- Forum: Windows
- Topic: Only output subtitle based on a metric
- Replies: 2
- Views: 1714
- 01 Nov 2023, 15:39
- Forum: Windows
- Topic: Only output subtitle based on a metric
- Replies: 2
- Views: 1714
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 comma to a period ...
- 20 Jun 2023, 11:48
- Forum: Scripting and Automation
- Topic: Qbittorrent file renaming without moving files
- Replies: 5
- Views: 2467
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 ...
- 23 Mar 2023, 05:30
- Forum: Feature Requests and Bug Reports
- Topic: Trouble matching QI XS
- Replies: 5
- Views: 1541
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 ...
- 22 Mar 2023, 22:47
- Forum: Feature Requests and Bug Reports
- Topic: Trouble matching QI XS
- Replies: 5
- Views: 1541
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.
- 22 Mar 2023, 15:57
- Forum: Feature Requests and Bug Reports
- Topic: Trouble matching QI XS
- Replies: 5
- Views: 1541
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"}{".$acf"}{".$abr"}{".$textLanguages"} This has worked p ...
- 19 Feb 2023, 11:26
- Forum: Feature Requests and Bug Reports
- Topic: FileBot 5.0.0 (r9644) feedback
- Replies: 1
- Views: 856
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 creation date binding I ...
- 23 Feb 2022, 12:18
- Forum: Help and Support
- Topic: Moving ALL files in subfolder to named parent folder
- Replies: 2
- Views: 2016
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.
- 23 Feb 2022, 11:31
- Forum: Help and Support
- Topic: Moving ALL files in subfolder to named parent folder
- Replies: 2
- Views: 2016
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 ' ...
- 06 Jan 2022, 12:12
- Forum: Windows
- Topic: Filebot is infinitely better than Sonarr
- Replies: 2
- Views: 2794
Re: Filebot is infinitely better than Sonarr
Yes I was pointing out that Filebot works like a bomb.
- 06 Jan 2022, 09:45
- Forum: Windows
- Topic: Filebot is infinitely better than Sonarr
- Replies: 2
- Views: 2794
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 ...
- 14 Dec 2021, 16:17
- Forum: Help and Support
- Topic: Create text file based on certain metadata?
- Replies: 7
- Views: 3293
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.
Much appreciated.
- 14 Dec 2021, 15:07
- Forum: Help and Support
- Topic: Create text file based on certain metadata?
- Replies: 7
- Views: 3293
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 ...
- 14 Dec 2021, 13:04
- Forum: Help and Support
- Topic: Create text file based on certain metadata?
- Replies: 7
- Views: 3293
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 ...
- 14 Dec 2021, 08:43
- Forum: Help and Support
- Topic: Create text file based on certain metadata?
- Replies: 7
- Views: 3293
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 ...
- 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: 2063
Re: add WEBRip to a file but only if the source is unknown?
Thank you very much. Appreciate the quick response.
- 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: 2063
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"}{".$textLanguages"} and I'd like the output to be something ...