NextPVR Forums
  • ______
  • Home
  • New Posts
  • Wiki
  • Members
  • Help
  • Search
  • Register
  • Login
  • Home
  • Wiki
  • Members
  • Help
  • Search
NextPVR Forums Public Kodi / XBMC v
« Previous 1 … 38 39 40 41 42 … 44 Next »
Recording names

 
  • 0 Vote(s) - 0 Average
Recording names
mvallevand
Offline

Posting Freak

Ontario Canada
Posts: 56,760
Threads: 998
Joined: May 2006
#31
2013-01-08, 05:03 AM
Code:
2013-01-07 23:43:22.196 [DEBUG][16] Got Web Request (172.16.3.106): /service method=recording.save&name=The%20Tonight%20Show%20With%20Jay%20Leno&channel=7914&time_t=0&duration=1357627385&sid=630782cb4ad64d0cab5a71ded7da22f4 2013-01-07 23:45:48.923 [DEBUG][4] Got Web Request (172.16.3.106): /service method=recording.save&name=Late%20Show%20With%20David%20Letterman&channel=7919&time_t=0&duration=1357627532&sid=630782cb4ad64d0cab5a71ded7da22f4

Unless you want to change the client, I expect you will need to have time_t = 0 explicitly record the current show on the requested channel.

Martin
sub
Offline

Administrator

NextPVR HQ, New Zealand
Posts: 108,520
Threads: 785
Joined: Nov 2003
#32
2013-01-08, 05:17 AM
Yeah, that's what I was just thinking too.
sub
Offline

Administrator

NextPVR HQ, New Zealand
Posts: 108,520
Threads: 785
Joined: Nov 2003
#33
2013-01-08, 05:37 AM
This one has special handling for time_t = 0.
mvallevand
Offline

Posting Freak

Ontario Canada
Posts: 56,760
Threads: 998
Joined: May 2006
#34
2013-01-08, 05:45 AM
Good that does it now and ampersands are handled too.

