Search found 22991 matches

by rednoah
Today, 09:32
Forum: Scripting and Automation
Topic: Periods in renamed files
Replies: 1
Views: 27

Re: Periods in renamed files

e.g. use space instead of . in your format:

Format: Select all

{n} {s00e00} {t} {vc} {ac}
by rednoah
Yesterday, 19:08
Forum: Windows
Topic: Filebot just buyed but dont work
Replies: 4
Views: 111

Re: Filebot just buyed but dont work

But filebot is not added on software list, do you have a workaround ? Sorry, you'll have to ask NordVPN support how to make their VPN work correctly. :idea: You could try this though: :idea: The java.net.preferIPv4Stack settings may (or may not) serve as a alternative workaround: Force IPv4 network...
by rednoah
21 Apr 2024, 17:43
Forum: Episode / Movie Naming Scheme
Topic: How to pad a single digit in Title Name?
Replies: 2
Views: 43

Re: How to pad a single digit in Title Name?

e.g.

Format: Select all

{ 'Episode 1'.replaceAll(/Episode \d/){ it.pad(2) } }

Code: Select all

Episode 01


:idea: The String.pad() helper notably works for any number in any String value:

Format: Select all

{ 'Episode 1'.pad(2) }
by rednoah
20 Apr 2024, 08:35
Forum: Synology NAS & Embedded Linux
Topic: [HARDLINK] Help understanding filesystems vs volumes on Syn NAS
Replies: 1
Views: 120

Re: Help understanding filesystems vs volumes on Syn NAS

My main question is why Filebot and/or Synology are treating Shared Folders (NFS) as different filesystems. I thought they'd be treated as the same. Keep in mind that FileBot itself is not doing file system operations. FileBot is politely asking the OS to perform an operation (e.g. hardlink A to B)...
by rednoah
19 Apr 2024, 08:53
Forum: Scripting and Automation
Topic: conflict replace gets skipped
Replies: 4
Views: 87

Re: conflict replace gets skipped

If you use --action hardlink and --conflict replace and if source / destination are already the same file then FileBot will still skip the operation since deleting the hardlink and then creating the same hardlink again is effectively no operation: [HARDLINK] Skipped [A] because [B] already exists :i...
by rednoah
19 Apr 2024, 07:24
Forum: Scripting and Automation
Topic: conflict replace gets skipped
Replies: 4
Views: 87

Re: conflict replace gets skipped

You'll want to process only files that have not yet been processed. :arrow: Since you're using hardlinks, the link count will tell you if the file has been processed or not. See How do I process only specific kinds of files? › Option 4: Start FileBot with --file-filter from Terminal for details and ...
by rednoah
19 Apr 2024, 01:48
Forum: Windows
Topic: Renaming reverts back after reboot
Replies: 1
Views: 58

Re: Renaming reverts back after reboot

If you rename files then they stay that way. Doesn't matter if you're doing it with FileBot or with something else. There's no way to "temporary" move / rename a file which is then undone on reboot. Here's how Revert files via the internal History works. You can use that to manually un-ren...
by rednoah
19 Apr 2024, 01:29
Forum: Episode / Movie Naming Scheme
Topic: How to Organise Folders by Groups of Letters
Replies: 1
Views: 47

Re: How to Organise Folders by Groups of Letters

