Search found 19 matches

by GeorgeAl
26 Dec 2023, 13:14
Forum: Episode / Movie Naming Scheme
Topic: Airdate value (season year) stays empty
Replies: 7
Views: 1150

Re: Airdate value (season year) stays empty

Thank you. I see my mistake.

Have a lovely Christmas!
by GeorgeAl
26 Dec 2023, 10:06
Forum: Episode / Movie Naming Scheme
Topic: Airdate value (season year) stays empty
Replies: 7
Views: 1150

Re: Airdate value (season year) stays empty

So, to achieve the format : Path/Tv Show Name (Duration)/Season Numaber (Year/s)/TV Show name - Season NumberxEpisode Namuber - Episode Name I have to use this preset: D:/WD/Series/{n.replaceTrailingBrackets()} ({episodelist.airdate.year.bounds().join ('-')}) /Season {sy.min() } ({episodelist.findAl...
by GeorgeAl
25 Dec 2023, 19:54
Forum: Episode / Movie Naming Scheme
Topic: Airdate value (season year) stays empty
Replies: 7
Views: 1150

Re: Airdate value (season year) stays empty

I have the same problem.

My present is

Format: Select all

D:/WD/Series/{n.replaceTrailingBrackets()} ({episodelist.airdate.year.bounds().join ('-')})  /Season {sy.min() } ({episodelist.findAll{it.season == s}.airdate.year.min()}) / {n} - {sxe} - {t}
.

Where do I have to snack in the

Format: Select all

{ sy. min() }
to works?
by GeorgeAl
23 Apr 2023, 18:24
Forum: Feature Requests and Bug Reports
Topic: fn:artwork.tmdb broken since v5
Replies: 7
Views: 830

Re: fn:artwork.tmdb broken since v5

It says : Done ヾ(@⌒ー⌒@)ノ
by GeorgeAl
23 Apr 2023, 13:12
Forum: Feature Requests and Bug Reports
Topic: fn:artwork.tmdb broken since v5
Replies: 7
Views: 830

Re: fn:artwork.tmdb broken since v5

The latest version and my command are filebot -script fn:artwork.tvdb D:/.Series -non-strict for the series and filebot -script fn:artwork.tmdb D:/.Movies -non-strict --def extras=y --def seriesDB="TheMovieDB::TV" for the movies.
by GeorgeAl
20 Apr 2023, 19:02
Forum: Feature Requests and Bug Reports
Topic: fn:artwork.tmdb broken since v5
Replies: 7
Views: 830

Re: fn:artwork.tmdb broken since v5

Hello, I have the same problem. I can not find any solution.
by GeorgeAl
14 Feb 2021, 08:07
Forum: Help and Support
Topic: Match Multi-Episodes (Double)
Replies: 4
Views: 4102

Re: Match Multi-Episodes (Double)

Thank u. I did manage to do it with your help.
by GeorgeAl
13 Feb 2021, 17:23
Forum: Help and Support
Topic: Match Multi-Episodes (Double)
Replies: 4
Views: 4102

Re: Match Multi-Episodes (Double)

Ok...thank you. Do you care to indulge me with the code?
I use this :

{n.replaceTrailingBrackets()} ({episodelist.airdate.year.bounds().join ('-')}) /Season {s} ({episodelist.findAll{it.season == s}.airdate.year.min()}) / {n} - {sxe} - {t}

Without any real results.
by GeorgeAl
13 Feb 2021, 10:05
Forum: Help and Support
Topic: Match Multi-Episodes (Double)
Replies: 4
Views: 4102

Match Multi-Episodes (Double)

Hello, did filebot support multi (double) episode renaming?

Etc I would like to rename this file from Johnny Test - Johnny to the Center of the Earth - Johnny Test - 1x01 & 1x02 - Johnny X TO Johnny to the Center of the Earth - Johnny X.

Many thanks for considering my request.
by GeorgeAl
03 May 2020, 18:29
Forum: Help and Support
Topic: POSTBUCKET - where random posts in unrelated topics go
Replies: 1003
Views: 526870

Re: [JDownloader] Setup for Windows, Linux and Mac OS X

Yes, you are right. The AMC script works with qtorrent, but I want to make it work with jdownloader 2 but no hope.
by GeorgeAl
03 May 2020, 17:35
Forum: Help and Support
Topic: POSTBUCKET - where random posts in unrelated topics go
Replies: 1003
Views: 526870

Re: [JDownloader] Setup for Windows, Linux and Mac OS X

Unfortunately, all useful guides at the JDownloader forum are at german.
by GeorgeAl
03 May 2020, 16:41
Forum: Help and Support
Topic: POSTBUCKET - where random posts in unrelated topics go
Replies: 1003
Views: 526870

Re: [JDownloader] Setup for Windows, Linux and Mac OS X

Hello, I have purchased the file bot (2nd year at row), and I could like to know if you plan to make any guide with examples for noobs like me?
I do not have the time to learn to program now, as a matter of fact, I do not care at all. I only want something that works, for that I paid.
by GeorgeAl
20 Apr 2020, 07:55
Forum: Scripting and Automation
Topic: Move files to specific folders
Replies: 12
Views: 5886

Re: Move files to specific folders

The correct code is

Code: Select all

H:\WD\Series\{n.replaceTrailingBrackets()} ({episodelist.airdate.year.bounds().join ('-')})  /Season {s} ({episodelist.findAll{it.season == s}.airdate.year.min()}) / {n} - {sxe} - {t}
by GeorgeAl
19 Apr 2020, 12:07
Forum: Scripting and Automation
Topic: Move files to specific folders
Replies: 12
Views: 5886

Re: Move files to specific folders

Ok I found it. Thank for trying
by GeorgeAl
19 Apr 2020, 11:43
Forum: Scripting and Automation
Topic: Move files to specific folders
Replies: 12
Views: 5886

Re: Move files to specific folders

I am familiar with the command-line. If you do not to help me please do not reply
by GeorgeAl
19 Apr 2020, 11:31
Forum: Scripting and Automation
Topic: Move files to specific folders
Replies: 12
Views: 5886

Re: Move files to specific folders

I did not want to make it automatically but manualyl.
by GeorgeAl
19 Apr 2020, 10:44
Forum: Scripting and Automation
Topic: Move files to specific folders
Replies: 12
Views: 5886

Re: Move files to specific folders

Ok, forget the jDownloader part can you help me with the other problem.

I want to move from the download directory (H:\Downloads) to H:\WD\Series (if they are tv shows) and/or H:\WD\Movies (if they are movie files).
by GeorgeAl
19 Apr 2020, 09:20
Forum: Scripting and Automation
Topic: Move files to specific folders
Replies: 12
Views: 5886

Move files to specific folders

I want to move from the download directory (H:\Downloads) to H:\WD\Series (if they are tv shows) and/or H:\WD\Movies (if they are movie files).
Can you help me?

P.S. I am using jDownloader2, and I can not make AMC work correctly.
by GeorgeAl
17 Apr 2020, 23:40
Forum: Windows
Topic: add the release year of the latest episode at the tv show folder name
Replies: 5
Views: 5670

Re: Please help with renaming folder for TV episodes

Can you add the release year of the latest episode at the tv show folder name?

e.g. G:\TVCurrent\Archer (2009)\Season 2\Archer (2009) - S02E01 - Swiss Miss to G:\TVCurrent\Archer (2009-2020)\Season 2\Archer (2009) - S02E01 - Swiss Miss