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) Old Stuff (Legacy) SearchWiz & MovieWiz v
« Previous 1 … 12 13 14 15 16 Next »
SearchWizX2 - PVRX2 version released.

 
  • 0 Vote(s) - 0 Average
SearchWizX2 - PVRX2 version released.
Wakalaka
Offline

Posting Freak

Posts: 926
Threads: 161
Joined: Jan 2007
#91
2007-11-24, 08:50 AM
Here's a suggestion for a feature: add the ability to keep Reminders for shows to schedule a timer for. A lot of times I see commercials for shows that aren't in the guide data yet, so I can't set a timer for them. I forget about them -- no big deal, since it's just TV -- but it would be an easy feature to add to allow SMS input and a date/time selection. It would then be up to the user to check their Reminder list and add the scheduled recording as appropriate.
NPVR 4.1.0.180302 o Kodi 17.6 o EventGhost 0.5.0.rc4 o SAF 6.3.2 o SchedulesDirect
[SIZE="1"]
Case: Apevia X-Qpack HTPC o Motherboard: Asus P8H67-MLE o CPU: Intel Core i3-2100 o RAM: 8 GB o OS: Win7 64-bit
Tuner: HDHomeRun dual tuner o Leaf SkyHDTV antenna o Remote: Microsoft MCE
Hard drives: Samsung 500 GB SSD, Seagate 2 TB SATA2, Samsung 540 GB SATA2 o Input: Logitech USB keyboard & mouse
Video: ATI Radeon 7750 o Monitor: Viewsonic 27" VX2703MH-LED, LG 55" LCD TV
[/SIZE]
carpeVideo
Offline

Posting Freak

Posts: 824
Threads: 23
Joined: Dec 2006
#92
2007-11-25, 05:18 PM
Hi jw - I installed the 1.09.2 version above and I have lost the plug in - I see an exception in the config log:
pastro
Offline

Posting Freak

Posts: 1,885
Threads: 128
Joined: Jul 2006
#93
2007-11-25, 05:32 PM
carpeVideo Wrote:Hi jw - I installed the 1.09.2 version above and I have lost the plug in - I see an exception in the config log:

I think this is the trouble with bundvdx2 and skiptool loading an old version of the wizuihelper.dll Delete the one in the gbpvr directory.
GBpvr PC: Intel Celeron 1.8 Ghz. 768 Mb WinXp Home Sp2
Video: Diamond 128 Mb 9550
Capture Cards: PVR-150 & PVR-150 MCE w/fm + 2x MVP
Author of: BurnDVDX2 and Skiptool
carpeVideo
Offline

Posting Freak

Posts: 824
Threads: 23
Joined: Dec 2006
#94
2007-11-25, 09:47 PM
Quote:Quote:
Originally Posted by carpeVideo View Post
Hi jw - I installed the 1.09.2 version above and I have lost the plug in - I see an exception in the config log:
I think this is the trouble with bundvdx2 and skiptool loading an old version of the wizuihelper.dll Delete the one in the gbpvr directory.

That did the trick , thanks
Wakalaka
Offline

Posting Freak

Posts: 926
Threads: 161
Joined: Jan 2007
#95
2007-12-04, 01:28 AM
I have a 32" CRT TV and noticed that the time in the upper right corner of the screen isn't 100% in view. The last few characters in the string are off screen. Is this a result of the skin being slightly wrong, or is it a TV screen sizing issue? I know consoles like Xbox have a feature to allow sizing of horizontal and vertical timings.
NPVR 4.1.0.180302 o Kodi 17.6 o EventGhost 0.5.0.rc4 o SAF 6.3.2 o SchedulesDirect
[SIZE="1"]
Case: Apevia X-Qpack HTPC o Motherboard: Asus P8H67-MLE o CPU: Intel Core i3-2100 o RAM: 8 GB o OS: Win7 64-bit
Tuner: HDHomeRun dual tuner o Leaf SkyHDTV antenna o Remote: Microsoft MCE
Hard drives: Samsung 500 GB SSD, Seagate 2 TB SATA2, Samsung 540 GB SATA2 o Input: Logitech USB keyboard & mouse
Video: ATI Radeon 7750 o Monitor: Viewsonic 27" VX2703MH-LED, LG 55" LCD TV
[/SIZE]
JavaWiz
Offline

Posting Freak