Code:
2013-01-08 00:42:36.464 [DEBUG][15] Got Web Request (172.16.3.106): /service method=recording.save&name=Hit%20%26%20Miss&channel=7979&time_t=0&duration=1357630940&sid=e0f44bd0765b4b09a0d96c7cbd873c13 2013-01-08 00:42:36.465 [DEBUG][15] method=recording.save 2013-01-08 00:42:36.465 [DEBUG][15] parameters: 2013-01-08 00:42:36.465 [DEBUG][15] method: recording.save 2013-01-08 00:42:36.465 [DEBUG][15] name: Hit%20%26%20Miss 2013-01-08 00:42:36.465 [DEBUG][15] channel: 7979 2013-01-08 00:42:36.465 [DEBUG][15] time_t: 0 2013-01-08 00:42:36.465 [DEBUG][15] duration: 1357630940 2013-01-08 00:42:36.465 [DEBUG][15] sid: e0f44bd0765b4b09a0d96c7cbd873c13 2013-01-08 00:42:36.465 [DEBUG][15] client_ip: 172.16.3.106 2013-01-08 00:42:36.465 [DEBUG][15] host_callback: 172.16.3.2:8866 2013-01-08 00:42:36.465 [DEBUG][15] physical_path: C:\Users\Public\NPVR\web\ 2013-01-08 00:42:36.465 [DEBUG][15] user_agent: XBMC/12.0-RC3 Git:20130104-de8789a (Windows NT 6.1;WOW64;Win64;x64; http://www.xbmc.org) 2013-01-08 00:42:36.465 [DEBUG][15] range: 2013-01-08 00:42:36.465 [DEBUG][15] requested_path: /service 2013-01-08 00:42:36.466 [DEBUG][15] Current show is: Hit & Miss

Marti
mvallevand
Offline

Posting Freak

Ontario Canada
Posts: 56,760
Threads: 998
Joined: May 2006
#35
2013-01-08, 05:55 AM
Oops I spoke too soon, that channel_oid was wrong and it recorded the wrong show with the correct name and folder. I reset the database and the channel oid fixed itself on the next EPG update.

Martin
sub
Offline

Administrator

NextPVR HQ, New Zealand
Posts: 108,520
Threads: 785
Joined: Nov 2003
#36
2013-01-08, 06:22 AM
mvallevand Wrote:Oops I spoke too soon, that channel_oid was wrong and it recorded the wrong show with the correct name and folder. I reset the database and the channel oid fixed itself on the next EPG update.
I don't follow you. Is it working now, or not?
mvallevand
Offline

Posting Freak

Ontario Canada
Posts: 56,760
Threads: 998
Joined: May 2006
#37
2013-01-08, 06:24 AM
It was after I reset the database or so I thought. Now for future recordings, it is recording the current show

Code:
2013-01-08 01:21:13.684 [DEBUG][15] Got Web Request (172.16.3.106): /service method=recording.save&name=Betty%20White%27s%20Off%20Their%20Rockers&channel=6870&time_t=1357693200&duration=1800&sid=f216e0efb14e461eb5ab2362dcd299be 2013-01-08 01:21:13.685 [DEBUG][15] method=recording.save 2013-01-08 01:21:13.685 [DEBUG][15] parameters: 2013-01-08 01:21:13.685 [DEBUG][15] method: recording.save 2013-01-08 01:21:13.685 [DEBUG][15] name: Betty%20White%27s%20Off%20Their%20Rockers 2013-01-08 01:21:13.685 [DEBUG][15] channel: 6870 2013-01-08 01:21:13.685 [DEBUG][15] time_t: 1357693200 2013-01-08 01:21:13.685 [DEBUG][15] duration: 1800 2013-01-08 01:21:13.685 [DEBUG][15] sid: f216e0efb14e461eb5ab2362dcd299be 2013-01-08 01:21:13.685 [DEBUG][15] client_ip: 172.16.3.106 2013-01-08 01:21:13.685 [DEBUG][15] host_callback: 172.16.3.2:8866 2013-01-08 01:21:13.685 [DEBUG][15] physical_path: C:\Users\Public\NPVR\web\ 2013-01-08 01:21:13.685 [DEBUG][15] user_agent: XBMC/12.0-RC3 Git:20130104-de8789a (Windows NT 6.1;WOW64;Win64;x64; http://www.xbmc.org) 2013-01-08 01:21:13.685 [DEBUG][15] range: 2013-01-08 01:21:13.685 [DEBUG][15] requested_path: /service 2013-01-08 01:21:13.687 [DEBUG][15] Current show is: [b]Conan[/b]

Martin
sub
Offline

Administrator

NextPVR HQ, New Zealand
Posts: 108,520
Threads: 785
Joined: Nov 2003
#38
2013-01-08, 03:25 PM
Oops - sorry. For me, XBMC seemed to always be supplying a non-zero time_t, so I put in some test code to force it to zero. Unfortunately I forgot to remove it. This version takes that code out.
onizuka
Offline

Junior Member

Posts: 40
Threads: 2
Joined: Jan 2013
#39
2013-01-08, 08:36 PM
Hi sub,

These new NShared.dll's have been solving various issues for my setup, namely the recording name and buffering when channel channels via XBMC. I imagine they will help others a well. I do understand that these are considered experimental. However, it is possible you could centralize the ones you're making so that we know which is the "latest and greatest" experimental NShared.dll? Thanks!
sub
Offline

Administrator

NextPVR HQ, New Zealand
Posts: 108,520
Threads: 785
Joined: Nov 2003
#40
2013-01-08, 08:44 PM
onizuka Wrote:Hi sub,

These new NShared.dll's have been solving various issues for my setup, namely the recording name and buffering when channel channels via XBMC. I imagine they will help others a well. I do understand that these are considered experimental. However, it is possible you could centralize the ones you're making so that we know which is the "latest and greatest" experimental NShared.dll? Thanks!
There will probably be a 2.5.10 or similar release in the next couple of weeks which includes the latest updates.
« Next Oldest | Next Newest »

Users browsing this thread: 1 Guest(s)

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


Possibly Related Threads…
Thread Author Replies Views Last Post
  Error when attempting to change a single recording to a series recording Fillimerica 6 1,488 2025-10-03, 04:53 PM
Last Post: Fillimerica
  Seeking Guidance on Recording Settings for IPTV Channels Gonvir 3 2,454 2025-04-22, 10:22 PM
Last Post: sub
  direct streams and recording jsox79 6 2,641 2024-07-26, 01:01 PM
Last Post: mvallevand
  Adding/editing timer to one time (manual) recording from Kodi guide has no effect mmortal03 6 3,431 2024-06-25, 09:30 PM
Last Post: mmortal03
  Error 'Recording failed: No video data received' JackNoren 2 1,771 2024-02-27, 09:44 AM
Last Post: mvallevand
  How to change the recording directory in NextPVR v5 RylanWilkinson 1 2,128 2024-02-20, 04:29 PM
Last Post: sub
  Playback of LiveTV Recording that is still recording behaviour RealTeej 24 9,505 2023-03-14, 07:55 PM
Last Post: kirschey
  Direct remote access to the three new recording screens ElihuRozen 4 2,764 2022-01-22, 12:25 AM
Last Post: mvallevand
  Watching in-progress recording goes past end of recording cncb 74 22,325 2021-12-24, 06:08 PM
Last Post: mvallevand
  Set one time manual recording from Kodi. biggoronjon 10 3,842 2021-08-17, 07:40 PM
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