Now that Postprocessing is here, see: DVR Beta Three: DVR Hard With A Vengeance - Plex Features - Plex Forum
I thought I would share one way to use it.
I wanted this to accomplish two task;
1: Set the AUDIO to the correct language as currently the recordings are stored with AUDIO: Unknown instead of AUDIO: English
2: Identify and remove the commercials
Windows Powershell Script to remove Commercials, (by @sGarver )
Additionally, here are some other user submitted links on how to just mark the location of the commercials as chapter marks so you can just skip past them.
I have been using MCEBuddy to handle the removing of commercials and converting of files. Simple frontend and easy to use. I believe its only avail for windows.
Alright, I’ve read through the python script and am looking to use MCEBuddy (paid) with ComSkip (paid). What I can’t figure out is where the “file” variable is passed, or what environment variable it is on Windows so I can pass it to MCEBuddy.UserCLI and add it to the processing queue.
@mkmorris said:
Alright, I’ve read through the python script and am looking to use MCEBuddy (paid) with ComSkip (paid). What I can’t figure out is where the “file” variable is passed, or what environment variable it is on Windows so I can pass it to MCEBuddy.UserCLI and add it to the processing queue.
@mkmorris said:
What I can’t figure out is where the “file” variable is passed, or what environment variable it is on Windows so I can pass it to MCEBuddy.UserCLI and add it to the processing queue.
That’s exactly my logic problem as well. I’m currently just using
MCEBuddy.UserCLI.exe --command=engine --action=start
to start the scan process and let MCEBuddy scan the .grab subfolders for new files.
If Plex just completed recording shows on multiple tuners, is it going to queue these up, or is it going to kick off multiple instances of the script? I don’t want to over task my server, it is only a dual core.
Option to queue seems important. Also to clarify, if you automate post process through the post process step, will the newly created converted files be automatically deleted according to the keep x episodes rules? Will the gracenote meta data be retained on the newly converted files?
@hthighway said: It will kickoff multiple instances of the script
Actually, I’m not sure. Let me check
According to my taskmanager it does launch multiple instances of the script, one for each file.
@hthighway said: It will kickoff multiple instances of the script
Actually, I’m not sure. Let me check
According to my taskmanager it does launch multiple instances of the script, one for each file.
Yes I am seeing the same thing. Hope those with that 6-tuner DVR have enough CPU to handle it
@hthighway said:
Hope those with that 6-tuner DVR have enough CPU to handle it
My script is intelligent enough to make a queue based on the MCEBuddy settings for concurrent transcodings so for me only one at a time