2020-03-01, 12:03 AM
Hi,
I am trying to set up a new v5 server on Linux after running an old v4 under Windows 7. The last obstacle I have before going live is to get PostProcessing.sh to handle calling HandbrakeCLI to convert to mp4 to significantly reduce the file size.
I have the script successfully doing the conversion, and deleting the .ts file because in previous posts on the subject I was told that it would automatically handle finding the .mp4 file. When I deleted the .ts file, the recording disappeared from the list of recordings on the web interface. If I look at the SQLite database, the record is still in scheduled_recordings with the .ts filename but it doesn't show up. So maybe NextPvr is hiding files that "don't exist".
In v4, I had a Delphi program that handled this stuff and it updated the database with the new filename even though I was told it wasn't needed. I'd like to just handle this all in PostProcessing. I guess I'll have to figure out how to update the database if necessary.
Would I also need to update the .xml file?
Thanks
Steve Tyrakowski
I am trying to set up a new v5 server on Linux after running an old v4 under Windows 7. The last obstacle I have before going live is to get PostProcessing.sh to handle calling HandbrakeCLI to convert to mp4 to significantly reduce the file size.
I have the script successfully doing the conversion, and deleting the .ts file because in previous posts on the subject I was told that it would automatically handle finding the .mp4 file. When I deleted the .ts file, the recording disappeared from the list of recordings on the web interface. If I look at the SQLite database, the record is still in scheduled_recordings with the .ts filename but it doesn't show up. So maybe NextPvr is hiding files that "don't exist".
In v4, I had a Delphi program that handled this stuff and it updated the database with the new filename even though I was told it wasn't needed. I'd like to just handle this all in PostProcessing. I guess I'll have to figure out how to update the database if necessary.
Would I also need to update the .xml file?
Thanks
Steve Tyrakowski