Search found 4 matches

by motorpsycho
05 Dec 2022, 19:12
Forum: Episode / Movie Naming Scheme
Topic: "Original Name" issues & swapping first name last name
Replies: 7
Views: 8056

Re: "Original Name" issues & swapping first name last name

rednoah wrote: 04 Dec 2022, 16:33 e.g.

Code: Select all

{ 
	director.split(/\s/).reverse().join(', ').replaceFirst(/\w+/) { it.upper() }
}
YEEEESSSS!!!!
Thank you!!! :)
by motorpsycho
04 Dec 2022, 14:56
Forum: Episode / Movie Naming Scheme
Topic: "Original Name" issues & swapping first name last name
Replies: 7
Views: 8056

Re: "Original Name" issues & swapping first name last name

Hello, I know this topic it's pretty old now... but I was wondering if it's possible to have the surname in all caps format (eg KUSTURICA, Emir).

With

Code: Select all

{director.upper().split(/\s/).reverse().join(', ')
it would go uppercase both name and surname...
any suggestion?
by motorpsycho
23 Nov 2021, 16:13
Forum: Windows
Topic: listing and sorting...
Replies: 3
Views: 4580

Re: listing and sorting...

Thanks for answering! I'll check out the link you've provided and I'll try to... sort it out! :)
by motorpsycho
23 Nov 2021, 14:43
Forum: Windows
Topic: listing and sorting...
Replies: 3
Views: 4580

listing and sorting...

Hello,
I've just purchased your software.
And I'm loving it.
But I have a dubt: is it possible to scan a directory and get an exportable list of movies sorted by director'n name (or other variable, like the title)?
Where can I find a complete documentation?

Thanks in advance