I have update NextPVR from PVR 2.5.9 Patches R1 to include the patches up to #20.
Also updated TV Listing cause I could not put negative minutes in manual recording ?
After the update I could put negative minutes in the manual recording ... but now I can no longer create recording with negative minutes or update existing one!
I have been trying and trying to figure out how to setup and configure using xmltvextra. I use schedules direct if that helps. Sorry I cant be more descriptive but the directions seem a bit ambiguous.
Does NextPVR attempt to reread a directory on error? For the first time I can recall NextPVR failed to record a show and it might simple have been because my NAS was waking up slowly too.
Code:
2012-12-13 12:57:36.835 [DEBUG][4] Resuming...
2012-12-13 12:57:37.018 [DEBUG][7] Recording service noted the system was resuming...
2012-12-13 12:57:37.020 [DEBUG][7] Starting: C:\Users\Public\NPVR\Scripts\Wakeup.bat
2012-12-13 12:57:38.710 [DEBUG][5] cycling MVP servers
2012-12-13 12:57:38.710 [DEBUG][5] Starting MVP server 0
2012-12-13 12:57:44.651 [DEBUG][7] C:\Users\Public\NPVR\Scripts\Wakeup.bat has exited
2012-12-13 12:59:19.003 [DEBUG][7] Unexpected error in GetTargetName: System.IO.IOException: The specified network name is no longer available.
at System.IO.__Error.WinIOError(Int32 errorCode, String maybeFullPath)
at System.IO.Directory.InternalCreateDirectory(String fullPath, String path, DirectorySecurity dirSecurity)
at System.IO.Directory.CreateDirectory(String path, DirectorySecurity directorySecurity)
at NShared.RecordingService.GetTargetName(ScheduledRecording scheduledRecording)
at NShared.RecordingService.WorkerThread()
. but it sleeps and works fine afterwards.
2012-12-13 13:57:35.252 [DEBUG][4] Resuming...
2012-12-13 13:57:35.283 [DEBUG][7] Recording service noted the system was resuming...
2012-12-13 13:57:35.358 [DEBUG][7] Starting: C:\Users\Public\NPVR\Scripts\Wakeup.bat
2012-12-13 13:57:36.918 [DEBUG][5] cycling MVP servers
2012-12-13 13:57:36.919 [DEBUG][5] Starting MVP server 0
2012-12-13 13:57:41.232 [DEBUG][7] C:\Users\Public\NPVR\Scripts\Wakeup.bat has exited
2012-12-13 13:59:07.151 [DEBUG][7] allocating recording target filename: K:\Homeland\Homeland_20121213_14001500.ts
2012-12-13 13:59:07.153 [DEBUG][7] About to start recording (2775 on 1524): K:\Homeland\Homeland_20121213_14001500.ts...
2012-12-13 13:59:07.158 [DEBUG][7] Free space 587198365696 (K:\)
Would it be possible, or indeed, is it already possible to include the tuner used for each specific recording in a log file somewhere, am having trouble with a dodgy tuner and i'm not sure which one it is, and it doesn't become evident for a while after the recording starts, making it difficult to catch.
I set up an HTPC for my father-in-law with NextPVR installed on Windows XP using a Hauppauge DCR-2650 (although I regret not getting him the HDHomeRun Prime instead) and a Cisco tuning adapter. Unfortunately, I'm seeing SQLiteException (database file locked) everytime there seems to be a DB update. The main symptom that caused me to look into this was the EPG update not appearing to run after initial setup; however, perusing the logs indicates that the EPG update does appear to be taking place -- with listings download -- but they don't appear to be saved in the database, *except* when a manual EPG update is requested from the Settings menu. (I have not used anything to check the database.) When we examined the system last night, we also confirmed that the Recording service was running (both by examining the system tray and the Services control panel).
(1) What causes the SQLiteException? (I feel like sub mentioned a process locking the database and not letting go, but what would cause that?)
(2) Based on the attached logs, does that seem like the likely cause of EPG not being updated automatically?
(3) I asked my father-in-law to reboot the HTPC last night after we made some updates to the config (e.g., disabling "Update DVB EPG during live TV" in Settings: Misc, changing EPG update hour from 2 to 4 in Settings: Misc2), but I didn't talk to him tonight. Does that remove DB locks? Or do they persist beyond the offending process terminating? (I'm not familiar with the SQLite database.) I'd install the Firefox SQLite viewer, but I'm not going to ask someone who isn't a software engineer to make SQL queries remotely...
Whurlston to avoid hijacking a thread like we did to your YouTube post here is a nice annotated copy for movies
Code:
<movie>
<title></title>
<originaltitle></originaltitle>
<sorttitle></sorttitle>
<rating></rating> <!-- 0 - 10 rating, can be decimal -->
<ratings>
<rating moviedb="imdb"></rating>
<rating moviedb="allocine"></rating>
</ratings>
<year></year>
<top250></top250> <!-- the IMDB top 250 ranking, integer 1 - 250 or empty -->
<votes></votes> <!-- currently unused in YAMJ -->
<outline></outline> <!-- a short plot description -->
<plot></plot> <!-- a longer plot description -->
<tagline></tagline> <!-- The tagline for the movie -->
<runtime></runtime>
<premiered></premiered> <!-- the release date of the movie -->
<thumb></thumb> <!-- url of poster image. use URL formatting, such as http:// for internet resources or file:/// for local resources -->
<fanart></fanart> <!-- url of fanart image. use URL formatting, such as http:// for internet resources or file:/// for local resources -->
<mpaa></mpaa>
<certification></certification> <!-- Used for all certification that isn't MPAA and only used if imdb.getCertificationFromMPAA=false -->
<playcount></playcount> <!-- currently unused in YAMJ -->
<watched></watched> <!-- This will mark the movie watched or unwatched -->
<id></id> <!-- the IMDB id of the movie. includes the leading "tt". Use an id of 0 or -1 to disable further internet plugin scraping. -->
<id moviedb="allocine"></id> <!-- the allocine id of the movie. This should work for other plugins using their PLUGIN_ID as "moviedb" value -->
<id moviedb="filmweb"></id> <!-- the filmweb id of the movie. This should work for other plugins using their PLUGIN_ID as "moviedb" value -->
<filenameandpath></filenameandpath> <!-- currently unused since YAMJ determines path from searching the configured libraries -->
<trailer></trailer> <!-- multiple trailer records may exist -->
<genre></genre> <!-- multiple genre records may exist, including any custom ones -->
<credits>
<writer></writer> <!-- Writer name, one per entry -->
</credits>
<director></director>
<company></company> <!-- The studio company that produced the movie -->
<studio></studio> <!-- Synonym for company tag -->
<country></country> <!-- Country the video was produced in -->
<actor> <!-- Multiple actor records may exist -->
<name></name>
<role></role> <!-- Currently unused in YAMJ -->
</actor>
<sets>
<set>First Set Name</set>
<set order="?">Another Set With An Order</set>
</sets>
<!-- NOTE: All of the following tags will OVERWRITE the derived data -->
<videosource></videosource> <!-- The video source of the file -->
<videooutput></videooutput> <!-- The video output of the file -->
<fps></fps> <!-- The Frames Per Second value for the movie. NOTE: This should be a valid float value (with a ".") -->
<fileinfo>
<container></container> <!-- Container of the video -->
<streamdetails>
<video>
<codec></codec>
<aspect></aspect>
<width></width> <!-- Width of the video file -->
<height></height> <!-- Height of the video file -->
</video>
<audio>
<codec></codec>
<language></language>
<channels></channels>
</audio>
<subtitle>
<language></language>
</subtitle>
</streamdetails>
</fileinfo>
</movie>
Started working on the next release, will have basic mobile support in there (modelling this after the for the record iphone app, want the guide to be very similar to that, its a nice epg for smarthphone).
If anyone has any requests now's the time.
This will likely be the last alpha, and then it will go into beta.
Hi guys I need a little help, I recently moved to xbmc after years of running Windows Media Center.
I'm a little stuck, I've used other pvr for xbmc but so far the experience I've had with nextpvr its the best offered for xbmc.
My problem is I don't know how to setup the MCE IR Receiver/Blaster to work with my set top box.
I currently have IR server suite installed, it worked well for me with mediaportal but I don't know how to get it to work with nextpvr to my set top box.
Please any help is appreciated.
System Specs: AMD Athlon II Dual Core 2.8GHz, 4 GB RAM, Hauppauge: WinTV-HVR-1600 & HD-PVR, 42 inch Samsung Series 5 & 6 HDMI Win 7 System Rating 5.3
I am trying to record an analog stream from a set top box into a Hauppauge PVR-2250. I have installed SoftPVR. I can see my two analog tuners. When I do a channel scan I see a single channel 3, which is good. I have not setup anything for an EPG. I just want to play shows recorded on my set to box and record them to my PC. I know the signal into my PC is fine. I have recorded live tv with windows Media Center. But all I get from NPVR Live TV is a black screen with ANT3 as the source. Just installed NPVR 1.5.9. I have copied the channel setup from first tuner to second tuner. Is this something I should be able to do with NPVR?