2013-04-11, 04:23 PM
Well I added --nfo and its now creating valid nfo files, I guess I am confused why it isn't renaming the files or downloading images.
|
2013-04-11, 04:23 PM
Well I added --nfo and its now creating valid nfo files, I guess I am confused why it isn't renaming the files or downloading images.
2013-04-11, 05:08 PM
MrKuenning Wrote:I am confused why it isn't renaming the files or downloading images.Do you think that the logs might help with that? Quote:IGL creates logs in the NextPVR logs folder ... do the logs contain anything useful? Attach some IGL logs if that would help.
2013-04-11, 10:32 PM
Yes seeing the logs should explain why things. I also recommend --zap2it with EPG data North America that has zap2it unique ids.
Lao Pan Wrote:It would be worth trying I expect that he needed the 32 bit location too. %3 is passed by NRecord so it will be fine. Martin
2013-04-13, 02:26 AM
Here is my log
[...startup] 2013-04-12 18:05:07.998 [DEBUG][1] imageGrabLite, Version=1.2.0.42647, Culture=neutral, PublicKeyToken=null 2013-04-12 18:05:07.998 [DEBUG][1] Command Line --oid 939 --rename --nfo 2013-04-12 18:05:08.280 [DEBUG][1] Searching select scheduled_recording.name, event_details, start_time, filename from scheduled_recording, channel where scheduled_recording.oid = 939 and scheduled_recording.channel_oid = channel.oid 2013-04-12 18:05:08.319 [DEBUG][1] Zap2it reference http://tvlistings.zap2it.com/tv/wipeout/EP010461870037 2013-04-12 18:05:08.319 [DEBUG][1] Zap2it image http://images.zap2it.com/images/tv-EP010...eout-0.jpg 2013-04-12 18:05:08.330 [DEBUG][1] Subtitle: Length=21 The Henson Experiment 2013-04-12 18:05:08.391 [DEBUG][1] OID is 1957726 2013-04-12 18:05:08.409 [DEBUG][1] OriginalAirDate is 2010-07-08 2013-04-12 18:05:08.414 [DEBUG][1] Recorded 2013-04-12 2013-04-12 18:05:08.414 [DEBUG][1] Record Ended 2013-04-12 2013-04-12 18:05:08.415 [DEBUG][1] Meta files exists C:\Users\Public\NPVR\Media/Shows/Wipeout.xml 2013-04-12 18:05:08.473 [DEBUG][1] Episodic: True C:\Users\Public\NPVR\Plugins/SearchLite/Series/Wipeout.xml 2013-04-12 18:05:08.473 [DEBUG][1] C:\Users\Public\NPVR\Media/Shows/Wipeout.xml 2013-04-12 18:05:08.579 [DEBUG][1] Changing Wipeout to Wipeout (US) 2013-04-12 18:05:08.605 [DEBUG][1] /Data/Episode/EpisodeName[normalize-space(.) ='The Henson Experiment'] 2013-04-12 18:05:08.642 [DEBUG][1] Rename using The Henson Experiment S03 E07 2013-04-12 18:05:08.643 [DEBUG][1] First Aired 2010-07-08 01:00:00 2013-04-12 18:05:08.643 [DEBUG][1] Subtitle state 0 2013-04-12 18:05:08.643 [DEBUG][1] Wipeout (US).S03E07.The Henson Experiment 2013-04-12 18:05:08.670 [DEBUG][1] The process cannot access the file 'E:\DVR\Recordings\Wipeout\Wipeout_20130412_17001800.ts' because it is being used by another process. 2013-04-12 18:05:08.670 [DEBUG][1] E:\DVR\Recordings\Wipeout\Wipeout_20130412_17001800.ts 2013-04-12 18:05:08.670 [DEBUG][1] True 2013-04-12 18:05:08.670 [DEBUG][1] True 2013-04-12 18:05:08.670 [DEBUG][1] E:\DVR\Recordings\Wipeout\tvshow.nfo 2013-04-12 18:05:08.670 [DEBUG][1] E:\DVR\Recordings\Wipeout\Wipeout_20130412_17001800.nfo -------------------------------------------------------------------------------------------------------- Its finding the right show and creating NFO files rather than renaming them. XBMC shows two copies of each show. So for the NFO Wipeout_20130412_17001800.nfo It shows a show called 201304_12 and one called 17001_800.
2013-04-13, 02:38 AM
MrKuenning Wrote:Here is my log Are you watching while recording or running comskip or another step in postprocessing? Quote:Its finding the right show and creating NFO files rather than renaming them. It's supposed too when the rename fails Quote:XBMC shows two copies of each show. So for the NFO Wipeout_20130412_17001800.nfo Blame the xbmc devs and read this workaround http://forums.nextpvr.com/showthread.php...post453709 Martin
2013-04-13, 07:04 PM
I have comskip running during Parallel Processing. I have nothing else running during post processing.
2013-04-13, 07:31 PM
so if comskip has not finished before the recording ends, the file will still be open and cannot be renamed.
you will either have develop your batch file/s to handle this situation correctly or perhaps (as a dirty hack) just try adding a sleep command at the start of postprocessing to wait 10mins before renaming the file.
2013-04-13, 07:56 PM
i just put IGL at the end of my parallelprocessing.bat, so it always runs after comskip is finished.
server: NextPVR 5.0.7/Win10 2004/64-bit/AMD A6-7400k/hvr-2250 & hvr-1250/Winegard Flatwave antenna/Schedules Direct
main client: NextPVR 5.0.7 Desktop Client; LG 50UH5500 WebOS 3.0 TV
2013-04-14, 06:01 AM
Thanks Johnsonx2 adding it to the parallel processing bat fixed my renaming problem.
2013-04-15, 02:23 AM
johnsonx42 Wrote:i just put IGL at the end of my parallelprocessing.bat, so it always runs after comskip is finished. I never contemplated this, nice solution. Martin |
|
|