e.g. { switch(az) { case 'A'..'E': return 'A-E' case 'F'..'J': return 'F-J' case 'K'..'O': return 'K-O' case 'P'..'T': return 'P-T' case 'U'..'Z': return 'U-Z' case '0-9': return '0-9' default: return '###' } } :idea: Note that {az} will return "0-9" by default (and not just a single digi...
by rednoah
19 Apr 2024, 00:41
Forum: Windows
Topic: -rename keeplink errors with "The file or directory is not a reparse point"
Replies: 10
Views: 391

Re: -rename keeplink errors with "The file or directory is not a reparse point"

1. I want the original folder/filenames on INCOMING_NAS as links so I can continue seeding them without wasting space. You want files on INCOMING_NAS to be links to files on STORAGE_NAS. You therefore do not want folders linking to other folders . The folder linking bit does not make sense if you th...
by rednoah
19 Apr 2024, 00:20
Forum: Windows
Topic: Using collections in the naming scheme - is this possible?
Replies: 2
Views: 49

Re: Using collections in the naming scheme - is this possible?

Yes, the {collection} binding will give you the movie collection name:

Format: Select all

{ collection }

e.g.

Format: Select all

D:/Movies/{ collection }/{ ~plex }
by rednoah
18 Apr 2024, 23:57
Forum: Windows
Topic: Filebot just buyed but dont work
Replies: 4
Views: 111

Re: Filebot just buyed but dont work

:?: Are you using NordVPN split tunnelling by any chance? NordVPN split tunnelling is known to fundamentally break network connections for some users: java.net.BindException: Cannot assign requested address: no further information :arrow: [NordVPN] java.net.BindException: Cannot assign requested add...
by rednoah
17 Apr 2024, 11:30
Forum: Windows
Topic: -rename keeplink errors with "The file or directory is not a reparse point"
Replies: 10
Views: 391

Re: -rename keeplink errors with "The file or directory is not a reparse point"

1. I would symlink each file rather than the parent folder. I see no benefit in moving the files to a new structure - keeping the original file names - and then symlinking the parent folder. e.g. multi-file torrent INCOMING_ NAS\movies\movie.year.group.encoding.blah.blah\movie.year.group.encoding.bl...
by rednoah
16 Apr 2024, 14:08
Forum: Scripting and Automation
Topic: Possible to take resolution from mediainfo:
Replies: 2
Views: 98

Re: Possible to take resolution from mediainfo:

:idea: The {vf} binding will give you the "rounded" video format value, e.g. 720p even if the video height is not exactly 1280x720 pixels.

:idea: {vs} will give you the video source. See Source Media {vs} and {source} for details.


e.g.

Format: Select all

{vs}-{vf}
by rednoah
16 Apr 2024, 05:31
Forum: Windows
Topic: -rename keeplink errors with "The file or directory is not a reparse point"
Replies: 10
Views: 391

Re: -rename keeplink errors with "The file or directory is not a reparse point"

I can see some history but not enough to make it worthwhile to revert and re-do will apply import. So I guess -exec mklink will have to do. I assume historic.f is the original filename and f is the new filename? I want to link the directory not the file. Is that possible? I don't think it's concept...
by rednoah
16 Apr 2024, 05:04
Forum: Windows
Topic: All of a sudden getting file permissions warning when moving to Nvidia Shield
Replies: 1
Views: 79

Re: All of a sudden getting file permissions warning when moving to Nvidia Shield

FileBot uses xattr metadata . If you move a file that has xattr metadata to file system that does not support xattr (e.g. FAT) then some versions of Windows may warn you that this metadata will get lost. That said, I haven't seen these warnings since Windows 7 / 8 myself at the very least. :arrow: I...
by rednoah
16 Apr 2024, 04:53
Forum: Windows
Topic: -rename keeplink errors with "The file or directory is not a reparse point"
Replies: 10
Views: 391

Re: -rename keeplink errors with "The file or directory is not a reparse point"

:idea: FileBot keeps a History so you can always check which file was moved where after the fact. :idea: If you want copy along Companion Files then you can enable the Import companion files feature when processing files. You probably won't be able to process orphaned companion files after the prima...
by rednoah
16 Apr 2024, 04:14
Forum: Feature Requests and Bug Reports
Topic: Can "Edit Name" & "Edit Match" be added to the Right-Click Menu?
Replies: 1
Views: 184

Re: Can "Edit Name" & "Edit Match" be added to the Right-Click Menu?

Double-Left-Click <New Names Item> will open the action.match.small Edit Match actions specific for the select item: https://i.imgur.com/bcvSeoJ.png :idea: This selection-specific Edit Format action will open the specific Episode Format Editor with the specific File / Episode match that you have se...
by rednoah
16 Apr 2024, 03:45
Forum: Windows
Topic: -rename keeplink errors with "The file or directory is not a reparse point"
Replies: 10
Views: 391

Re: -rename keeplink errors with "The file or directory is not a reparse point"

:?: Does Windows allow remote UNC file paths as symlink target in the first place? (Maybe. Maybe not. You'll want to run your own tests.) :arrow: I'd map \\skinnier\skinny_backup as network drive with a drive letter to make it look like a local drive with local file paths. You will probably fare bet...
by rednoah
15 Apr 2024, 13:45
Forum: Feature Requests and Bug Reports
Topic: Use themoviedb instead thetvdb for naming episode
Replies: 7
Views: 5328

Re: Use themoviedb instead thetvdb for naming episode

When using TheMovieDB , then --order Absolute will pick the first episode group of that type. It's unfortunately not possible to manually select an episode group by group id, so renaming files against TVDB Order (Absolute) specifically is not possible. :idea: Since you are trying to match files agai...
by rednoah
13 Apr 2024, 19:49
Forum: macOS
Topic: FileBot Not Running on Sonoma (14.3)
Replies: 15
Views: 1107

Re: FileBot Not Running on Sonoma (14.3)

I have received your email. Thank you. :idea: Comparing the ioreg from various macOS machines, there is indeed a unique IOEthernetInterface entry without a IOPrimaryInterface property in your ioreg output: | | | | +-o IOEthernetInterface <class IOEthernetInterface, id 0x1000008ba, registered, matche...
by rednoah
13 Apr 2024, 06:31
Forum: Synology NAS & Embedded Linux
Topic: [China] HTTP connect timed out
Replies: 1
Views: 145

Re: HTTP connect timed out and can't create hardlink

Your machine is unable to connect to TheMovieDB: java.net.http.HttpConnectTimeoutException: HTTP connect timed out Maybe it's you. Maybe it's the server. Maybe it's something in between, e.g. VPN, ISP, GFW, etc that interferes with or blocks the connection. If it worked before, then it's probably a ...