Search found 5 matches
- 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: 2307
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(/[*\s]+/, " ") .replaceAll(/\b[IiVvXx]+\ ...
- 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: 2307
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~
I already know what the problem is.
I will pay attention to the way of asking questions in the future.
Thanks again~
- 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: 2307
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:th|nd|rd)\b/, { it.lower() }) .replaceFirst(/^(?i)( ...
- 22 Nov 2021, 01:21
- 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: 5937
Re: For the same file, can file name use the moviedb data and rating use the OMDB data
Solved my problem.
Thank you very much!
Thank you very much!
- 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: 5937
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?