NextPVR Forums
  • ______
  • Home
  • New Posts
  • Wiki
  • Members
  • Help
  • Search
  • Register
  • Login
  • Home
  • Wiki
  • Members
  • Help
  • Search
NextPVR Forums Public Developers v
« Previous 1 … 20 21 22 23 24 … 93 Next »
WizTools - 1.x Plugin Development Toolkit

 
  • 0 Vote(s) - 0 Average
WizTools - 1.x Plugin Development Toolkit
JavaWiz
Offline

Posting Freak

Jacksonville, FL. USA
Posts: 2,522
Threads: 141
Joined: Dec 2006
#61
2007-11-19, 12:50 AM
Looking for some feedback on changes...

I'm considering releasing a new version of WizTools. I have some changes I'd like to implement, but they will break existing plugins, so I wanted to run by you guys for input before I released anything. Once released (if we do in fact agree to the changes), We will all need to update our plug-ins to support the new DLLs.

I want to make a packaging change in this version that affects the following objects:

ImdbScraper, HttpImageGrabber, MovieInfo, WizThumbnail

The changes:
  • The above currently reside in namespace WizUtilities, I'd like to move to WizUtilities.WizWebHelper to follow the naming convention started with WizUtilites.WizUiHelper.
  • Additionally I would like to deprecate HttpInfoGrabber and use ImdbScraper instead.
What this means to your plugins:
  1. For all code modules using the classes that will be moving to the new namespace, you will have to add:
    Code:
    using WizUtilities.WizWebHelper;
  2. For all code modules using the HttpInfoGrabber, you will have to modify to use the ImdbScraper object instead.
A version of the new DLLs and associated help files, example plugins and walk-thru document can be found here. This version not only has the changes I've described above, but also includes:

* Added TopmostViewableIndex property to the WizUiList object. Get/set the first viewable item in the list
* Deprecated WizInfo.logMessage, use WizInfo.LogMessage (caps)
* Split HttpInfoGrabber and HttpImageGrabber into new dll - WizWebHelper.DLL
* Totally rewrote scraper logic for HttpInfoGrabber using HtmlAgilityPack.
* Added new parameter method to HttpInfoGrabber SearchMovie, AkaLookup, will perform an IMDB lookup. Helps find foreign titles.
* Added position indicator '_' for textbox input. Gives visual clue as to cursor position.
McBainUK
Offline

Posting Freak

Posts: 4,711
Threads: 429
Joined: Sep 2005
#62
2007-11-19, 05:40 PM
The proposed changes seem to be ok. Will download the new dll's during the week to get a version of ICLP ready. If you/we all can pick a date then I can release the update on the wiki to avoid user distress.
Wiki profile
My Projects
Programs Plugin [SIZE=2](retired)
| Volume OSD Plugin (retired) | Documentation Wiki (retired)
[/SIZE]
JavaWiz
Offline

Posting Freak

Jacksonville, FL. USA
Posts: 2,522
Threads: 141
Joined: Dec 2006
#63
2007-11-20, 05:16 AM
McBainUK Wrote:The proposed changes seem to be ok. Will download the new dll's during the week to get a version of ICLP ready. If you/we all can pick a date then I can release the update on the wiki to avoid user distress.
Ok, Let's target Sunday, Nov. 25th. I will release new copies of

MovieWiz, SearchWizX2 and other misc utilties that use the DLLs.

I will also create a Wiki page for development where I will post the zip file that has the DLLs, the help file, sample programs and user walkthru.
McBainUK
Offline

Posting Freak

Posts: 4,711
Threads: 429
Joined: Sep 2005
#64
2007-11-20, 08:35 AM
JavaWiz Wrote:Ok, Let's target Sunday, Nov. 25th.
OK
Wiki profile
My Projects
Programs Plugin [SIZE=2](retired)
| Volume OSD Plugin (retired) | Documentation Wiki (retired)
[/SIZE]
McBainUK
Offline

Posting Freak

Posts: 4,711
Threads: 429
Joined: Sep 2005
#65
2007-11-20, 02:07 PM
McBainUK Wrote:Will download the new dll's during the week to get a version of ICLP ready.
Just so you know, I've got a new, 6.2 version of the Cinema plugin ready and waiting to be uploaded to the wiki.
Wiki profile
My Projects
Programs Plugin [SIZE=2](retired)
| Volume OSD Plugin (retired) | Documentation Wiki (retired)
[/SIZE]
McBainUK
Offline

