NextPVR Forums
  • ______
  • Home
  • New Posts
  • Wiki
  • Members
  • Help
  • Search
  • Register
  • Login
  • Home
  • Wiki
  • Members
  • Help
  • Search
NextPVR Forums Public Add-ons (3rd party plugins, utilities and skins) v
« Previous 1 … 16 17 18 19 20 Next »
Windows Desktop/Sidebar Gadget with Recording Schedule

 
  • 0 Vote(s) - 0 Average
Windows Desktop/Sidebar Gadget with Recording Schedule
cncb
Offline

Senior Member

Posts: 729
Threads: 112
Joined: Aug 2011
#61
2011-10-22, 03:09 AM
UncleJohnsBand Wrote:Ok..attached patch now outputs the xml document in utf-8 encoding.
Let me know if it works.

It works! We are really close now Smile. The only information that I need that is not available in the XML is the actual channel names and numbers (the IDs are supplied but I don't know anything else about the channels). Could the channel list be supplied somewhere in the XML or could the channel name and number be inserted next to the channel IDs? Thanks again.
UncleJohnsBand
Offline

Posting Freak

U.S.A.
Posts: 5,643
Threads: 258
Joined: Feb 2005
#62
2011-10-22, 04:33 AM
cncb Wrote:It works! We are really close now Smile. The only information that I need that is not available in the XML is the actual channel names and numbers (the IDs are supplied but I don't know anything else about the channels). Could the channel list be supplied somewhere in the XML or could the channel name and number be inserted next to the channel IDs? Thanks again.

yea...I should be able to do something.....I need to think about how I want to implement it.

The premise behind the web service architecture was that the calling app would use the serch web service to get a list of channels which has channel info on it and then join the epgevent channel oid to the oid on the channel from the channel info where you get the channel name and number.

Can you do something like (make a second call to get another xml doc of channel info) that..... or does the actual channel name and number need to be in the webServiceEPGEventObject segement itself without having to make a second call to get the channel info?

Another thing I could do would be to return both the webServiceManage xml document and right under that another xml document with the channel info with the single call.....you would still need to do a lookup between the two documents to get the info but you would have both documents with a single call.

Let me know.
Intel Core i7 @ 4.00GHz Skylake 14nm
ASUSTeK COMPUTER INC. Z170-DELUXE
Windows 10 Pro x64
PVR Software: NPVR 5.1.1
SiliconDust HDHomeRun HDHR5-4US Connect Quatro 4 Channel Tuner
Roku Ultra
2 PCH A-100's
cncb
Offline

Senior Member

Posts: 729
Threads: 112
Joined: Aug 2011
#63
2011-10-22, 01:47 PM
UncleJohnsBand Wrote:Can you do something like (make a second call to get another xml doc of channel info) that..... or does the actual channel name and number need to be in the webServiceEPGEventObject segement itself without having to make a second call to get the channel info?

If you were able to embed the channel name and number into the webServiceEPGEventObject that would be easier for me Smile but a separate call/doc would be fine.
mvallevand
Offline

Posting Freak

Ontario Canada
Posts: 53,165
Threads: 958
Joined: May 2006
#64
2011-10-22, 02:56 PM
UJB, since ccnb is going to need a new thread anyway, I have mentioned this before but I would love to see a the entire web service api opened up so that it doesn't use enterprise-grade authentication on the private LAN That way I can focus on Boxee/XBMC interfaces and not fight with the access to the api (which I prefer debugging with curl etc)

Martin.
cncb
Offline

Senior Member

Posts: 729
Threads: 112
Joined: Aug 2011
#65
2011-10-22, 03:38 PM
Another question: Is there a way to get the channel logos with the background transparency intact? If I use the URL that the NEWA pages seem to use ('public/download.ashx/-5,1?ChannelID') I get an image with a solid black background.
Reddwarf
Offline

Posting Freak

Posts: 6,629
Threads: 230
Joined: Mar 2007
#66
2011-10-22, 04:06 PM
mvallevand Wrote:UJB, since ccnb is going to need a new thread anyway, I have mentioned this before but I would love to see a the entire web service api opened up so that it doesn't use enterprise-grade authentication on the private LAN That way I can focus on Boxee/XBMC interfaces and not fight with the access to the api (which I prefer debugging with curl etc)

Martin.
that's something I noticed too, why should one need to enter user/password when you are on the same network segment?

"I'd rather have a bottle in front of me than a frontal lobotomy"
mvallevand
Offline

Posting Freak

Ontario Canada
Posts: 53,165
Threads: 958
Joined: May 2006
#67
2011-10-22, 04:15 PM
Reddwarf Wrote:that's something I noticed too, why should one need to enter user/password when you are on the same network segment?

That's only part of it, user id and passwords are easy to use in API, NEWA web services use a much more sophisticated approach that is great when you are on the web, but not worth my time implementing in python.

Martin
UncleJohnsBand
Offline

Posting Freak

U.S.A.
Posts: 5,643
Threads: 258
Joined: Feb 2005
#68
2011-10-22, 06:34 PM
mvallevand Wrote:UJB, since ccnb is going to need a new thread anyway, I have mentioned this before but I would love to see a the entire web service api opened up so that it doesn't use enterprise-grade authentication on the private LAN That way I can focus on Boxee/XBMC interfaces and not fight with the access to the api (which I prefer debugging with curl etc)

Martin.

Yea...locking down to a particular segment will take some investigation but since IP addresses can be spoofed it really isn't secure. I'll look into it but no problems.
Intel Core i7 @ 4.00GHz Skylake 14nm
ASUSTeK COMPUTER INC. Z170-DELUXE
Windows 10 Pro x64
PVR Software: NPVR 5.1.1
SiliconDust HDHomeRun HDHR5-4US Connect Quatro 4 Channel Tuner
Roku Ultra
2 PCH A-100's
UncleJohnsBand
Offline

Posting Freak

U.S.A.
Posts: 5,643
Threads: 258
Joined: Feb 2005
#69
2011-10-22, 06:36 PM
cncb Wrote:Another question: Is there a way to get the channel logos with the background transparency intact? If I use the URL that the NEWA pages seem to use ('public/download.ashx/-5,1?ChannelID') I get an image with a solid black background.

I'll have to look into why that may be occuring....basically what is happening at the url is that the image is being streamed to the browser.....so you would want to use that url in your display and when the browser goes to render it the channel icon should render.
Intel Core i7 @ 4.00GHz Skylake 14nm
ASUSTeK COMPUTER INC. Z170-DELUXE
Windows 10 Pro x64
PVR Software: NPVR 5.1.1
SiliconDust HDHomeRun HDHR5-4US Connect Quatro 4 Channel Tuner
Roku Ultra
2 PCH A-100's
cncb
Offline

Senior Member

Posts: 729
Threads: 112
Joined: Aug 2011
#70
2011-10-22, 06:38 PM
UncleJohnsBand Wrote:so you would want to use that url in your display and when the browser goes to render it the channel icon should render.

To be clear I am getting the channel icon to display it's just that the background is black instead of transparent.
« Next Oldest | Next Newest »

Users browsing this thread: 1 Guest(s)

Pages (15): « Previous 1 … 5 6 7 8 9 … 15 Next »
Jump to page 


Possibly Related Threads…
Thread Author Replies Views Last Post
  HDHRGuide for Windows mvallevand 63 11,335 2025-06-20, 04:05 PM
Last Post: mvallevand
  Comskipped videos played back on NextPVR desktop application halt on commercial break mlopez1007 2 1,096 2023-07-03, 07:47 PM
Last Post: mvallevand
  NextTool for Windows question MrReis 12 2,711 2023-03-31, 10:23 PM
Last Post: mvallevand
  Multiple Instances of Desktop Gadget BrettB 6 2,128 2021-05-16, 04:23 PM
Last Post: mvallevand
  Automatic movie recording based on existing libraries daneo 10 5,304 2020-04-14, 08:02 PM
Last Post: daneo
  NextPVR Recording Service Monitor ChaosMageX 2 2,356 2019-09-23, 02:19 PM
Last Post: ChaosMageX
  Desktop Gadget not working after Win10 Creators Update Bobbybear 1 3,623 2017-06-26, 09:01 PM
Last Post: Bobins
  ParallelProcessing.bat Recording Growth Monitor BrettB 0 2,165 2017-05-24, 01:51 AM
Last Post: BrettB
  Desktop gadget stopped working roy 4 3,560 2017-02-18, 08:16 PM
Last Post: roy
  Created a program to purge recording directory evans036 3 3,610 2016-11-30, 11:44 AM
Last Post: Graham

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

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

Linear Mode
Threaded Mode