Jacksonville, FL. USA
Posts: 2,522
Threads: 141
Joined: Dec 2006
#96
2007-12-04, 02:44 AM
Wakalaka Wrote:I have a 32" CRT TV and noticed that the time in the upper right corner of the screen isn't 100% in view. The last few characters in the string are off screen. Is this a result of the skin being slightly wrong, or is it a TV screen sizing issue? I know consoles like Xbox have a feature to allow sizing of horizontal and vertical timings.
I have that text bumped right up to the right border (and justified right). Could be the math to compute it's postion is fractional and somehow a little bit is over the boundary.

A quick fix can be had by editing skin.xml as follows:

Code:
<Placement name="SystemDateTime"        loc="[B]65[/B].0,  2.0" />
        <Placement name="SMSEyeCatcher"         loc="[B]65[/B].0, 10.0" />
to
        <Placement name="SystemDateTime"        loc="[B]64[/B].0,  2.0" />
        <Placement name="SMSEyeCatcher"         loc="[B]64[/B].0, 10.0" />
Wakalaka
Offline

Posting Freak

Posts: 926
Threads: 161
Joined: Jan 2007
#97
2007-12-12, 07:45 AM
JavaWiz Wrote:I have that text bumped right up to the right border (and justified right). Could be the math to compute it's postion is fractional and somehow a little bit is over the boundary.

A quick fix can be had by editing skin.xml as follows:

Code:
<Placement name="SystemDateTime"        loc="[B]65[/B].0,  2.0" />
        <Placement name="SMSEyeCatcher"         loc="[B]65[/B].0, 10.0" />
to
        <Placement name="SystemDateTime"        loc="[B]64[/B].0,  2.0" />
        <Placement name="SMSEyeCatcher"         loc="[B]64[/B].0, 10.0" />

I changed 65.0 to 63.0 and now I can see all of the text.
NPVR 4.1.0.180302 o Kodi 17.6 o EventGhost 0.5.0.rc4 o SAF 6.3.2 o SchedulesDirect
[SIZE="1"]
Case: Apevia X-Qpack HTPC o Motherboard: Asus P8H67-MLE o CPU: Intel Core i3-2100 o RAM: 8 GB o OS: Win7 64-bit
Tuner: HDHomeRun dual tuner o Leaf SkyHDTV antenna o Remote: Microsoft MCE
Hard drives: Samsung 500 GB SSD, Seagate 2 TB SATA2, Samsung 540 GB SATA2 o Input: Logitech USB keyboard & mouse
Video: ATI Radeon 7750 o Monitor: Viewsonic 27" VX2703MH-LED, LG 55" LCD TV
[/SIZE]
« Next Oldest | Next Newest »

Users browsing this thread: 2 Guest(s)

Pages (10): « Previous 1 … 6 7 8 9 10
Jump to page 


Possibly Related Threads…
Thread Author Replies Views Last Post
  SearchWizX2 and IMDB Information Jacob77 5 6,960 2011-01-11, 07:32 AM
Last Post: JavaWiz
  SearchWizX2 installer missing WizGenHelper.dll peabody 2 5,466 2010-03-27, 06:14 PM
Last Post: JavaWiz
  New version soon? daneo 3 2,520 2009-12-05, 08:25 PM
Last Post: JavaWiz
  causes PVRX2 to hang ( 1.3.11) jrousell 3 2,252 2009-09-30, 10:14 PM
Last Post: JavaWiz
  MovieWiz v1.0.27.0 Released JavaWiz 0 1,518 2009-09-05, 03:35 AM
Last Post: JavaWiz
  SearchWizX2: problem browsing search results jactry 8 3,647 2009-06-29, 02:18 AM
Last Post: Wakalaka
  WizMetadataGrabber v1.0.10.0 Released JavaWiz 10 5,113 2009-06-22, 02:15 PM
Last Post: ACTCMS
  MovieWiz v1.0.26.0 Released JavaWiz 2 2,006 2009-06-21, 04:58 PM
Last Post: JavaWiz
  WizMetadataGrabber - v1.0.8.0 released JavaWiz 40 13,245 2009-06-17, 01:38 AM
Last Post: ACTCMS
  MovieWiz v1.0.25.0 released JavaWiz 15 5,547 2009-04-21, 04:31 AM
Last Post: 7ore

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

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

Linear Mode
Threaded Mode