Search found 34 matches

by cheepa
12 Nov 2018, 22:58
Forum: Extension scripts
Topic: [PP-Script] VideoSort - better video sorting
Replies: 461
Views: 527499

Re: [PP-Script] VideoSort - better video sorting

It looks like if i add the word 'us' in words.py the word us will not be deleted in the file name. The word 'us' is no longer considered a country. VideoSort: MatchesDict([('title', u'This Is Us'), ('season', 3), ('episode', 6), ('format', u'HDTV'), ('video_codec', u'x264'), ('release_group', u'SVA'...
by cheepa
04 Nov 2018, 04:34
Forum: Extension scripts
Topic: [PP-Script] VideoSort - better video sorting
Replies: 461
Views: 527499

Re: [PP-Script] VideoSort - better video sorting

the filename was This.Is.Us.S03E06.HDTV.x264-SVA
by cheepa
03 Nov 2018, 22:08
Forum: Extension scripts
Topic: [PP-Script] VideoSort - better video sorting
Replies: 461
Views: 527499

Re: [PP-Script] VideoSort - better video sorting

Is there a country specifier? Videosort deletes the world "us" because it thinks that its a country. The show then get renamed from This Is Us.mkv, to This Is.mkv VideoSort: MatchesDict([('title', u'This Is'), ('country', <Country [US]>), ('season', 3), ('episode', 6), ('format', u'HDTV'), ('video_c...
by cheepa
29 Oct 2018, 20:00
Forum: Extension scripts
Topic: [PP-Script] VideoSort - better video sorting
Replies: 461
Views: 527499

Re: [PP-Script] VideoSort - better video sorting

I'm not too sure if i did this right. I enable verbose option in videoSort and checked the messages in nzbget and i found this: VideoSort: MatchesDict([('title', u'Chilling Adventures of Sabrina'), ('season', 1), ('episode', 9), ('episode_title', u'Chapter Nine The Returned Man'),('streaming_service...
by cheepa
29 Oct 2018, 17:15
Forum: Extension scripts
Topic: [PP-Script] VideoSort - better video sorting
Replies: 461
Views: 527499

Re: [PP-Script] VideoSort - better video sorting

So i was fiddling around with specifiers and was trying to get it exactly to the file name but i couldn't find the specifier for adding NF for NetFlix or AMZN for amazon? Also, sometimes group names have different casing (for example -STRiFE or NTb) and was wondering if it is possible to add them so...
by cheepa
28 Oct 2018, 22:40
Forum: Extension scripts
Topic: [PP-Script] VideoSort - better video sorting
Replies: 461
Views: 527499

Re: [PP-Script] VideoSort - better video sorting

Recently downloaded a multi-file nzb and videosort sorted the files like this:

filename (2).mkv
filename (3).mkv
filename.mkv

My SeriesFormat is like this %sn/Season %s/%dn Is there a way to sort multi-file nzb with the original directory name without the (2), (3)?
by cheepa
06 Oct 2017, 18:04
Forum: Extension scripts
Topic: History auto-purge
Replies: 24
Views: 91661

Re: History auto-purge

I sort of got the script to work. I don't get any errors but instead of deleting from the history tab, the script hides the particular category (when i click on the hidden tab the category reappears as "hidden") and there is no category listed for it. Is that what its suppose to do?

thanks.
by cheepa
01 Oct 2017, 20:04
Forum: Extension scripts
Topic: History auto-purge
Replies: 24
Views: 91661

Re: History auto-purge

i was fiddling around with script and just notice i get a error "CleanHistory: ImportError: No module named jsonrpclib", does that error mean i don't have jsonrpclib installed on my computer?
by cheepa
26 Sep 2017, 21:16
Forum: Extension scripts
Topic: History auto-purge
Replies: 24
Views: 91661

Re: History auto-purge

thanks hugbug. How would i run the script from terminal?

thanks
by cheepa
26 Sep 2017, 17:04
Forum: Extension scripts
Topic: History auto-purge
Replies: 24
Views: 91661

Re: History auto-purge

i get a error message when using this script. CleanHistory: env: python2: No such file or directory nzbget. The category that is suppose to be delete is still in history. Im using nzbget 19.1 and on a Mac. I also have CleanHistory.py setup in scheduler. Anyone know why Im getting this error? thanks.