Search found 23745 matches

by rednoah
Yesterday, 18:19
Forum: Episode / Movie Naming Scheme
Topic: How can i get -iND if no group available and how can i get "Remux and other"
Replies: 4
Views: 75

Re: Help by a Namingscheme ?

You can replace all punctuation like so:

Format: Select all

{ n.ascii().replace('&':'and').replaceAll(/\p{Punct}/, ' ').space('.') }

:idea: Your code turns " - " into "..". That's probably not intentional.
by rednoah
Yesterday, 16:44
Forum: Episode / Movie Naming Scheme
Topic: How can i get -iND if no group available and how can i get "Remux and other"
Replies: 4
Views: 75

Re: Help by a Namingscheme ?

This will get you started: { // Name (Year) ny.space('.') } { // Directors Cut '.[' + edition.space('.') + ']' } { // German Movie? GERMAN // Amercian Movie with German Audio Stream? DUBBED language =~ /deu/ ? '.[GERMAN]' : audioLanguages =~ /deu/ ? '.[DUBBED]' : null } { // AC3 '.[' + ac ...
by rednoah
14 Feb 2025, 13:12
Forum: Feature Requests and Bug Reports
Topic: Filebot, TheMovieDB, etc. don't like colons
Replies: 18
Views: 3151

Re: Filebot, TheMovieDB, etc. don't like colons

FileBot r10503 (see Latest Beta Revisions and Release Candidates) now takes care of stripping the entire \p{Sk} character class in addition to the \p{Punct} character class. This change makes all the Documentary Films sample files above work as expected.
by rednoah
14 Feb 2025, 13:02
Forum: Feature Requests and Bug Reports
Topic: Using Tags
Replies: 4
Views: 4684

Re: Using Tags

by rednoah
14 Feb 2025, 06:32
Forum: Feature Requests and Bug Reports
Topic: Filebot, TheMovieDB, etc. don't like colons
Replies: 18
Views: 3151

Re: Filebot, TheMovieDB, etc. don't like colons

The story deepens! The sample paths you posted use “꞉” U+A789 Modifier Letter Colon and not “∶” U+2236 Ratio . I was only aware of the latter : ratio replacement. Looks like there's not one but two “:” U+003A Colon lookalike characters! I ran a few tests and here are my findings: ✅ TMDB website searc ...
by rednoah
14 Feb 2025, 05:56
Forum: Feature Requests and Bug Reports
Topic: Filebot, TheMovieDB, etc. don't like colons
Replies: 18
Views: 3151

Re: Filebot, TheMovieDB, etc. don't like colons

F7???!!!! Please document these useful features!!! How to Request Help and Q: Does FileBot have keyboard shortcuts? would ideally get you started with learning about useful keyboard shortcuts and debug features. We could add additional links to the docs if you were to point out a page where an ...
by rednoah
14 Feb 2025, 05:02
Forum: Feature Requests and Bug Reports
Topic: Filebot, TheMovieDB, etc. don't like colons
Replies: 18
Views: 3151

Re: Filebot, TheMovieDB, etc. don't like colons

Throwing in some documentary films, and it has issues with most of, but not all the files with the ratio colon replacement character. Please paste a few file paths so that we can run tests and confirm. You can press F7 to copy & paste file paths as text that are currently loaded into FileBot.
by rednoah
13 Feb 2025, 12:40
Forum: Help and Support
Topic: Help with particular usecase - writing .xattr info with source files
Replies: 2
Views: 153

Re: Help with particular usecase - writing .xattr info with source files

:?: Did you configure FileBot to use .xattr folders instead of native file system xattr for metadata storage?

:arrow: You can add and enable the Set xattr metadata on source files post-process script to set xattr metadata on the source files as well, after moving or linking files as usual.
by rednoah
13 Feb 2025, 11:12
Forum: Help and Support
Topic: Filebot nod too difficult for me
Replies: 6
Views: 2392

Re: Filebot nod too difficult for me

I'm trying to use the node and I feel like I need a 3-month class on computer science. FileBot caters to less technical and more technical users alike. I'd just use the FileBot Desktop application and leave it at that. That's what I would recommend to any new user, regardless of whether you're more ...
by rednoah
13 Feb 2025, 10:51
Forum: Windows
Topic: Computer died and lost license key
Replies: 1
Views: 58

Re: Please help

:arrow: How do I receive my license file? :arrow: How do I recover a lost license key? :arrow: Feel free to PM me your name / email address / purchase date and time if you continue to have trouble finding / recovering your order number and license key. The email address you have used to register ...
by rednoah
10 Feb 2025, 17:15
Forum: Scripting and Automation
Topic: [SCRIPT] Import native filesystem xattr metadata from .xattr folder
Replies: 0
Views: 988

[SCRIPT] Import native filesystem xattr metadata from .xattr folder

Script: args.files.each{ f -> def xattr = f.dir / '.xattr' / f.name / 'net.filebot.metadata' if (xattr.exists()) { log.info xattr log.fine xattr.text f.xattr.'net.filebot.metadata' = xattr.text } } Usage: filebot -script /path/to/import-xattr-folder.groovy /path/to/input EDIT: :idea: The built-in ...
by rednoah
10 Feb 2025, 04:19
Forum: Windows
Topic: Unsend Active key
Replies: 1
Views: 1701

Re: Unsend Active key

:arrow: How do I receive my license file? :arrow: How do I recover a lost license key? :arrow: Feel free to PM me your name / email address / purchase date and time if you continue to have trouble finding / recovering your order number and license key. The email address you have used to register ...
by rednoah
08 Feb 2025, 09:33
Forum: Windows
Topic: Replace : colon with ∶ ratio
Replies: 9
Views: 17004

Re: Replace : colon with ∶ ratio

:!: Note that most software expects the file name and the database entry to match exactly. If you mess up the file name by replacing : colon with ∶ ratio then FileBot and any other 3rd party software may have trouble making sense of the file name in the future. :!:
by rednoah
08 Feb 2025, 09:30
Forum: Feature Requests and Bug Reports
Topic: Filebot, TheMovieDB, etc. don't like colons
Replies: 18
Views: 3151

Re: Filebot, TheMovieDB, etc. don't like colons

:idea: I have also investigated the sample movies above. "Avatar꞉ The Way of Water" works because it's a highly rated movie. The samples movies above were not in the search index because they were too badly rated or too short. That's something we can improve upon. If your clear the cache it'll work ...
by rednoah
08 Feb 2025, 09:15
Forum: Windows
Topic: The programm doesn't run
Replies: 1
Views: 396

Re: The programm doesn't run

I can't download it because i allegedly haven't bought it... :?: What makes you think so? Screenshot ? :arrow: You can download and evaluate FileBot without a license. :idea: If FileBot does not launch after you have successfully installed FileBot and clicked on the FileBot icon, then more details ...
by rednoah
08 Feb 2025, 09:01
Forum: Feature Requests and Bug Reports
Topic: watcher script not respecting ignored folders
Replies: 2
Views: 3230

Re: watcher script not respecting ignored folders

The official answer is going to be clearly separating input / output folders, as well as clearly separating incomplete / complete download folders. e.g. /srv/media/Downloads/incomplete /srv/media/Downloads/complete /srv/media/Plex/Movies /srv/media/Plex/TV Shows You can then use -v /srv/media:/srv ...
by rednoah
08 Feb 2025, 03:21
Forum: Feature Requests and Bug Reports
Topic: Specify Jellyfin refresh port in amc script
Replies: 2
Views: 760

Re: Specify Jellyfin refresh port in amc script

You can add :PORT after the HOST or IP bit: --def jellyfin="IP:PORT:API_KEY" :!: Note that you must use an IP if you want HTTP communication. If you specify HOST:PORT then FileBot will communicate on that port with HTTPS . e.g. HTTP --def jellyfin="192.168.1.100" e.g. HTTPS --def jellyfin="seedbox ...
by rednoah
05 Feb 2025, 10:41
Forum: Windows
Topic: How to troubleshoot sorting logic
Replies: 3
Views: 2055

Re: How to troubleshoot sorting logic

The {az} sort collection letter works like so: :idea: Note that {az} is based on the movie {collection} and not necessarily on the movie name. {n[0]} will give you the first letter of the movie name. :arrow: Please read [SNIPPET] Sort into A-Z folders for details. e.g. H/The Hannibal Lecter ...
by rednoah
05 Feb 2025, 10:18
Forum: Feature Requests and Bug Reports
Topic: Filebot, TheMovieDB, etc. don't like colons
Replies: 18
Views: 3151

Re: Filebot, TheMovieDB, etc. don't like colons

I was thinking that if FileBot could simply strip out 'troublesome' characters that confuse TheMovieDB, et al. Then the issue will be solved for everyone, not just me. While this is doable, the issue at hand seems to be quite isolated to your fairly unique combination of circumstances, using ...
by rednoah
05 Feb 2025, 05:47
Forum: Feature Requests and Bug Reports
Topic: Filebot, TheMovieDB, etc. don't like colons
Replies: 18
Views: 3151

Re: Filebot, TheMovieDB, etc. don't like colons

:?: If you have already matched the files, then xattr metadata should take care of identifying the file, not the file name. Does xattr metadata not work on your target file system? See Re-process previously organised files using local xattr metadata for details and examples. :?: So the second ...
by rednoah
05 Feb 2025, 03:16
Forum: Feature Requests and Bug Reports
Topic: Filebot, TheMovieDB, etc. don't like colons
Replies: 18
Views: 3151

Re: Filebot, TheMovieDB, etc. don't like colons

:?: Since you presumably have sample file paths at hand, can I ask you to paste sample file paths as text so that I can run tests? I notably cannot reproduce the problem with the first test case I came up with: Avatar꞉ The Way of Water.mkv :?: If you have already matched the files, then xattr m ...