Search found 11 matches
- 08 Apr 2020, 22:53
- Forum: Ubuntu & Desktop Linux
- Topic: how can i discard accents?
- Replies: 19
- Views: 12556
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 ...
- 08 Apr 2020, 19:52
- Forum: Ubuntu & Desktop Linux
- Topic: how can i discard accents?
- Replies: 19
- Views: 12556
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]- 08 Apr 2020, 19:49
- Forum: Ubuntu & Desktop Linux
- Topic: how can i discard accents?
- Replies: 19
- Views: 12556
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 ...
- 08 Apr 2020, 09:57
- Forum: Ubuntu & Desktop Linux
- Topic: how can i discard accents?
- Replies: 19
- Views: 12556
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 ...
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 ...
- 07 Apr 2020, 23:30
- Forum: Ubuntu & Desktop Linux
- Topic: how can i discard accents?
- Replies: 19
- Views: 12556
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/"
R0=".removeAll(/[¡!?¿#,@'{}.]/)"
R1 ...
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/"
R0=".removeAll(/[¡!?¿#,@'{}.]/)"
R1 ...
- 27 Mar 2020, 20:38
- Forum: Ubuntu & Desktop Linux
- Topic: how can i discard accents?
- Replies: 19
- Views: 12556
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').replaceAll(/[í]/,'i').replaceAll(/[ó]/,'o').replaceAll ...
#!/bin/bash
CONFLICT="skip"
EXCLUDE_FILE="/STORAGE/.excludes"
OUT_FILES="/STORAGE/TMP/"
OUT_FILES2="/STORAGE/TMP/"
R0=".removeAll(/[¡!?¿#,@'{}.]/)"
R1=".replaceAll(/[á]/,'a').replaceAll(/[é]/,'e').replaceAll(/[í]/,'i').replaceAll(/[ó]/,'o').replaceAll ...
- 26 Mar 2020, 06:01
- Forum: Ubuntu & Desktop Linux
- Topic: how can i discard accents?
- Replies: 19
- Views: 12556
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 ...
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 ...
- 25 Mar 2020, 02:34
- Forum: Ubuntu & Desktop Linux
- Topic: how can i discard accents?
- Replies: 19
- Views: 12556
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(/[`´‘’ʻ ...
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(/[`´‘’ʻ ...
- 25 Mar 2020, 02:31
- Forum: Ubuntu & Desktop Linux
- Topic: how can i discard accents?
- Replies: 19
- Views: 12556
- 25 Mar 2020, 02:07
- Forum: Ubuntu & Desktop Linux
- Topic: how can i discard accents?
- Replies: 19
- Views: 12556
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.
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.
- 24 Mar 2020, 00:15
- Forum: Ubuntu & Desktop Linux
- Topic: how can i discard accents?
- Replies: 19
- Views: 12556
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 ...
/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 ...