Search found 20934 matches
- Yesterday, 22:15
- Forum: Scripting and Automation
- Topic: Updating names with keeplink
- Replies: 3
- Views: 57
Re: Updating names with keeplink
1. Usually they don't but in some shows they do, or rather, the databases initially have all episodes as "Episode 1", "Episode 2", ... and someone later updates the titles. One example is "Last Week Tonight with John Oliver". If you process a file within minutes of release, this might happen. The so...
- Yesterday, 20:10
- Forum: Scripting and Automation
- Topic: Updating names with keeplink
- Replies: 3
- Views: 57
Re: Updating names with keeplink
:?: What is the purpose of "updating names", perhaps episode titles? Those don't typically change much over time... :?: Sounds like you're making life difficult for yourself by creating symbolic link files to file paths that can change. Why not use hardlinks instead? Just have the same file at multi...
- Yesterday, 13:32
- Forum: Windows
- Topic: filename.ts.meta renames to filename.meta
- Replies: 5
- Views: 116
Re: filename.ts.meta renames to filename.meta
The key is testing your custom format with a real file / episode pair so that you can test with the specific corner case at hand.
- 04 Jul 2022, 19:34
- Forum: Windows
- Topic: filename.ts.meta renames to filename.meta
- Replies: 5
- Views: 116
Re: filename.ts.meta renames to filename.meta
1. Load your files and match them up against your preferred database 2. Double-Click on the New Names on the right-handside that corresponds to your file.ts.meta file on the left-hand side and then select Edit Format . 3. Play with it. Try a bit of trial and error and see if you can figure it out. I...
- 04 Jul 2022, 19:19
- Forum: Help and Support
- Topic: filebot node: binding for track number and name for music
- Replies: 2
- Views: 46
Re: filebot node: binding for track number and name for music
1. {pi} and {t} will give you the track number and track title. :idea: You can use MediaInfo bindings to access arbitrary MediaInfo properties. https://i.imgur.com/I7ulhvt.png 2. You'll always want to prototype your custom format in the FileBot Desktop application / Format Editor first: https://yout...
- 04 Jul 2022, 17:46
- Forum: Help and Support
- Topic: Lost my License
- Replies: 17
- Views: 3678
Re: Lost my License
Using Gmail (for search and lookup) and not deleting email will usually do the trick. Please let us know if you have trouble with Paddle support. We can help you as well, once you've got your Paddle order number.
- 04 Jul 2022, 17:39
- Forum: Windows
- Topic: filename.ts.meta renames to filename.meta
- Replies: 5
- Views: 116
Re: filename.ts.meta renames to filename.meta
Yes, you just have to customise your format to preserve that part as well, since FileBot will only preserve the file extension: { fn.match(/[.]ts/) } :arrow: See Companion Files (Type 1) for details. :idea: Alternatively, you can generate the .ts bit for some files but not others using if-then-else ...
- 03 Jul 2022, 09:50
- Forum: Help and Support
- Topic: I use {plex.name}/{plex.name} as format and get MovieTitle.eng/MovieTitle.eng as destination file path
- Replies: 3
- Views: 124
Re: I use {plex.name}/{plex.name} as format and get MovieTitle.eng/MovieTitle.eng as destination file path
{plex} format covers everything you need to know, with one representative example for each property or operator. Note that you are not limited to these examples verbatim. The number of format possibilities that use {plex} as a building block is infinite. :idea: The possible variations are infinite ...
- 03 Jul 2022, 09:43
- Forum: Feature Requests and Bug Reports
- Topic: Music Video Ranaming
- Replies: 1
- Views: 35
Re: Music Video Ranaming
FileBot can rename music video files, assuming AcoustID can match the audio track. This may work for some files but not others, depending on the audio fingerprint. Alternatively, if metadata is already embedded into the file then that will work as well: https://www.filebot.net/forums/viewtopic.php?t...
- 01 Jul 2022, 12:32
- Forum: Help and Support
- Topic: Lost my License
- Replies: 17
- Views: 3678
Re: Lost my License
If you want to recover a lost license key or a never received license key , please contact Paddle (our payment processor) with your name , email and payment details so they can look up your order and resend your license confirmation. If you have multiple purchases under your email address, then you...
- 30 Jun 2022, 12:29
- Forum: Feature Requests and Bug Reports
- Topic: Feature Request: Select Best Match Screen to sort alphabetically
- Replies: 3
- Views: 107
Re: Feature Request: Select Best Match Screen to sort alphabetically
Let's have a look at screenshots / sample files first and then decide how best to approach this particular use case, whatever it may be. The problem may very well just be searching for the wrong thing, as opposed to having too many options when searching for the right thing. :idea: Press Skip if you...
- 29 Jun 2022, 16:04
- Forum: Feature Requests and Bug Reports
- Topic: Feature Request: Select Best Match Screen to sort alphabetically
- Replies: 3
- Views: 107
Re: Feature Request: Select Best Match Screen to sort alphabetically
Can you provide a screenshot or sample file paths?
- 25 Jun 2022, 12:42
- Forum: Scripting and Automation
- Topic: Comments on License Error: Banned due to abuse
- Replies: 112
- Views: 59089
Re: Comments on License Error: Banned due to abuse
What are you doing? What does the log say?
If you see license activations multiple times per day, then you're likely accidentally deleting application state:
viewtopic.php?t=9594

