NextPVR Forums
  • ______
  • Home
  • New Posts
  • Wiki
  • Members
  • Help
  • Search
  • Register
  • Login
  • Home
  • Wiki
  • Members
  • Help
  • Search
NextPVR Forums Public Kodi / XBMC v
« Previous 1 … 34 35 36 37 38 … 43 Next »
ComSkip support for PVR Recordings

 
  • 0 Vote(s) - 0 Average
ComSkip support for PVR Recordings
MrKuenning
Offline

Junior Member

Posts: 14
Threads: 2
Joined: Mar 2013
#11
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.
Graham
Offline

Posting Freak

UK
Posts: 4,058
Threads: 102
Joined: Dec 2005
#12
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.
mvallevand
Online

Posting Freak

Ontario Canada
Posts: 53,504
Threads: 963
Joined: May 2006
#13
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
"C:\Program Files (x86)\NPVR\imageGrabLite.exe" --oid %3 --rename
for a 64 bit windows install

The bat files are run by nrecord as system and may not have the environmental variables set.

I expect that he needed the 32 bit location too. %3 is passed by NRecord so it will be fine.

Martin
MrKuenning
Offline

Junior Member

Posts: 14
Threads: 2
Joined: Mar 2013
#14
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.
mvallevand
Online

Posting Freak

Ontario Canada
Posts: 53,504
Threads: 963
Joined: May 2006
#15
2013-04-13, 02:38 AM
MrKuenning Wrote:Here is my log


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.

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
It shows a show called 201304_12 and one called 17001_800.

Blame the xbmc devs and read this workaround http://forums.nextpvr.com/showthread.php...post453709


Martin
MrKuenning
Offline

Junior Member

Posts: 14
Threads: 2
Joined: Mar 2013
#16
2013-04-13, 07:04 PM
I have comskip running during Parallel Processing. I have nothing else running during post processing.
gEd
Online

Posting Freak

London
Posts: 3,521
Threads: 100
Joined: Jan 2005
#17
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.
“If this is the way Queen Victoria treats her prisoners, she doesn't deserve to have any.”
johnsonx42
Offline

Posting Freak

Posts: 7,298
Threads: 189
Joined: Sep 2008
#18
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
MrKuenning
Offline

Junior Member

Posts: 14
Threads: 2
Joined: Mar 2013
#19
2013-04-14, 06:01 AM
Thanks Johnsonx2 adding it to the parallel processing bat fixed my renaming problem.
mvallevand
Online

Posting Freak

Ontario Canada
Posts: 53,504
Threads: 963
Joined: May 2006
#20
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
« Next Oldest | Next Newest »

Users browsing this thread: 1 Guest(s)

Pages (3): « Previous 1 2 3 Next »


Possibly Related Threads…
Thread Author Replies Views Last Post
  Recordings list empty Druhl 6 271 2025-08-07, 06:27 PM
Last Post: Druhl
  Import recordings from Humax FVP-5000T ceejayemm 2 1,100 2024-05-12, 07:44 AM
Last Post: ceejayemm
  Recordings Disappear and Reappear boukmandutty 8 1,510 2024-04-22, 01:38 PM
Last Post: boukmandutty
  Kodi Omega NextPVR Recordings short press context menu (More... item) mmortal03 5 1,511 2024-04-18, 11:19 PM
Last Post: mmortal03
Question Kodi 19.4 not seeing NextPVR v4 Recordings Aussie 3 1,567 2022-07-28, 02:37 PM
Last Post: mvallevand
  Kodi not playing older recordings bobster151 10 2,878 2022-06-28, 10:18 PM
Last Post: mvallevand
  When running Kodi, new recordings not showing up jorrenb 53 13,926 2022-05-18, 12:52 AM
Last Post: mvallevand
  Recordings with Schedules Direct data don't show title? Caesium 4 1,907 2022-02-20, 09:48 PM
Last Post: mvallevand
  AC4 Support in Kodi on NVidia Shield? cncb 8 3,797 2022-01-10, 09:31 PM
Last Post: DSperber
  "Include filesize with recordings" Creates Delays PRBUK 15 4,164 2021-09-02, 09:54 AM
Last Post: PRBUK

  • View a Printable Version
  • Subscribe to this thread
Forum Jump:

© Designed by D&D, modified by NextPVR - Powered by MyBB

Linear Mode
Threaded Mode