Search found 17 matches

by xiaobaitu2005
01 Jan 2025, 14:57
Forum: Episode / Movie Naming Scheme
Topic: HOW CAN I COUNT EPSIODES NUMBER WITH SEASON
Replies: 6
Views: 2539

Re: HOW CAN I COUNT EPSIODES NUMBER WITH SEASON

LIKE, I ONLY HAVE Alias (2001) SEASON 1 AND 2.
by xiaobaitu2005
01 Jan 2025, 14:55
Forum: Episode / Movie Naming Scheme
Topic: HOW CAN I COUNT EPSIODES NUMBER WITH SEASON
Replies: 6
Views: 2539

Re: HOW CAN I COUNT EPSIODES NUMBER WITH SEASON

I mean to display how many episodes I have as opposed to how many episodes there are according to the episode list.
by xiaobaitu2005
01 Jan 2025, 14:51
Forum: Episode / Movie Naming Scheme
Topic: HOW CAN I COUNT EPSIODES NUMBER WITH SEASON
Replies: 6
Views: 2539

Re: HOW CAN I COUNT EPSIODES NUMBER WITH SEASON

THANKS, BUT IT DO ALL SEASON, IF HAVE 5 SEANON, MY FILES ONLY HAVE SEASON 1 AND 2 , NEED [S01(22),S02(22)].

HOW DO IT ?

THANK YOU.
by xiaobaitu2005
31 Dec 2024, 18:07
Forum: Help and Support
Topic: HOW CAN I COUNT EPSIODES NUMBER WITH SEASON
Replies: 1
Views: 2672

HOW CAN I COUNT EPSIODES NUMBER WITH SEASON

IF SEASON 01 HAVE 10 EPSIODES, SEASON 2 HAVE 8 EPSIODES

HOW CAN I FINISH THIS

Code: Select all

*** [S01(10),S02(8)].*
HOW CHANGE THIS

Format: Select all

{ model.s.collect{ 'S' + it.pad(2) }.joiningDistinct(',', '(', ')') }
THANK YOU
by xiaobaitu2005
31 Dec 2024, 18:05
Forum: Episode / Movie Naming Scheme
Topic: HOW CAN I COUNT EPSIODES NUMBER WITH SEASON
Replies: 6
Views: 2539

HOW CAN I COUNT EPSIODES NUMBER WITH SEASON

IF SEASON 01 HAVE 10 EPSIODES, SEASON 2 HAVE 8 EPSIODES

HOW CAN I FINISH THIS

Code: Select all

*** [S01(10),S02(8)].*
HOW CHANGE THIS

Format: Select all

{ model.s.collect{ 'S' + it.pad(2) }.joiningDistinct(',', '(', ')') }
THANK YOU
by xiaobaitu2005
08 Oct 2022, 15:52
Forum: Help and Support
Topic: How adding season number to folder name (folder include)
Replies: 6
Views: 1967

Re: How adding season number to folder name (folder include)

{ model.s.joiningDistinct(',', '(', ')') }
Thank you,it is.
by xiaobaitu2005
05 Oct 2022, 22:26
Forum: Help and Support
Topic: How adding season number to folder name (folder include)
Replies: 6
Views: 1967

Re: How adding season number to folder name (folder include)

and my eiganery folder only have S01 S03 tow season
by xiaobaitu2005
05 Oct 2022, 22:21
Forum: Help and Support
Topic: How adding season number to folder name (folder include)
Replies: 6
Views: 1967

How adding season number to folder name (folder include)

How adding season number to folder name (folder include)?

as: If the tv folder include S01 S03,

rename as:

Code: Select all

eigangery 2007 (S01,S03)/season 01/
......

Code: Select all

eigangery 2007 (S01,S03)/season 03/
please guide me and give me code

Thank you
by xiaobaitu2005
26 Feb 2022, 10:44
Forum: Scripting and Automation
Topic: About nfo file no include <year></year> question, help me please
Replies: 9
Views: 4801

Re: About nfo file no include <year></year> question, help me please

very very thanks.

Can you export movie.nfo and filename.nfo both adding future revisions, thanks
by xiaobaitu2005
26 Feb 2022, 09:22
Forum: Scripting and Automation
Topic: About nfo file no include <year></year> question, help me please
Replies: 9
Views: 4801

Re: About nfo file no include <year></year> question, help me please

Thanks. FileBot generates .nfo files is GUI, and i see you "The amc script does seem to generate <year> though, if possible.", i do not understand. Can you tell me other simple way, very thanks. The 2 question i can make it, "max{ it.length()" is very bright way, Way i can't think it. Please tell me ...
by xiaobaitu2005
25 Feb 2022, 15:38
Forum: Scripting and Automation
Topic: About nfo file no include <year></year> question, help me please
Replies: 9
Views: 4801

About nfo file no include <year></year> question, help me please

1. movie.nfo no include <year></year>, how can i add <year>y</year>, some tools need it, and how can auto export it. I have a long time think, but can't, help me please. Thanks. 2. Filebot only export movie.nfo, I need filename.nfo, how can i export it, and how auto export it. Filename.nfo and movie ...