viewtopic.php?t=9594
- 25 Jun 2022, 12:04
- Forum: Feature Requests and Bug Reports
- Topic: minFileAge in hours - amc script
- Replies: 7
- Views: 244
Re: minFileAge in hours - amc script
You can use -script dev:amc to run the latest and greatest:
viewtopic.php?t=5
viewtopic.php?t=5
- 24 Jun 2022, 18:38
- Forum: Feature Requests and Bug Reports
- Topic: minFileAge in hours - amc script
- Replies: 7
- Views: 244
Re: minFileAge in hours - amc script
You'd typically set up your upstream application to only call filebot once the download / recording / etc is complete. The "check for files that haven't been modified recently" approach is the last-resort approach for when your upstream application doesn't support calling 3rd party applications on c...
- 24 Jun 2022, 12:27
- Forum: Help and Support
- Topic: I use {plex.name}/{plex.name} as format and get MovieTitle.eng/MovieTitle.eng as destination file path
- Replies: 3
- Views: 124
Re: Renaming help
If {plex.name} is MovieTitle.eng then M:/Movies-1/{plex.name}/{plex.name} is M:/Movies-1/MovieTitle.eng/MovieTitle.eng . You'll want stick to the {plex} format as-is (and not re-arranged bits and pieces) and everything will work out of the box. :idea: If you want to customize your destination format...
- 24 Jun 2022, 11:53
- Forum: Feature Requests and Bug Reports
- Topic: minFileAge in hours - amc script
- Replies: 7
- Views: 244
Re: minFileAge in hours - amc script
:?: Which OS are you using? :idea: If you're using Linux, then Creation-Date does not exist, and Last-Modified is used instead. If you're using Windows or Mac then Creation-Date is used. Unfortunately, there's no way to change this behaviour without modifying the amc script yourself. :arrow: The eas...
- 23 Jun 2022, 17:59
- Forum: Feature Requests and Bug Reports
- Topic: minFileAge in hours - amc script
- Replies: 7
- Views: 244
Re: minFileAge in hours - amc script
--def minFileAge does accept fractional numbers because the String value you pass in is interpreted as double-precision Decimal number, so --def minFileAge=0.04 should just work: https://github.com/filebot/scripts/blob/master/amc.groovy#L50 :?: What age do you get for test files where --def minFile...
- 22 Jun 2022, 12:38
- Forum: Scripting and Automation
- Topic: AMC not using IMDB id/url in sibling .nfo
- Replies: 6
- Views: 198
Re: AMC not using IMDB id/url in sibling .nfo
No worries. FileBot r9241 will just work. :idea: Note that this issue is specific to the amc script because GUI and CLI usage typically includes selecting either Episode Mode or Movie Mode when processing files, e.g. filebot -rename --db MovieDB ... just works because --db MovieDB forces Movie Mode ...
- 21 Jun 2022, 22:28
- Forum: Feature Requests and Bug Reports
- Topic: Strict mode causes fb to "Ignore orphaned subtitles"
- Replies: 3
- Views: 102
Re: Strict mode causes fb to "Ignore orphaned subtitles"
True Things is from 2022 so if the year was correct, it likely would have worked better. True Things and Terrible Things are pretty similar name-wise. Some alias name in some language perhaps even more so. There's a release group named True which lowers the weight factor of this particular keyword ...
- 21 Jun 2022, 22:06
- Forum: Windows
- Topic: Trying to rename folders with symb link function and having errors
- Replies: 1
- Views: 147
Re: Trying to rename folders with symb link function and having errors
:!: FileBot fundamentally can only rename / re-organize files that are conceptually Episode or Movie type objects. FileBot notably cannot process or identify "Series" type objects (FileBot will internally match your folder to some Episode; somewhat randomly if the input file / folder isn't an Episod...
- 21 Jun 2022, 21:23
- Forum: Scripting and Automation
- Topic: AMC not using IMDB id/url in sibling .nfo
- Replies: 6
- Views: 198
Re: AMC not using IMDB id/url in sibling .nfo
Please try FileBot r9241 and check if it now works for your use case:
viewtopic.php?t=1609
There will likely be a new stable release within the next 2-3 months.
viewtopic.php?t=1609

- 21 Jun 2022, 21:17
- Forum: Feature Requests and Bug Reports
- Topic: Strict mode causes fb to "Ignore orphaned subtitles"
- Replies: 3
- Views: 102
Re: Strict mode causes fb to "Ignore orphaned subtitles"
Strict Mode will indeed ignore files that aren't already somewhat reasonably well-named. If the file isn't named something along the lines Name (Year) as opposed to 6_English.srt then it won't work. :idea: In this case, the amc script is pre-emptively ignoring the file, because it knows in advance ...
- 20 Jun 2022, 09:26
- Forum: Episode / Movie Naming Scheme
- Topic: Netflix, Amazon and others Naming Scheme
- Replies: 1
- Views: 76
Re: Netflix, Amazon and others Naming Scheme
e.g. either "NF " or nothing:
Learn how {expressions} work and useful Helper Functions
The {source} source match binding can probably replace your fn.match(/custom pattern/) code:
Code: Select all
{ fn.match(/NF/) + ' ' }


Code: Select all
{source}
- 20 Jun 2022, 08:18
- Forum: Scripting and Automation
- Topic: AMC not using IMDB id/url in sibling .nfo
- Replies: 6
- Views: 198
Re: AMC not using IMDB id/url in sibling .nfo
Looks like it's being processed as series, and not as movie, and so it doesn't work: Group: {Series=auto media} => [The.Sadness.Uncut.[4K.UHD].2022.2160p.AMZN.WEB-DL.DDP.5.1.HDR.H.265-Lee.mkv] Rename episodes using [TheTVDB] with [Airdate] :arrow: You can use --def ut_label=Movie to force Movie Mode...