Page 1 of 1

Sickrage

Posted: 08 Apr 2016, 23:02
by TehJonny
Hi,

Just wondering if its possible to update sickrage because at the moment Sickrage is only showing the episode as snatched not as downloaded? is it possible for once Filebot renames the file it updates Sickrage?

currently using this to update all my media:

Code: Select all

filebot -script fn:amc --output "D:/Jonny's Stuff" --action copy --conflict override -non-strict --log-file amc.log --def unsorted=y music=y artwork=n clean=y "ut_label=%L" "ut_state=%S" "ut_title=%N" "ut_kind=%K" "ut_file=%F" "ut_dir=%D" --def "seriesFormat=/TVShows/{n}\{'Season '+s}\{n} - {sxe} - {t}" --filter "!readLines('''D:/Jonny's Stuff/Downloads/exclude.txt''').contains(n)"
-Kind Regards

Re: Sickrage

Posted: 08 Apr 2016, 23:39
by TehJonny
Right okay,

So I found this:

Code: Select all

filebot -script fn:amc --output "D:/Jonny's Stuff" --action copy --conflict override -non-strict --log-file amc.log --def unsorted=y music=y artwork=n clean=y "ut_label=%L" "ut_state=%S" "ut_title=%N" "ut_kind=%K" "ut_file=%F" "ut_dir=%D" --def "seriesFormat=/TVShows/{n}\{'Season '+s}\{n} - {sxe} - {t}" --def exec="curl 'http://localhost:8090/api/REMOVEFORPOSTING?cmd=show.refresh&tvdbid={info.id}'" --filter "!readLines('''D:/Jonny's Stuff/Downloads/exclude.txt''').contains(n)"
But its getting this ERROR:

I can run the API Refresh manually by getting the ShowID from TheTVDB so, nothing wrong with the API, seems to be something to do with the error in the logs below.

Code: Select all

