NextPVR Forums
  • ______
  • Home
  • New Posts
  • Wiki
  • Members
  • Help
  • Search
  • Register
  • Login
  • Home
  • Wiki
  • Members
  • Help
  • Search
NextPVR Forums Public Kodi / XBMC X-NEWA v
« Previous 1 … 8 9 10 11 12 13 Next »
Problems with imported recordings

 
  • 0 Vote(s) - 0 Average
Problems with imported recordings
cncb
Offline

Senior Member

Posts: 729
Threads: 112
Joined: Aug 2011
#1
2014-07-18, 09:58 PM
I have imported some recordings from WMC and other sources so that they will all be shown in the main recordings list. I have imported these files from network paths via a generated XML file. This is causing X-NEWA to error out with the message "Unable to contact NextPVR server". It only gives this error when trying to display recordings for a specific title: i.e. no problems with the top recordings list with the counts or anything else.

Note that there are no problems displaying or playing these recordings in the X-NEWA "Web Client". The only problem I have there is that I can't seem to resume any of these recordings (I select Resume and nothing happens but Play works fine). Any ideas on either of these problems? Thanks.
My Plugins: PhotoFilter, MusicMonkey, Windows Desktop Gadget
mvallevand
Online

Posting Freak

Ontario Canada
Posts: 53,166
Threads: 958
Joined: May 2006
#2
2014-07-18, 10:18 PM
cncb Wrote:I have imported some recordings from WMC and other sources so that they will all be shown in the main recordings list. I have imported these files from network paths via a generated XML file. This is causing X-NEWA to error out with the message "Unable to contact NextPVR server". It only gives this error when trying to display recordings for a specific title: i.e. no problems with the top recordings list with the counts or anything else.

Note that there are no problems displaying or playing these recordings in the X-NEWA "Web Client". The only problem I have there is that I can't seem to resume any of these recordings (I select Resume and nothing happens but Play works fine). Any ideas on either of these problems? Thanks.

I suspect the utility that you used to import files into the database didn't include some data that x-newa expects in the returned JSON data. Logs might help, or upload you npvr.db3 file somewhere and I can probably pinpoint it.

Martin
cncb
Offline

Senior Member

Posts: 729
Threads: 112
Joined: Aug 2011
#3
2014-07-19, 01:31 AM
Here is the database: http://1drv.ms/1kCVSSW

I have tried to manually alter the data in the database but can't quite figure out what is missing/wrong. The only one I have been able to get to display is the "Extant" .wtv recording.

Do you have any ideas about the resume problem in the web client? It turns out that resume doesn't work for the video library either in the web client. Thanks for your help.
My Plugins: PhotoFilter, MusicMonkey, Windows Desktop Gadget
mvallevand
Online

Posting Freak

Ontario Canada
Posts: 53,166
Threads: 958
Joined: May 2006
#4
2014-07-19, 03:20 AM
cncb Wrote:Here is the database: http://1drv.ms/1kCVSSW

I have tried to manually alter the data in the database but can't quite figure out what is missing/wrong. The only one I have been able to get to display is the "Extant" .wtv recording.

It is having trouble with the milliseconds in many of your time values.

Quote:Do you have any ideas about the resume problem in the web client? It turns out that resume doesn't work for the video library either in the web client. Thanks for your help.

I'd need to see the logs.

Martin
mvallevand
Online

Posting Freak

Ontario Canada
Posts: 53,166
Threads: 958
Joined: May 2006
#5
2014-07-19, 12:45 PM
mvallevand Wrote:It is having trouble with the milliseconds in many of your time values.

In the upcoming version of x-newa I include a better python time parser which allows me a way to show your lists. I did notice that your times appear to be local not GMT.

Martin
cncb
Offline

Senior Member

Posts: 729
Threads: 112
Joined: Aug 2011
#6
2014-07-19, 01:20 PM
Thanks, I was able to remove the ms from the dates and now I don't get the error. However, the date is not displayed in the recordings list for some of the recordings even though when I select them the date seems valid? Also, is there any way to have a 12-hour display of the times?

I have attached the logs for the web client resume problem. I tried to Resume the file 3 times and then I selected Play to start from the beginning which succeeds. By the way, does the web client play the files directly if they can be accessed from a network share or are they always streamed (I noticed some references to VLC in the logs)?
My Plugins: PhotoFilter, MusicMonkey, Windows Desktop Gadget
mvallevand
Online

Posting Freak

Ontario Canada
Posts: 53,166
Threads: 958
Joined: May 2006
#7
2014-07-19, 02:08 PM
cncb Wrote:Thanks, I was able to remove the ms from the dates and now I don't get the error. However, the date is not displayed in the recordings list for some of the recordings even though when I select them the date seems valid?

Which shows? They seemed ok here, but maybe you need to hit refresh to reload older ones.

Quote:Also, is there any way to have a 12-hour display of the times?

pkscout added the feature to use the time format set in xbmc.

Quote:I have attached the logs for the web client resume problem. I tried to Resume the file 3 times and then I selected Play to start from the beginning which succeeds.

It is showing as being set, if 2 seconds is wrong send the xbmc.log with web.log

