Yeah they had a Godzilla Marathon and someone in my household recorded them all.... I wonder Who ??




Moderator: TVJunkie198
Same here ... I see when in the guide I longPress on round button on the Shield (Right Click on Windows) I get a popup with different selections maybe one of them should be Options.otaku wrote: ↑Tue Jul 04, 2017 8:07 am I have what's probably a stupid question.
Is there a way to only start the guide at the current date and time? Reason is if I want to access the options in the left hand margin I need to scroll an entire day of listings to activate the options.
I must have missed a setting somewhere.
viewtopic.php?f=88&t=64143&start=270#p298011dski wrote: ↑Tue Jul 04, 2017 12:17 pm I went to delete the plugin and saw that there is an option to 'Allow live TV streaming' which is Off by default when you load the plugin. If I turn this on then I can get live streaming.
Problem is when I turn this on, then the stream shows but you can't timeshift or record. Any thoughts? Another thing that happens is when I have this off, the Importing guide for clients takes minutes to complete rather than a few seconds.
High hopes for this. The one from silicondust is really clunky to navigate. Thanks for the hard work!
Are you a HDHomeRun DVR subscriber?dski wrote: ↑Tue Jul 04, 2017 3:47 pm Thanks for the reply. I just read through but My problem is a little different though. I am not getting anything. Not a play arrow or anything. If I bring up the context menu and click Play...nothing as well. It is as if the button wasn't clicked.
If I switch to the stream, immediately works.
Ken.F wrote: ↑Tue Jul 04, 2017 3:55 pmAre you a HDHomeRun DVR subscriber?dski wrote: ↑Tue Jul 04, 2017 3:47 pm Thanks for the reply. I just read through but My problem is a little different though. I am not getting anything. Not a play arrow or anything. If I bring up the context menu and click Play...nothing as well. It is as if the button wasn't clicked.
If I switch to the stream, immediately works.
Hmmmm... it sounds like it can't get any information from the RECORD engine (DVR service), just about everything relies upon that service to be running somewhere and accessible. Time for browser fun!dski wrote: ↑Tue Jul 04, 2017 4:06 pm Yes. If I use the HDHomerun Win10 App, I can record and view just fine.
When in Kodi, it shows the channels in the guide data but does not show any of the recordings or allow Live TV. I also did a fresh install of Win10, Kodi 17.3 and latest HD homerun an hour ago to make sure there wasn't anything old hanging around but have the same behavior.
Also, both the HDHomerun app and the other HDHomerun app under PVR clients will stream the channels. The HDhomerun plugin (doesn't use the native Kodi) will allow me to schedule recordings as well.
Really want this one to work! I have used Kodi for years with Media Center
djp952 wrote: ↑Tue Jul 04, 2017 8:14 pmHmmmm... it sounds like it can't get any information from the RECORD engine (DVR service), just about everything relies upon that service to be running somewhere and accessible. Time for browser fun!dski wrote: ↑Tue Jul 04, 2017 4:06 pm Yes. If I use the HDHomerun Win10 App, I can record and view just fine.
When in Kodi, it shows the channels in the guide data but does not show any of the recordings or allow Live TV. I also did a fresh install of Win10, Kodi 17.3 and latest HD homerun an hour ago to make sure there wasn't anything old hanging around but have the same behavior.
Also, both the HDHomerun app and the other HDHomerun app under PVR clients will stream the channels. The HDhomerun plugin (doesn't use the native Kodi) will allow me to schedule recordings as well.
Really want this one to work! I have used Kodi for years with Media Center
From your browser (anywhere on your LAN should be OK, but if you can do this from the Kodi box that's ideal):
>> http://my.hdhomerun.com/discover
You should get back a text-based list that has entries for all your tuners and the storage (RECORD) engine. You're looking for one that has a "StorageID" value as opposed to "DeviceID" values. This is the storage engine. If you have no entries with "StorageID", there is the problem right there -- where did you install the DVR Service, and is there something like a software firewall running that might prevent it from getting on your network?
If you do get a "StorageID" value, find the matching "DiscoverURL" and "StorageURL" values. Try browsing to those, do you get data back?
One thing jumped out at me immediately, not related to your problem (first log):vjr wrote: ↑Tue Jul 04, 2017 12:49 pm Ok here's a debug log illustrating the problem I'm having with Comcast "Music Choice" channels. I also included an audio-only channel at the end for comparison:
https://pastebin.com/nrTqWnyf
And here's a debug log with the streaming directly from the HDHR Prime box:
http://sprunge.us/bZZZ
I get NO response on the MC channels directly from the box. It tries to tune in and just times out. The audio only channel is ok.
Code: Select all
12:14:11.127 T:139663201265408 ERROR: AddOnLog: HDHomeRun DVR PVR Client: ADDON_Create failed due to an unhandled exception: SQL logic error or missing database (1): http request on [http://ipv4.my.hdhomerun.com/discover] failed: Couldn't resolve host name
Code: Select all
DEBUG: ActiveAE::SyncStream - average error of 695.177797, start adjusting
This is definitely the root of your concern, at least. The storage engine isn't visible via the HTTP API. I'm not certain if the official application uses the HTTP API or the broadcast API, but the only thing the PVR can see is your one PRIME tuner. Pretty much nothing in this PVR works if it has no RECORD engine available.dski wrote: ↑Tue Jul 04, 2017 8:34 pm Here is what I get back.
[
{
"DeviceID": "131B24C7",
"LocalIP": "192.168.1.171",
"ConditionalAccess": 1,
"BaseURL": "http://192.168.1.171:80",
"DiscoverURL": "http://192.168.1.171:80/discover.json",
"LineupURL": "http://192.168.1.171:80/lineup.json"
}
]
If I browse to the DiscoverURL then I get this:
{"FriendlyName":"HDHomeRun PRIME","ModelNumber":"HDHR3-CC","FirmwareName":"hdhomerun3_cablecard","FirmwareVersion":"20170612beta1","DeviceID":"131B24C7","DeviceAuth":"XM8dNnd62tXZlimQe0RqPAgw","TunerCount":3,"ConditionalAccess":1,"BaseURL":"http://192.168.1.171:80","LineupURL":"http://192.168.1.171:80/lineup.json"}
If I open up the Windows 10 HDHomerun app, I can record there and it records to the folder that is configured. I can also playback the recorded items. It is running on the same box (and I did the steps above on that same box) as what I am running Kodi on.
You're very welcome, it's been my pleasure to share. While I sincerely appreciate the offer I actually prefer no compensation, for a few reasons -- one big one is that all this cool stuff is really courtesy of SiliconDust and their hard work, this is nothing more than an unauthorized and glorified front-end to their services - they've even let us fill out 22 pages of posts on their forums without ever complaining!italy333333 wrote: ↑Mon Jul 03, 2017 9:34 pm I just wanted to extend a sincere thank you for the development on this application. It is kind of shocking how rudimentary some of the PVR frontends are and you have been gracious enough to make this add-on. The one issue I had, the main menu not saving my changes, was easily fixed by choosing the power/exit button instead of force closing, and now everything is working very well.
One thing that would be nice would be a faster sync for recorded programs, 5 minutes isn't bad but 30 seconds would be ideal I think. Not sure if that would create too much load though....
I encourage you to post your PayPal info, you spend your time on this and I think you deserve compensation!!