Search found 4 matches

by ablitz
15 Dec 2014, 17:27
Forum: Extension scripts
Topic: [PP-Script] VideoSort - better video sorting
Replies: 461
Views: 528041

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

Yup, that's exactly what the code does: It changes every instance of h264 to x264. It seemed like that's what you were asking for. If you want to change only when the video format is 'HDTV', then this would work: if guess['videoCodec'] == 'h264' and guess['format'] == 'HDTV': guess['videoCodec'] = ...
by ablitz
09 Dec 2014, 21:25
Forum: Extension scripts
Topic: [PP-Script] VideoSort - better video sorting
Replies: 461
Views: 528041

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

Is this bad? The problem for me is that Sickgear specifies that HDTV should contain x264. So it messes up the sorting, I assume the other Sick* forks uses the same rename function. One of the great aspects of nzbget is DIY customizations. You can use a text editor to modify your copy of videosort.p...
by ablitz
09 Dec 2014, 20:04
Forum: Extension scripts
Topic: [PP-Script] VideoSort - better video sorting
Replies: 461
Views: 528041

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

hugbug wrote:Is this bad?
The problem for me is that Sickgear specifies that HDTV should contain x264. So it messes up the sorting, I assume the other Sick* forks uses the same rename function.
by ablitz
09 Dec 2014, 19:43
Forum: Extension scripts
Topic: [PP-Script] VideoSort - better video sorting
Replies: 461
Views: 528041

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

I have an issue with the codec renaming on a couple of files. PP renames them to h264 when they are named x264. See log below INFO 2014-12-09 20:24:28 Post-process-script FailureLink.py for Ax Men S06E18 720p HDTV x264-KILLERS successful INFO 2014-12-09 20:24:28 Executing post-process-script videoso...