2014-07-19 09:11:09.607 [DEBUG][4] PlaybackPositionHelper.StorePlaybackPosition(The Daily Show With Jon Stewart - s19e111 - Mon, Jun 2, 2014.mp4, 2, 1711)
2014-07-19 09:11:09.607 [DEBUG][4] PlaybackPositionHelper.DeletePlaybackPosition(\\BASE\PlayLater\The Daily Show With Jon Stewart - s19e111 - Mon, Jun 2, 2014.mp4)

Quote: By the way, does the web client play the files directly if they can be accessed from a network share or are they always streamed (I noticed some references to VLC in the logs)?

Yes x-newa will always try to play play from the share before streaming with http ie \\BASE\PlayLater\The Daily Show With Jon Stewart - s19e111 - Mon, Jun 2, 2014.mp4
is first looked up as smb://BASE/PlayLater/The Daily Show With Jon Stewart - s19e111 - Mon, Jun 2, 2014.mp4

The VLC reference in web.log are from NEWA

Martin
cncb
Offline

Senior Member

Posts: 729
Threads: 112
Joined: Aug 2011
#8
2014-07-19, 03:26 PM
mvallevand Wrote:Which shows? They seemed ok here, but maybe you need to hit refresh to reload older ones.
The Daily Show file doesn't show any date in the list.

mvallevand Wrote:pkscout added the feature to use the time format set in xbmc.
I'm using the Confluence X-Newa "skin" and I have XBMC set to 12-hour but I'm still seeing 24-hour in X-Newa?

mvallevand Wrote:It is showing as being set, if 2 seconds is wrong send the xbmc.log with web.log
It might be storing the correct resume point but it just doesn't respond when I try to Resume (never starts playback).

mvallevand Wrote:Yes x-newa will always try to play play from the share before streaming with http ie \\BASE\PlayLater\The Daily Show With Jon Stewart - s19e111 - Mon, Jun 2, 2014.mp4
is first looked up as smb://BASE/PlayLater/The Daily Show With Jon Stewart - s19e111 - Mon, Jun 2, 2014.mp4
Is this the case for the web client run from X-Newa too (I'm not sure whether or not there is a difference)?
My Plugins: PhotoFilter, MusicMonkey, Windows Desktop Gadget
mvallevand
Online

Posting Freak

Ontario Canada
Posts: 53,166
Threads: 958
Joined: May 2006
#9
2014-07-19, 03:43 PM
cncb Wrote:The Daily Show file doesn't show any date in the list.

Because it is the same as The Colbert Report

Quote:I'm using the Confluence X-Newa "skin" and I have XBMC set to 12-hour but I'm still seeing 24-hour in X-Newa?

I don't know how it works, maybe pkscout can help you on a specific diaglog with a problem.

Quote:It might be storing the correct resume point but it just doesn't respond when I try to Resume (never starts playback).

Ok, but I still need the npvr.log and xbmc.log to see if the request is being made.


Quote:Is this the case for the web client run from X-Newa too (I'm not sure whether or not there is a difference)?

Yes it should again xbmc.log would show what it tries.

Martin
cncb
Offline

Senior Member

Posts: 729
Threads: 112
Joined: Aug 2011
#10
2014-07-19, 04:52 PM
I tried to resume the Daily Show recording again. It should try to resume a couple minutes into the program.

Here is xbmc log: http://sprunge.us/KhLS
NPVR logs attached.
My Plugins: PhotoFilter, MusicMonkey, Windows Desktop Gadget
« Next Oldest | Next Newest »

Users browsing this thread: 1 Guest(s)

Pages (4): 1 2 3 4 Next »


Possibly Related Threads…
Thread Author Replies Views Last Post
  knewc problems with new server patch BrettB 7 3,834 2021-01-07, 02:45 PM
Last Post: BrettB
  Recordings with special characters in title do not play Sheik Yerbouti 8 4,715 2019-01-25, 01:57 PM
Last Post: mvallevand
  Upcoming Recordings Sections are Empty TDown 12 6,322 2017-12-09, 04:44 PM
Last Post: ReplayHarry
  Playback Recordings Not Working for VLC Streaming crackulator 5 3,939 2017-11-16, 03:46 PM
Last Post: mvallevand
  In progress recordings in xnewa stustunz 63 18,203 2017-04-05, 01:00 AM
Last Post: stustunz
  Playing commercial-less recordings from HTPC to android clients from xnewa, nPVR tryingtocordcut 5 3,036 2017-02-08, 11:34 PM
Last Post: mvallevand
  Playing Recordings that are still in progress srhutch 1 2,061 2016-12-17, 09:08 PM
Last Post: mvallevand
  Occasionally recordings fail to play until I exit Kodi cncb 7 4,169 2016-08-05, 03:57 PM
Last Post: BrettB
  All Recordings in X-NEWA main screen ReplayHarry 13 5,572 2015-08-24, 04:13 PM
Last Post: ReplayHarry
  XNEWA Showing Upcoming Recordings in a Loop with Kodi v15 pkscout 4 2,897 2015-08-22, 12:15 AM
Last Post: mvallevand

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

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

Linear Mode
Threaded Mode