2016-09-23, 09:26 PM
The wiki and the forum search should help (always best to start there).
It is automated in the postprocessing process.
Martin
It is automated in the postprocessing process.
Martin
2016-09-23, 09:26 PM
The wiki and the forum search should help (always best to start there).
It is automated in the postprocessing process. Martin
2016-09-24, 06:59 PM
sub Wrote:I can probably look at providing some more options in the future. Unfortunately you've time your run wrong for asking though - with the next version NextPVR pretty much ready for release now. I am no expert on the above 3 media servers but I think the date, if available, should be the Original Air Date of the episode so that the scrapper(s) can do the proper lookup. At least that is how it works for Plex the few times I had to do a rename. If no Original Air Date is available then you would have to default to today's date.
2016-09-24, 07:07 PM
leChat Wrote:Is there anyway to automate this or is this a manual thing that you are doing? Anyway you could point me towards resources to do this? After you have downloaded and installed imageGrabLite you will need to edit/create a PostProcessing.bat file in the Scripts folder. You should expect about a 95% to 100% success rate. with TV shows. The file will look something like this: c: cd "C:\Program Files (x86)\NPVR" "C:\Program Files (x86)\NPVR\imageGrabLite.exe" --oid %3 --rename
2016-09-24, 07:52 PM
scJohn Wrote:I am no expert on the above 3 media servers but I think the date, if available, should be the Original Air Date of the episode so that the scrapper(s) can do the proper lookup.There is still lots of shows that air two episodes on the premiere or finale night.
Here is an example NCIS: Los Angeles. EPG (scheduleDirect) shows 2 hours in duration covering 2 episodes.
If episode information the only thing you could do would have a file name of NCIS Los Angeles-High Value Target 2016.09.26.ts. IF the EPG had two 1 hour shows instead you would have: NCIS Los Angeles-High Value Target 2016.09.26.ts NCIS Los Angeles-Belly of the Beast 2016.09.26.ts Going back to the original two hour version and valid episode information, for Plex I would expect something like: NCIS Los Angeles-High Value Target.S08E01-E02.ts
2016-09-25, 07:18 PM
(This post was last modified: 2016-09-25, 07:35 PM by mvallevand.)
That NCIS file is actually a problem because iGL trusts the season number when it is set. If it wasn't it would use the subtitles and properly name it as
NCIS Los Angeles.S08E01-E02.High Value Target; Belly of the Beast.ts which gives two entries in Kodi. I have been trying to figure out the best way to deal with this for a while but in the meantime use --zap2it to override the check. BrettB also noted that NextPVR updated a DLL which broke iGL renaming movies so I will post this soon but it isn't a big deal for SD user. Martin
2016-09-26, 08:20 PM
If people are wondering why the crazy filename, this is what Kodi does with it, 2 db entries for the file with separate resume points. I was going to fake it with iGL with a 50% resume point but I could see people deleting the first file in error.
Martin
2016-09-28, 08:00 PM
Thanks all! Haven't forgotten about this thread. I am trying to get my encoding to do properly before tackling the (rather) trivial name change.
2016-09-30, 07:45 PM
So, if I rename the file, does it affect other command lines in my postprocessing bat file?
If I were to add this: cd "C:\Program Files (x86)\NPVR" "C:\Program Files (x86)\NPVR\imageGrabLite.exe" --oid %3 --rename Where can I put it in my postprocessing: "C:\comskip\comskip.exe" %1 cscript //nologo "C:\Program Files (x86)\VideoReDoTVSuite4\vp.vbs" "%~dpn1.VPrj" "%~dpn1_Cleaned.mpg" /p:"MPEG2 Program stream" /q Rem RENAME the old .mpg file and rename the new one to the old name move "%~dpn1.ts" "%~dpn1_original.ts" move "%~dpn1_Cleaned.mpg" "%~dpn1.mpg" REM RenameRecordings %1 > renamerecordings.log If I rename it, how do I pass it to other commands for further processing?
2016-10-01, 12:04 AM
Normally I would run it after VideoRedo, bui it appears you create mpg (for some unknown reason) so you pretty much are leaving NextPVR for playback.
iGL will return the filename when it changes it, I wrote an example of how to use that in a batch file here and so I'd probably run it first in your case. Martin |
|