Search found 15 matches

by lemon389
23 Nov 2023, 15:54
Forum: Windows
Topic: Rename File, Create Folder In Current Location, Put Newly Renamed File In New Folder
Replies: 6
Views: 7109

Re: Rename File, Create Folder In Current Location, Put Newly Renamed File In New Folder

Hello rednoah, C:\Tool\A\Output is for illustration, but, I have different folder names, A might be changed with another name, also, Output might be changed depending on the source. What I understood so far, is that, Filebot takes the path of the video files, and, from that point, the parent ...
by lemon389
22 Nov 2023, 20:23
Forum: Windows
Topic: Rename File, Create Folder In Current Location, Put Newly Renamed File In New Folder
Replies: 6
Views: 7109

Re: Rename File, Create Folder In Current Location, Put Newly Renamed File In New Folder

Update:
I tried leaving it without "../" and now it works:

Format: Select all

{n.upperInitial().lowerTrail()....}
But earlier today, when I had the statements like that, it was moving the files as follows, directly into the drive root folder.

Format: Select all

C:\New Series Name\New Season\New Video_name.mkv
by lemon389
22 Nov 2023, 20:20
Forum: Help and Support
Topic: SFV Verification do not recognize special characters as á,é,í,ó,ú
Replies: 7
Views: 1778

Re: SFV Verification do not recognize special characters as á,é,í,ó,ú

Ohhh got it, now is crystal clear, thanks a lot for your support!
by lemon389
22 Nov 2023, 20:18
Forum: Windows
Topic: Rename File, Create Folder In Current Location, Put Newly Renamed File In New Folder
Replies: 6
Views: 7109

Re: Rename File, Create Folder In Current Location, Put Newly Renamed File In New Folder

Hello rednoah, I would like to request your support for a scenario similar like this. I'm renaming a Series that is in this path: C:\Tool\A\Output\Series Name\Season\Video_name.mkv I want this output: C:\Tool\A\Output\New Series Name\New Season\New Video_name.mkv All the path before the Series Name ...
by lemon389
21 Nov 2023, 19:07
Forum: Help and Support
Topic: SFV Verification do not recognize special characters as á,é,í,ó,ú
Replies: 7
Views: 1778

Re: SFV Verification do not recognize special characters as á,é,í,ó,ú

That's unfortunate, but then I will split the ones with special chars, thanks for the support!
by lemon389
21 Nov 2023, 16:06
Forum: Help and Support
Topic: SFV Verification do not recognize special characters as á,é,í,ó,ú
Replies: 7
Views: 1778

Re: SFV Verification do not recognize special characters as á,é,í,ó,ú

Hello, Thanks for the quick response. The *.sfv file are generated with Filebot 5.1.2, and, this situation happens very frequently. Note: I trimmed the *.sfv file for only one video, and, the é was recognized... but, when using the complete *.sfv export, the problem appeared again. This version ...
by lemon389
20 Nov 2023, 21:22
Forum: Help and Support
Topic: SFV Verification do not recognize special characters as á,é,í,ó,ú
Replies: 7
Views: 1778

SFV Verification do not recognize special characters as á,é,í,ó,ú

Scenario: I create a *.svf file for some videos, then, I drag and drop this *.svf file into the SFV in the filebot, and, all the videos are checked based on their CRC. Problem: When there are files with 'special' characters, the *.svf file recognize them and store the name correctly, but, the SFV ...
by lemon389
23 Oct 2023, 00:22
Forum: Help and Support
Topic: Is it possible to use "fn.match" in ternary operators?
Replies: 2
Views: 787

Re: Is it possible to use "fn.match" in ternary operators?

Thanks for your support! I will try them!

Wish you a nice day!
by lemon389
20 Oct 2023, 00:36
Forum: Help and Support
Topic: TMDB no longer working
Replies: 3
Views: 1059

Re: TMDB no longer working

Hello,

I had a problem in the morning with The Flinstones, the data was not possible to get.

I received this error:
Invalid Lookup: TMDB ID not found [tv/1996/season/0]

But, with with another two shows everything were OK. In this case maybe the "Season 0" is causing the trouble.
by lemon389
18 Oct 2023, 16:17
Forum: Help and Support
Topic: Is it possible to use "fn.match" in ternary operators?
Replies: 2
Views: 787

Is it possible to use "fn.match" in ternary operators?

Hello, I would like to add a specific tag based on file title string or folder name string, but, avoiding it is duplicated. In this case, sometimes the file has this tag, other times the folder has the tag or both might have the tag. {(fn.match(/Uncensored|Sin Censura|UNCEN/)) ? '[Uncensored ...
by lemon389
13 Oct 2023, 16:58
Forum: Help and Support
Topic: Filebot not recalculating file crc even if the file is changed
Replies: 4
Views: 806

Re: Filebot not recalculating file crc even if the file is changed

Hello, Here are the details. Full file path: c:\Media\_Temp\Anime\Series (2023) {anidb-00001}\Series - E01 [1-1] - Episode 1 [1080p][x264][AAC2.0][16F3620D].mkv Preset: {drive}/{'Media'}/{'_Temp'}/{anime ? 'Anime' : 'TV Shows'}/{primarytitle.upperInitial().lowerTrail().replaceAll ...
by lemon389
13 Oct 2023, 04:50
Forum: Help and Support
Topic: Filebot not recalculating file crc even if the file is changed
Replies: 4
Views: 806

Filebot not recalculating file crc even if the file is changed

Hello, I'm actually facing a problem related to CRCs. Background: The CRCs of my files originally were calculated correctly with it's external subs. Today, I merged all subs into the the movie file to avoid having multiple files in my directory. Problem: I open these new files (similarly named) to ...
by lemon389
27 Sep 2023, 03:32
Forum: Episode / Movie Naming Scheme
Topic: Comparison between series total episodes and season episodes
Replies: 2
Views: 766

Re: Comparison between series total episodes and season episodes

I was overcomplicating things... thanks for your support!
by lemon389
24 Sep 2023, 22:41
Forum: Episode / Movie Naming Scheme
Topic: Comparison between series total episodes and season episodes
Replies: 2
Views: 766

Comparison between series total episodes and season episodes

Hello, I kindly request your support for the following situation I'm facing with FileBot. Goal: To write the absolute number in an anime series only when required. Scenario: I have the total amount of episodes for the series with: {episodelist.size()} I have the total amount of episodes for the ...