Search found 7 matches

by motorpsycho
07 Dec 2024, 21:21
Forum: Episode / Movie Naming Scheme
Topic: Romanizations...
Replies: 5
Views: 2347

Re: Romanizations...

Yep, got it (or... at least I think so).
Maybe the best way is having different scripts.

The one you've shared seems so useful for some files, thanks a lot fot your time and your help!
by motorpsycho
07 Dec 2024, 15:10
Forum: Episode / Movie Naming Scheme
Topic: Romanizations...
Replies: 5
Views: 2347

Re: Romanizations...

Thanks for replying! I'm trying to dig it... Something actually changes if I add ".transliterate('Any-Latin')" to "primaryTitle" The transliteration works but maybe it's not exactly what I'm looking for. EG, for this title "ニンゲン合格" i get this translitteration: "ningen hé gé" but the correct one shoul ...
by motorpsycho
05 Dec 2024, 15:44
Forum: Episode / Movie Naming Scheme
Topic: Romanizations...
Replies: 5
Views: 2347

Romanizations...

I have this valuable script that someone on this forum kindly provided me years ago. With it, I save the names of movies with a path like: " DIRECTOR'S LAST NAME, Director's First Name/Italian title (year) [original title] " It works pretty fine, but I’d like to make some changes. When there are n ...
by motorpsycho
05 Dec 2022, 19:12
Forum: Episode / Movie Naming Scheme
Topic: "Original Name" issues & swapping first name last name
Replies: 7
Views: 9931

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: 9931

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: 5402

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: 5402

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