2020-06-28, 09:39 PM
Hello, I am interested in getting comskip working with NextPVR. I have done a lot of reading - but still cannot seem to get it reading.
I have compiled and installed comskip. It seems to be working if I execute it on its own.
Created the following comskip.ini in the comskip installation directory /usr/local/bin/comskip:
output_edl=1
live_tv=1
Created the following ParallelProcessing.sh and even tried the same file as PostProcessing.sh
/var/opt/nextpvr/scripts. I made the permissions for executable for other.
cd /usr/local/bin > /home/pi/ParallelProcessing.sh
comskip "$1" >> /home/pi/ParallelProcessing.sh
I misnamed my log file as ParallelProcessing.sh - it should have been ParallelProcessing.log. But still I think it should have worked.
I am getting no log file in any case.
Could you please let me know what I am doing wrong.
I have compiled and installed comskip. It seems to be working if I execute it on its own.
Created the following comskip.ini in the comskip installation directory /usr/local/bin/comskip:
output_edl=1
live_tv=1
Created the following ParallelProcessing.sh and even tried the same file as PostProcessing.sh
/var/opt/nextpvr/scripts. I made the permissions for executable for other.
cd /usr/local/bin > /home/pi/ParallelProcessing.sh
comskip "$1" >> /home/pi/ParallelProcessing.sh
I misnamed my log file as ParallelProcessing.sh - it should have been ParallelProcessing.log. But still I think it should have worked.
I am getting no log file in any case.
Could you please let me know what I am doing wrong.