Search found 6 matches

by Adz0rd
09 Jul 2014, 05:36
Forum: Help and Support
Topic: Episode naming mis-match
Replies: 1
Views: 1781

Episode naming mis-match

Hi, Here is the output of my log: Parameter: artwork = n Parameter: music = n Parameter: subtitles = en Parameter: xbmc = localhost Parameter: deleteAfterExtract = y Parameter: clean = y Parameter: ut_dir = /mnt/StorageArray/Downloads/Complete/TV Shows/Kitchen.Nightmares.US.S07E03.PDTV.x264-LOL.mp4 ...
by Adz0rd
13 Jan 2014, 13:38
Forum: Feature Requests and Bug Reports
Topic: [Error] No signature of method: Script2.detectSeriesName()
Replies: 1
Views: 2268

[Error] No signature of method: Script2.detectSeriesName()

Hi, Been getting errors like this lately Parameter: music = n Parameter: subtitles = en Parameter: artwork = n Parameter: xbmc = [REDACTED] Parameter: deleteAfterExtract = y Parameter: clean = y Parameter: ut_dir = /mnt/Storage/Downloads/Complete/TV/Sherlock.3x03.His_Last_Vow.720p_HDTV_x264-FoV ...
by Adz0rd
16 Dec 2013, 00:34
Forum: Help and Support
Topic: "Failed to auto-detect query"
Replies: 1
Views: 3535

"Failed to auto-detect query"

Hi, My AMC script was unable to parse through a series of friends, here are the logs: Locking /home/xbmc/.filebot/logs/amc.log Parameter: music = n Parameter: subtitles = en Parameter: artwork = n Parameter: xbmc = 192.168.0.123 Parameter: deleteAfterExtract = y Parameter: clean = y Parameter: ut ...
by Adz0rd
15 Dec 2013, 13:00
Forum: Help and Support
Topic: Issue running filebot via uTorrent
Replies: 4
Views: 3305

Re: Issue running filebot via uTorrent

Also, how can it be the BASH environment path when if its run manually, it executes fine...
by Adz0rd
15 Dec 2013, 12:48
Forum: Help and Support
Topic: Issue running filebot via uTorrent
Replies: 4
Views: 3305

Re: Issue running filebot via uTorrent

Yeah i tried that: #!/bin/bash TORRENT_NAME=$1 TORRENT_PATH=$2 TORRENT_LABEL=$3 TORRENT_KIND=$4 TORRENT_TITLE=$5 /usr/share/filebot/bin/filebot.sh -script fn:amc --output "/mnt/Storage/" --log-file "amc.log" --action move --conflict override -non-strict --def music=n subtitles=en artwork=n xbmc="192 ...
by Adz0rd
15 Dec 2013, 11:09
Forum: Help and Support
Topic: Issue running filebot via uTorrent
Replies: 4
Views: 3305

Issue running filebot via uTorrent

Hi, Whenever uTorrent tries to run filebot, stderr returns "No such file or directory.", however if i run the script manually, it executes perfectly... Script: #!/bin/bash TORRENT_NAME=$1 TORRENT_PATH=$2 TORRENT_LABEL=$3 TORRENT_KIND=$4 TORRENT_TITLE=$5 filebot -script fn:amc --output "/mnt/Storage ...