NextPVR Forums
  • ______
  • Home
  • New Posts
  • Wiki
  • Members
  • Help
  • Search
  • Register
  • Login
  • Home
  • Wiki
  • Members
  • Help
  • Search
NextPVR Forums Public Developers v
« Previous 1 … 3 4 5 6 7 … 93 Next »
Media Browser Integration

 
  • 0 Vote(s) - 0 Average
Media Browser Integration
mvallevand
Online

Posting Freak

Ontario Canada
Posts: 52,909
Threads: 956
Joined: May 2006
#61
2013-11-29, 03:11 AM
lukemb3 Wrote:do recordings have thumbnails?

No. I personally use imageGrabLite in post processing to rename the file to S##E## or (Year) notation, which gives easy access to good metadata sites thetvdb.com and themoviedb.org that have really good thumbs.

Martin
UncleJohnsBand
Offline

Posting Freak

U.S.A.
Posts: 5,643
Threads: 258
Joined: Feb 2005
#62
2013-11-29, 06:12 PM
Will you be using the native url command lines sub provides or are you interested in using RESTful service calls out of NEWA?

Below is what is there today. For the NEWA based services I use a hybrid event object that provides all 3 segments of the event (if they exist) - the event itself, the recording info and recurring recording info.

Let me know.... I can build out additional services based on your needs. If not, that is fine too.
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
lukemb3
Offline

Member

Posts: 109
Threads: 1
Joined: Jul 2013
#63
2013-11-29, 08:05 PM
command lines? Right now we are using the xbmc add-on as sample code. so we're using the web service.

i am certainly interested in your rest service once it's ready though, particularly if it can give us json so that we can do away with xml parsing.
lukemb3
Offline

Member

Posts: 109
Threads: 1
Joined: Jul 2013
#64
2013-11-29, 08:09 PM
What would be fantastic is if you could integrate something like swagger so that you could have self-describing documentation:

Demo:

http://petstore.swagger.wordnik.com/

We use it for our api and it's gotten great feedback from our ui developers.
UncleJohnsBand
Offline

Posting Freak

U.S.A.
Posts: 5,643
Threads: 258
Joined: Feb 2005
#65
2013-11-29, 10:17 PM
lukemb3 Wrote:What would be fantastic is if you could integrate something like swagger so that you could have self-describing documentation:

Demo:

http://petstore.swagger.wordnik.com/

We use it for our api and it's gotten great feedback from our ui developers.

Nice.... I have been looking for something like this..... I will check it out for sure.
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
#66
2013-11-29, 10:18 PM
lukemb3 Wrote:command lines? Right now we are using the xbmc add-on as sample code. so we're using the web service.

i am certainly interested in your rest service once it's ready though, particularly if it can give us json so that we can do away with xml parsing.

I am not really familiar with the xbmx add-on interface other than knowing it is using URLs with passed in parameters and returns XML.

The NEWA interface REST services do return JSON objects.

What I posted earlier is available in the version of NEWA that is bundled with NPVR 3.1.1.
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
#67
2013-11-30, 05:20 AM
UncleJohnsBand Wrote:Nice.... I have been looking for something like this..... I will check it out for sure.

I got swagger results using swashbuckle... but just like all the other things I had looked at it falls short of being a strong utility because NEWA is a web site.... not a web application. The xml documentation within Visual Studio is now only executed for applications. There have been a lot of requests and posts to MS to restore the ability to also generate the documentation file for web sites....but it has fallen on deaf ears the last few years. Prior to .Net 2 NEWA was a compiled application.....Net 2 brought the flexibility to not have to compile the web app.....but it appears in recent technology developments (MVC, Web API, etc.) MS is leaning things back towards utilizing web applications instead of just web sites. Sad

It is better than nothing though....at east it is self documenting and provides a testing interface into the services....I just can't get descriptive info into it..... Smile
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
lukemb3
Offline

Member

Posts: 109
Threads: 1
Joined: Jul 2013
#68
2013-11-30, 06:17 AM
Glad you're liking it. I think you can get those descriptions filled in, you just have to look at what swagger is expecting. We use ServiceStack along with their swagger plugin so it does all the work for us.

I took a look at the zip you attached. It looks good but without examples I won't really be able to get started.
UncleJohnsBand
Offline

Posting Freak

U.S.A.
Posts: 5,643
Threads: 258
Joined: Feb 2005
#69
2013-11-30, 08:08 PM
lukemb3 Wrote:Glad you're liking it. I think you can get those descriptions filled in, you just have to look at what swagger is expecting. We use ServiceStack along with their swagger plugin so it does all the work for us.

I took a look at the zip you attached. It looks good but without examples I won't really be able to get started.

Sent you a PM with my e-mail as well as access to my FTP server where you can download a version that contains the swagger info via http://localhost:8866/swagger

As for ServiceStack.....it sounded promising but after reading that it is moving to a commercial only project I decided not to use it. Sad that they had to take that path...

https://plus.google.com/app/basic/stream...vybu1nje54
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
mvallevand
Online

Posting Freak

Ontario Canada
Posts: 52,909
Threads: 956
Joined: May 2006
#70
2013-11-30, 09:12 PM
lukemb3 Wrote:I took a look at the zip you attached. It looks good but without examples I won't really be able to get started.

I've got python examples if you are interested and it usually provides option to use one or the other for comparison. You can typically do more with the NEWA JSON because it sends lots of information, but it a bit more awkward to interface with. My problem right now is I need to use XML, JSON and SOAP to get everything I need, at least until UJB updates all the SOAP calls to JSON.

Martin
« Next Oldest | Next Newest »

Users browsing this thread: 3 Guest(s)

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


Possibly Related Threads…
Thread Author Replies Views Last Post
  Looking for C# UPnP Media Server code bgowland 5 7,614 2016-12-16, 08:25 PM
Last Post: mvallevand
  Media\Show Directory mvallevand 12 6,034 2014-07-02, 10:58 AM
Last Post: sub
  Media\Shows Metadata mvallevand 2 1,855 2013-05-22, 04:09 AM
Last Post: mvallevand
  Streaming media imilne 44 12,950 2012-12-14, 04:05 AM
Last Post: mvallevand
  SkyDrive Eplorer Integration Released.....also available for Mac and iPad UncleJohnsBand 0 1,447 2012-04-24, 01:06 AM
Last Post: UncleJohnsBand
  Building a list of files in media folders (npvr Music and Videos) bgowland 2 1,866 2012-02-05, 10:29 AM
Last Post: bgowland
  Windows Media Connect - Storing stuff on a Home Server psycik 3 2,648 2009-09-29, 03:47 AM
Last Post: mvallevand
  Plugin notification of stopped media mvallevand 7 2,254 2009-08-19, 11:16 PM
Last Post: mvallevand
  GBPVR Media Events KingArgyle 1 1,564 2005-03-27, 07:12 PM
Last Post: sub

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

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

Linear Mode
Threaded Mode