Search found 5 matches

by vvwn2
26 Feb 2022, 16:06
Forum: Feature Requests and Bug Reports
Topic: Why does my custom format yield Script1$_run_closure1@632a2d0c and strange String values like that?
Replies: 4
Views: 1637

Re: Why does my custom format yield Script1$_run_closure1@632a2d0c and strange String values like that?

Rednoah helped me delete several { Then it's all right :D Delete the red part ================= { norm = { it.upperInitial() .lowerTrail() .replaceTrailingBrackets() .replaceAll(/[`?‘’?""“”]/, "'") .replaceAll(/[:|]/, " - ") .replaceAll(/[?]/, "!") .replaceAll...
by vvwn2
26 Feb 2022, 10:26
Forum: Feature Requests and Bug Reports
Topic: Why does my custom format yield Script1$_run_closure1@632a2d0c and strange String values like that?
Replies: 4
Views: 1637

Re: Why does my custom format yield Script1$_run_closure1@632a2d0c and strange String values like that?

Thank you.

I already know what the problem is.
I will pay attention to the way of asking questions in the future.
Thanks again~
by vvwn2
25 Feb 2022, 13:44
Forum: Feature Requests and Bug Reports
Topic: Why does my custom format yield Script1$_run_closure1@632a2d0c and strange String values like that?
Replies: 4
Views: 1637

Why does my custom format yield Script1$_run_closure1@632a2d0c and strange String values like that?

{ norm = { it.upperInitial() .lowerTrail() .replaceTrailingBrackets() .replaceAll(/[`´‘’ʻ""“”]/, "'") .replaceAll(/[:|]/, " - ") .replaceAll(/[?]/, "!") .replaceAll(/[*\s]+/, " ") .replaceAll(/\b[IiVvXx]+\b/, { it.upper() }) .replaceAll(/\b[0-9](?i:...
by vvwn2
21 Nov 2021, 17:34
Forum: Scripting and Automation
Topic: For the same file, can file name use the moviedb data and rating use the OMDB data
Replies: 3
Views: 5387

For the same file, can file name use the moviedb data and rating use the OMDB data

For the same file, can file name use the moviedb data and rating use the OMDB data?