Search found 2 matches
- 08 Feb 2019, 16:41
- Forum: Help and Support
- Topic: amc script with custom formats for anime
- Replies: 3
- Views: 3995
Re: amc script with custom formats for anime
So I can just replace --format {order.airdate.plex} with --format {plex} in my code?
- 08 Feb 2019, 09:48
- Forum: Help and Support
- Topic: amc script with custom formats for anime
- Replies: 3
- Views: 3995
amc script with custom formats for anime
I am currently using a seedbox that runs filebot and this is the script it runs for rtorrent currently.
#!/bin/bash
export LANG=en_US.UTF-8
export LANGUAGE=en_US.UTF-8
export LC_CTYPE="en_US.UTF-8"
TORRENT_PATH=$1
TORRENT_NAME=$2
TORRENT_LABEL=$3
# Subtitle language
SUBLANG=en
SKIP_EXTRACT=n ...
#!/bin/bash
export LANG=en_US.UTF-8
export LANGUAGE=en_US.UTF-8
export LC_CTYPE="en_US.UTF-8"
TORRENT_PATH=$1
TORRENT_NAME=$2
TORRENT_LABEL=$3
# Subtitle language
SUBLANG=en
SKIP_EXTRACT=n ...