Run script [fn:amc] at [Sat Apr 09 00:18:46 BST 2016]
Parameter: unsorted = y
Parameter: music = y
Parameter: artwork = n
Parameter: clean = y
Parameter: ut_label = TVShow
Parameter: ut_state = 8
Parameter: ut_title = Into.the.Badlands.S01E05.720p.HDTV.x264-KILLERS[ettv]
Parameter: ut_kind = multi
Parameter: ut_file = Into.the.Badlands.S01E05.720p.HDTV.x264-KILLERS[ettv].mkv
Parameter: ut_dir = D:\Jonny's Stuff\Downloads\Incomplete\Into.the.Badlands.S01E05.720p.HDTV.x264-KILLERS[ettv]
Parameter: seriesFormat = /TVShows/{n}\{'Season '+s}\{n} - {sxe} - {t}
Parameter: exec = curl 'http://localhost:8090/api/REMOVEFORPOSTING?cmd=show.refresh&tvdbid={info.id}'
Input: D:\Jonny's Stuff\Downloads\Incomplete\Into.the.Badlands.S01E05.720p.HDTV.x264-KILLERS[ettv]\Into.the.Badlands.S01E05.720p.HDTV.x264-KILLERS[ettv].mkv
Exclude: D:\Jonny's Stuff\Downloads\Incomplete\Into.the.Badlands.S01E05.720p.HDTV.x264-KILLERS[ettv]\Torrent-Downloaded-from-ExtraTorrent.cc.txt
Group: [tvs:into the badlands] => [Into.the.Badlands.S01E05.720p.HDTV.x264-KILLERS[ettv].mkv]
Rename episodes using [TheTVDB]
Auto-detected query: [Into the Badlands]
Fetching episode data for [Into the Badlands]
Apply Filter: {!readLines('''D:/Jonny's Stuff/Downloads/exclude.txt''').contains(n)}
Include [Into the Badlands - 1x01 - The Fort]
Include [Into the Badlands - 1x02 - Fist Like a Bullet]
Include [Into the Badlands - 1x03 - White Stork Spreads Wings]
Include [Into the Badlands - 1x04 - Two Tigers Subdue Dragons]
Include [Into the Badlands - 1x05 - Snake Creeps Down]
Include [Into the Badlands - 1x06 - Hand of Five Poisons]
Include [Into the Badlands - 0xSpecial 1 - Into The Badlands: Inside Episode 1]
Include [Into the Badlands - 0xSpecial 2 - Into The Badlands: Inside Episode 2]
Include [Into the Badlands - 0xSpecial 3 - Into The Badlands: Inside Episode 3]
Include [Into the Badlands - 0xSpecial 4 - Into The Badlands: Inside Episode 4]
Include [Into the Badlands - 0xSpecial 5 - Into The Badlands: Inside Episode 5]
Include [Into the Badlands - 0xSpecial 6 - Into The Badlands: Inside Episode 6]
Include [Into the Badlands - 0xSpecial 7 - A Look At the Series]
Include [Into the Badlands - 0xSpecial 8 - The Characters Of Into The Badlands]
Include [Into the Badlands - 0xSpecial 9 - Fight Camp Premiere]
Include [Into the Badlands - 0xSpecial 10 - Anatomy Of A Fight S01E01 The Fort]
Include [Into the Badlands - 0xSpecial 11 - Anatomy Of A Fight S01E02 Fist Like A Bullet]
Include [Into the Badlands - 0xSpecial 12 - Anatomy Of A Fight S01E03 White Stork Spreads Wings]
Include [Into the Badlands - 0xSpecial 13 - Anatomy Of A Fight S01E04 Two Tigers Subdue Dragons]
Include [Into the Badlands - 0xSpecial 14 - Anatomy Of A Fight S01E05 Snake Creeps Down]
Include [Into the Badlands - 0xSpecial 15 - Anatomy Of A Fight S01E06 Hand Of Five Poisons]
Include [Into the Badlands - 0xSpecial 16 - Webisode 1 Fight Camp]
Include [Into the Badlands - 0xSpecial 17 - Webisode 2 Creating Real Kung Fu]
Include [Into the Badlands - 0xSpecial 18 - Webisode 3 Bringing It All Together]
[COPY] Rename [D:\Jonny's Stuff\Downloads\Incomplete\Into.the.Badlands.S01E05.720p.HDTV.x264-KILLERS[ettv]\Into.the.Badlands.S01E05.720p.HDTV.x264-KILLERS[ettv].mkv] to [D:\Jonny's Stuff\TVShows\Into the Badlands\Season 1\Into the Badlands - 1x05 - Snake Creeps Down.mkv]
Processed 1 files
Apr 09, 2016 12:19:19 AM net.filebot.media.MediaDetection storeMetaInfo
WARNING: Failed to set xattr: java.lang.RuntimeException: java.nio.file.AccessDeniedException: D:\Jonny's Stuff\TVShows\Into the Badlands\Season 1\Into the Badlands - 1x05 - Snake Creeps Down.mkv:net.filebot.metadata
Execute: curl 'http://localhost:8090/api/REMOVEDFORPOSTING?cmd=show.refresh&tvdbid='
Done ヾ(@⌒ー⌒@)ノ

Re: Sickrage

Posted: 08 Apr 2016, 23:58
by rednoah
Your filesystem (FAT???) doesn't support xattr, so metadata information is lost after processing and not available in the postprocess calls.

Re: Sickrage

Posted: 09 Apr 2016, 00:03
by TehJonny
My HDD, where all downloads and shows are stored is NTFS

Re: Sickrage

Posted: 09 Apr 2016, 06:36
by rednoah
NTFS does support xattr:
https://en.wikipedia.org/wiki/Extended_ ... Windows_NT

Maybe it's disabled. Maybe some anti-virus software is blocking access. Maybe actual permission issues? No idea. Could be anything.