Search found 35 matches

by mouzzampk2014
07 Aug 2023, 17:28
Forum: Windows
Topic: Plain File Mode (Name.10.01.05.Wedding.Day.Jackie.Loue.Movie.MKV-BLUTOPIA)
Replies: 2
Views: 478

Plain File Mode (Name.10.01.05.Wedding.Day.Jackie.Loue.Movie.MKV-BLUTOPIA)

Hi, I have files in this format

Code: Select all

Name.10.01.05.Wedding.Day.Jackie.Loue.Movie.MKV-BLUTOPIA

Is it possible to format these filenames like this

Code: Select all

Name - 10-01-05 - Wedding Day - Jackie Louie
This
Name.10.01.05.
and this part always same
.Movie.MKV-BLUTOPIA
Thanks
by mouzzampk2014
27 Apr 2022, 14:57
Forum: Help and Support
Topic: Filebot Renaming
Replies: 4
Views: 1439

Re: Filebot Renaming

try {folder.dir.name.space('.').replace("&", "and").replaceAll(/[!\[\]:'()?+-]/, "").replace(",", ".").replace("..", ".")}{any{'.'+s00e00}{'.'+fn.match(/(s\d+e\d+)-?(e\d+)?/)}}{fn.after(/(e\d+)/)} This is working awesome, tha...
by mouzzampk2014
27 Apr 2022, 10:01
Forum: Help and Support
Topic: Filebot Renaming
Replies: 4
Views: 1439

Re: Filebot Renaming

Hi, when I use above expression in plain file mode I lost the filename from

Code: Select all

2.Broke.Girls.2011.S01E23-E24.1080p.DTS-HD.MA.5.1.AVC.REMUX-FraMeSToR
to

Code: Select all

2.Broke.Girls.2011..1080p.DTS-HD.MA.5.1.AVC.REMUX-FraMeSToR
Is it possible to use this expression in plain mode without losing SxxExx?

Thank you
by mouzzampk2014
27 Apr 2022, 06:19
Forum: Help and Support
Topic: Filebot Renaming
Replies: 4
Views: 1439

Filebot Renaming

Hi, I am using this expression {folder.dir.name.space('.').replace("&", "and").replace("!", "").replace("[", "").replace("]", "").replace(":", "").replace("'", "").replace(&quo...
by mouzzampk2014
19 Feb 2022, 12:30
Forum: Help and Support
Topic: [Custom Format] Binding for the parent parent folder name?
Replies: 1
Views: 929

[Custom Format] Binding for the parent parent folder name?

Hi, I have some folders which I need to rename to folder name \\192.168.0.43\data\.downloads\movies\Avatar (2008)\Avatar.2008.BluRay\Avatar.2008.BluRay.mkv I am using this expression to rename and works fine with normal structure but I am having trouble when files are in multiple subfolders. \\192.1...
by mouzzampk2014
27 Aug 2021, 13:23
Forum: Help and Support
Topic: Plain File Mode (Comics CleanUp)
Replies: 2
Views: 5461

Re: Plain File Mode (Comics CleanUp)

Thank you so much and as always much appreciated.

Have a great weekend. Ta
by mouzzampk2014
27 Aug 2021, 08:28
Forum: Help and Support
Topic: Plain File Mode (Comics CleanUp)
Replies: 2
Views: 5461

Plain File Mode (Comics CleanUp)

Hi, I have all my files in these two formats Amazing Fantasy 02 (of 05) (2021) (Digital) (Zone-Empire) Amazing Spider-Man 072 (2021) (Digital) (Zone-Empire) I am using this format {n}/{n} to keep original filename but I want to clean up the folder name i.e. Amazing Fantasy (2021) Amazing Spider-Man ...
by mouzzampk2014
15 Jun 2021, 19:56
Forum: Help and Support
Topic: Rename the show name based on existing folder name
Replies: 4
Views: 5812

Re: Rename the show name based on existing folder name

Thanks rednoah much apppreciated. I think I will go with database match. Little less stress :)
by mouzzampk2014
14 Jun 2021, 19:35
Forum: Help and Support
Topic: Rename the show name based on existing folder name
Replies: 4
Views: 5812

Re: Rename the show name based on existing folder name

Hi @rednoah basically I wanna use the folder name for show in the filename so it could be a year in the folder or not. So in simple I have few filenames without year but folder has a year or some files has Orange.Is.The.New.Black where folder name is Orange is the New Black (2010) . So I wanna add t...
by mouzzampk2014
14 Jun 2021, 18:34
Forum: Help and Support
Topic: Rename the show name based on existing folder name
Replies: 4
Views: 5812

Rename the show name based on existing folder name

Hi, I'm looking to rename the show name in filename i.e. The.Blacklist.2015.S01E01.1080p.AMZN.WEB-DL.DDP5.1.H.264-NTG to The.Blacklist.S01E01.1080p.AMZN.WEB-DL.DDP5.1.H.264-NTG. So basically don't rename anything after or including .S0. My folder name is /The Blacklist/Season 01/The.Blacklist.2015.S...
by mouzzampk2014
26 Mar 2021, 04:55
Forum: Help and Support
Topic: Adding clean titles into missing filenames
Replies: 7
Views: 4262

Re: Adding clean titles into missing filenames

I got it but I am not sure if its right but working

Code: Select all

{vf}{fn.after(/1080p|2160p/)}
So I removed the dot between

Code: Select all

{vf}{fn}
by mouzzampk2014
26 Mar 2021, 04:49
Forum: Help and Support
Topic: Adding clean titles into missing filenames
Replies: 7
Views: 4262

Re: Adding clean titles into missing filenames

Hi, so its working perfectly fine {n.replaceAll(/[`´‘’“”""]/, "'").replaceAll(/[*^|]/, "-").replaceAll(/[;]/, ", ").replaceAll(/[?]/, "!").replaceAll(/ /, " ").replaceAll(/[*\s]+/, " ").colon(' - ')}/ Season {s.pad(2)}/ {n.space('...
by mouzzampk2014
26 Mar 2021, 02:55
Forum: Help and Support
Topic: Adding clean titles into missing filenames
Replies: 7
Views: 4262

Re: Adding clean titles into missing filenames

rednoah wrote: 26 Mar 2021, 02:23 The 1080p / 2160p pattern would be relatively easy to find and match:

Code: Select all

{n}.{s00e00}.{t}.{vf}.{fn.after(/1080p|2160p/)}
Ooops this didn't work. Apologise I mean it worked but its adding extra .
Dynasties (2018).S01E01.Chimpanzee.2160p..TrueHD.Atmos.7.1.HEVC.HYBRID.REMUX-FraMeSToR
by mouzzampk2014
25 Mar 2021, 21:38
Forum: Help and Support
Topic: Adding clean titles into missing filenames
Replies: 7
Views: 4262

Re: Adding clean titles into missing filenames

I also following different post but just cannot figure it out :(
by mouzzampk2014
25 Mar 2021, 20:47
Forum: Windows
Topic: Just add title to scene release
Replies: 3
Views: 4271

Re: Just add title to scene release

You are on same page as me. I am also trying to figure it out but using above won't work very well if filename already have title

Code: Select all

Hide.S09E01.Day.9.11.00.A.M.-.12.00.P.M.Day.9.11.00.AM-12.00.PM.1080p.BluRay.REMUX.AVC.DTS-HD.MA.5.1-EPSiLON
by mouzzampk2014
25 Mar 2021, 14:52
Forum: Help and Support
Topic: Adding clean titles into missing filenames
Replies: 7
Views: 4262

Re: Adding clean titles into missing filenames

I know you always going to sort it out. Only issue I noticed is that as you mentioned, as long as there aren't any titles already in the filename than it should be okay. But is there anyway I can prevent it please. Breaking.Bad.S01E01.Pilot..Pilot.1080p.DTS-HD.MA.5.1.AVC.REMUX-FraMeSToR Basically al...
by mouzzampk2014
25 Mar 2021, 09:09
Forum: Help and Support
Topic: Adding clean titles into missing filenames
Replies: 7
Views: 4262

Adding clean titles into missing filenames

Hiya, All my files are {fn} and they all pretty good but sometime these files missed the {t} So what I am looking for is to completely add the clean title into filename if its missing but keep all the remaining information as it is. I know this might be a special case and I would really appreciate i...
by mouzzampk2014
01 Feb 2021, 20:00
Forum: Episode / Movie Naming Scheme
Topic: Release Groups {group}
Replies: 682
Views: 1583922

Re: Release Groups {group}

rednoah wrote: 01 Feb 2021, 03:34 Is HBO really a release group? Can you post a real world file path?

Code: Select all

Auga.Seca.S01E03.1080p.HBO.WEB-DL.DD5.1.H.264-TSeD
by mouzzampk2014
31 Jan 2021, 09:40
Forum: Episode / Movie Naming Scheme
Topic: Release Groups {group}
Replies: 682
Views: 1583922

Re: Release Groups {group}

Hi, please add

Code: Select all

HBO
Thank you
by mouzzampk2014
15 Aug 2020, 19:13
Forum: Help and Support
Topic: Run Filebot from NZBGet but not on the same device
Replies: 5
Views: 3550

Re: Run Filebot from NZBGet but not on the same device

IT'S WORKING! #!/bin/sh ####################################### ### NZBGET POST-PROCESSING SCRIPT ### # Trigger Filebot # # This is a script to trigger Filebot. It starts sorting, # renaming and cleaning up the downloaded file. ### NZBGET POST-PROCESSING SCRIPT ### #################################...
by mouzzampk2014
22 Feb 2020, 22:03
Forum: Episode / Movie Naming Scheme
Topic: Release Groups {group}
Replies: 682
Views: 1583922

Re: Release Groups {group}

Telly
MBRHDRG
by mouzzampk2014
22 Feb 2020, 21:46
Forum: Help and Support
Topic: POSTBUCKET - where random posts in unrelated topics go
Replies: 1003
Views: 527730

Re: [DEB] Debian package

FileBot 4.9.0 is in beta and no final release has been published at this point in time. The apt repository is only available for the latest stable release, which is FileBot 4.8.5 at the time of writing. Oops then I definitely read it wrong somewhere about 4.9.0 :D but when I tried to install 4.8.5 ...
by mouzzampk2014
21 Feb 2020, 23:50
Forum: Help and Support
Topic: POSTBUCKET - where random posts in unrelated topics go
Replies: 1003
Views: 527730

Re: [DEB] Debian package

Hi, I currently installed filebot on ubuntu 18.04 via this bash -xu <<< "$(curl -fsSL https://raw.githubusercontent.com/filebot/plugins/master/installer/deb.sh)" because sudo apt-get install filebot gave me errors. And I believe `4.9.0` is ready for release. So I am not sure how I am going...
by mouzzampk2014
18 Jan 2020, 21:22
Forum: Help and Support
Topic: What are Keeplink and Symlink?
Replies: 7
Views: 10555

Re: What are Keeplink and Symlink?

rednoah wrote: 18 Jan 2020, 14:44 Go to the original file path. Do ls -l. See if it's a symlink. ;)
Slick functionality, I have two external drives connected to NUC 2x 28TB so hardlinks only works withing one drive but keeplink resolved this issue :)

Nice work