Search found 4 matches

by iAmKoinu
13 Nov 2018, 07:10
Forum: Help and Support
Topic: How to check filepath with a space in it?
Replies: 2
Views: 1862

Re: How to check filepath with a space in it?

I see. So you're saying this particular bit doesn't work as expected? file =~ /Media (Complete)/ Note that file =~ /.../ expects a Regular Expression, and not a String Literal value, meaning (...) is interpreted as Regex capturing group: https://regexr.com/ This would be a solution: file =~ /Media ...
by iAmKoinu
03 Nov 2018, 22:55
Forum: Help and Support
Topic: How to check filepath with a space in it?
Replies: 2
Views: 1862

How to check filepath with a space in it?

Windows 10 Filebot 4.8.2 Installed from your website through the link that came in the email with my 1-year license. Sysinfo = FileBot 4.8.2 (r5789) JNA Native: 5.2.2 MediaInfo: 18.05 7-Zip-JBinding: 9.20 Chromaprint: 1.4.2 Extended Attributes: OK Unicode Filesystem: OK Script Bundle: 2018-10-05 (r5...
by iAmKoinu
19 Oct 2018, 14:34
Forum: Episode / Movie Naming Scheme
Topic: How about sharing our format expressions?
Replies: 33
Views: 492934

Re: How about sharing our format expressions?

Hey there! Been using Filebot for a few months now, and thought I'd share the expressions I have for my collection! :D They're on the simpler side, but it gets the job done for me :) All of mine are based off of different drives. Movies: F:/Movies/{n.lowerTrail().colon(' - ')} ({y})/{n.lowerTrail()....
by iAmKoinu
19 Oct 2018, 14:11
Forum: Help and Support
Topic: POSTBUCKET - where random posts in unrelated topics go
Replies: 1003
Views: 527403

Re: [Anime] Convert Absolute to SxE numbers

Hi there! Loving the program, just wanted to know if you planned on making this code customizable? I don't keep my episodes in the "SxE" format, and while i do know that I can just easily rename it to my liking with the preset I already have, it would be really nice to be able to convert a...