Posting Freak

Posts: 4,711
Threads: 429
Joined: Sep 2005
#66
2007-11-21, 02:05 PM
Thinking of making use of the Wiz toolkit for the files plugin but it seems the list is limited to "list view" only, and not the other modes that the GBPVR list widget offers.

Is this correct or have I missed something?
Wiki profile
My Projects
Programs Plugin [SIZE=2](retired)
| Volume OSD Plugin (retired) | Documentation Wiki (retired)
[/SIZE]
JavaWiz
Offline

Posting Freak

Jacksonville, FL. USA
Posts: 2,522
Threads: 141
Joined: Dec 2006
#67
2007-11-21, 04:52 PM
McBainUK Wrote:Thinking of making use of the Wiz toolkit for the files plugin but it seems the list is limited to "list view" only, and not the other modes that the GBPVR list widget offers.

Is this correct or have I missed something?
Nope, you are right. In order to provide the list functionality that WizUiList has, I cloned sub's list, but only provided the base list view. I may be able to add in the other functionality, but have not had the time to look at it.

I'm not sure if you have a desire to enhance some of these tools, but I'd be glad to share the code as long as we merge changes back into a single package.
McBainUK
Offline

Posting Freak

Posts: 4,711
Threads: 429
Joined: Sep 2005
#68
2007-11-21, 10:13 PM
JavaWiz Wrote:I'm not sure if you have a desire to enhance some of these tools, but I'd be glad to share the code as long as we merge changes back into a single package.
I may be interested in expanding on the Wiz tools (obv to share and merge the results). Could you maybe send the code by email to me? (see forum profile for the address)
Wiki profile
My Projects
Programs Plugin [SIZE=2](retired)
| Volume OSD Plugin (retired) | Documentation Wiki (retired)
[/SIZE]
JavaWiz
Offline

Posting Freak

Jacksonville, FL. USA
Posts: 2,522
Threads: 141
Joined: Dec 2006
#69
2007-11-22, 12:26 AM
McBainUK Wrote:I may be interested in expanding on the Wiz tools (obv to share and merge the results). Could you maybe send the code by email to me? (see forum profile for the address)
Will do.
JavaWiz
Offline

Posting Freak

Jacksonville, FL. USA
Posts: 2,522
Threads: 141
Joined: Dec 2006
#70
2007-11-25, 07:23 PM
For those developers using the WizDLLs, here are the newest versions of the DLLs that were released with MovieWiz and SearchWizX2 today.

WizUiHelper.DLL - v1.0.14.0
WizWebHelper.DLL - v1.0.4.0
« Next Oldest | Next Newest »

Users browsing this thread: 1 Guest(s)

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


Possibly Related Threads…
Thread Author Replies Views Last Post
  PIP plugin for Kodi sgilani 2 3,081 2022-10-17, 12:44 AM
Last Post: sgilani
  New Systems Plugin kirschey 10 3,556 2020-11-14, 08:01 PM
Last Post: sub
  Test/Development environment for npvr.db3 scJohn 10 4,583 2020-09-04, 09:14 PM
Last Post: scJohn
  VIdeo playback from plugin mvallevand 5 3,639 2015-08-06, 10:43 PM
Last Post: sub
  Attention Sub: Open TV / Custom Data Grabber plugin Benoire 2 3,001 2014-11-14, 02:05 AM
Last Post: Benoire
  API docs to help with plugin development? McBainUK 3 2,870 2013-06-08, 06:14 PM
Last Post: sub
  Refreshing TV Guide Data (after System plugin EPG update) imilne 13 6,321 2013-03-24, 08:03 PM
Last Post: imilne
  sabnzbd plugin to show processed files Wakalaka 1 2,026 2013-03-12, 06:48 AM
Last Post: psycik
  Integrated Development Environment (IDE) for plugins osx-addict 5 2,862 2012-10-18, 08:35 PM
Last Post: osx-addict
  Plugin problems with started from the command line mvallevand 11 5,241 2012-08-12, 07:56 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