Search found 11 matches

by manias21
08 Apr 2020, 22:53
Forum: Ubuntu & Desktop Linux
Topic: how can i discard accents?
Replies: 19
Views: 8271

Re: how can i discard accents?

filebot -script 'fn:amc' /volume2/SERIES/Revolution --output /volume2/SERIES3/ --action duplicate -non-strict --order AbsoluteAirdate --conflict override --lang es --def 'ut_label=TV' 'music=y' 'unsorted=y' 'artwork=y' 'clean=y' 'ignore=¡!?¿#,@'\' 'minLengthMS=0' 'minFileSize=0' 'seriesFormat={kodi...
by manias21
08 Apr 2020, 19:52
Forum: Ubuntu & Desktop Linux
Topic: how can i discard accents?
Replies: 19
Views: 8271

Re: how can i discard accents?

Code: Select all

[DUPLICATE] from [/volume2/SERIES/Revolution/Season 2/Revolution 2x09.mkv] to [/volume2/SERIES3/Unsorted/Revolution/Season 2/Revolution 2x09.mkv]
[DUPLICATE] from [/volume2/SERIES/Revolution/Season 2/Revolution S02E10.mkv] to [/volume2/SERIES3/Unsorted/Revolution/Season 2/Revolution S02E10.mkv]
by manias21
08 Apr 2020, 19:49
Forum: Ubuntu & Desktop Linux
Topic: how can i discard accents?
Replies: 19
Views: 8271

Re: how can i discard accents?

filebot -script 'fn:amc' /volume2/SERIES/Revolution --output /volume2/SERIES3/ --action duplicate --order AbsoluteAirdate --conflict override --lang es --def 'ut_label=TV' 'music=y' 'unsorted=y' 'artwork=y' 'clean=y' 'ignore=¡!?¿#,@'\' 'minLengthMS=0' 'minFileSize=0' 'seriesFormat={kodi.path.ascii(...
by manias21
08 Apr 2020, 09:57
Forum: Ubuntu & Desktop Linux
Topic: how can i discard accents?
Replies: 19
Views: 8271

Re: how can i discard accents?

I have managed as you comment, but the result doesn't seem to work. What have I done wrong? filebot -script 'fn:amc' /volume2/SERIES/Revolution --output /volume2/SERIES3/ --action duplicate --order AbsoluteAirdate --conflict override --lang es --def 'ut_label=TV' 'music=y' 'unsorted=y' 'artwork=y' '...
by manias21
07 Apr 2020, 23:30
Forum: Ubuntu & Desktop Linux
Topic: how can i discard accents?
Replies: 19
Views: 8271

Re: how can i discard accents?

Help. I fail. synology and filebot.node i can't apply this in gui. how to do these jobs with the synology filebot.node program. #!/bin/bash CONFLICT="skip" EXCLUDE_FILE="/volume1/scripts/.excludes" OUT_FILES="/volume2/SERIES3/" OUT_FILES2="/volume2/SERIES3/" R...
by manias21
27 Mar 2020, 20:38
Forum: Ubuntu & Desktop Linux
Topic: how can i discard accents?
Replies: 19
Views: 8271

Re: how can i discard accents?

With help everything is accomplished. (salva) #!/bin/bash CONFLICT="skip" EXCLUDE_FILE="/STORAGE/.excludes" OUT_FILES="/STORAGE/TMP/" OUT_FILES2="/STORAGE/TMP/" R0=".removeAll(/[¡!?¿#,@'{}.]/)" R1=".replaceAll(/[á]/,'a').replaceAll(/[é]/,'e').re...
by manias21
26 Mar 2020, 06:01
Forum: Ubuntu & Desktop Linux
Topic: how can i discard accents?
Replies: 19
Views: 8271

Re: how can i discard accents?

--format /SERIE/{n}/Temporada{s}/{n} - {sxe} - {t} I have continued the mentioned steps. attached image... But surely I have not explained myself well, when I perform tests ... the names of some series and the resulting information is managed with tildes and some characters, how can I define that it...
by manias21
25 Mar 2020, 02:34
Forum: Ubuntu & Desktop Linux
Topic: how can i discard accents?
Replies: 19
Views: 8271

Re: how can i discard accents?

mmmmm.....? fail... help.. filebot -script 'fn:amc' /STORAGE/SERIES-TMP/ --output /STORAGE/ --action duplicate -non-strict --order Airdate --conflict fail --lang es --format "SERIES/{n}/Temporada{s}/{n.replaceTrailingBrackets()} - {s+'x'}{e.pad(2)} - {t.removeAll(/[!?.]+$/).replaceAll(/[`´‘’ʻ]/...
by manias21
25 Mar 2020, 02:31
Forum: Ubuntu & Desktop Linux
Topic: how can i discard accents?
Replies: 19
Views: 8271

Re: how can i discard accents?

edit.
by manias21
25 Mar 2020, 02:07
Forum: Ubuntu & Desktop Linux
Topic: how can i discard accents?
Replies: 19
Views: 8271

Re: how can i discard accents?

Mr. Kim, thanks for your reply,
but the truth is that I am very basic in this, I have read several times the post it mentions, but the changes it mentions do not apply.

Can you help me a little more and tell me how it is applied?
the characters and the lowercase I am also trying and I cannot.
by manias21
24 Mar 2020, 00:15
Forum: Ubuntu & Desktop Linux
Topic: how can i discard accents?
Replies: 19
Views: 8271

how can i discard accents?

[DUPLICATE] from [/STORAGE/SERIES/8 TAGE/Temporada 1/8 TAGE 1x01.mkv] to [/STORAGE/SERIES2/SERIES/8 Días/Temporada1/8 Días - 1x01 - Pánico.mkv] /STORAGE/SERIES2/SERIES/8 Días/Temporada1/8 Días - 1x01 - Pánico.mkv how can i discard accents? filebot -script 'fn:amc' /STORAGE/SERIES/ --output /STORA...