tautulli2trakt
tautulli2trakt copied to clipboard
line 199: syntax error: unexpected "("
line 199: syntax error: unexpected "("
Using Unraid and this docker image:

From container command line can try
./tautulli2trakt.sh -m episode -s "Chernobyl" -M "Chernobyl - 1:23:45" -y "2019" -t "360893" -i "tt7366338" -S 1 -E 1 -P 25 -a start
And see if it scrobbling on your Trakt.tv profile
./tautulli2trakt.sh -m episode -s "Chernobyl" -M "Chernobyl - 1:23:45" -y "2019" -t "360893" -i "tt7366338" -S 1 -E 1 -P 25 -a stop
to stop scrobbling
I try the script on WD MyCloud, which runs on a busybox, and I'm trying to arrange the script for it.
I got an error like this when I run the start command you wrote.
./tautulli2trakt.sh -m episode -s "Chernobyl" -M "Chernobyl - 1:23:45" - y "2019" -t "360893" -i "tt7366338" -S 1 -E 1 -P 25 -a start
date: invalid date 'Mon, 20 Apr 2020 15:33:50 +0300 +90 days' ./tautulli2trakt.sh: line 293: 619b5297ae3aea276116e49ec19adxxxxxxxxxxxxxxxxxxx: command not found
@caglaraydin try the last develop
wget -O tautulli2trakt.sh https://raw.githubusercontent.com/Generator/tautulli2trakt/develop/tautulli2trakt.sh
chmod +x tautulli2trakt.sh
Gives the same error as before
I assume that's why others also mention it's not scrobbling.
@caglaraydin try it again
wget -O tautulli2trakt.sh https://raw.githubusercontent.com/Generator/tautulli2trakt/develop/tautulli2trakt.sh
chmod +x tautulli2trakt.sh
This time it gives
date: invalid date '@'
date: invalid date ' +90 days'
./tautulli2trakt.sh: line 293: TRAKT_TOKEN: command not found