NextPVR Forums
  • ______
  • Home
  • New Posts
  • Wiki
  • Members
  • Help
  • Search
  • Register
  • Login
  • Home
  • Wiki
  • Members
  • Help
  • Search
NextPVR Forums Public NextPVR Other Clients Old Stuff (legacy) MVP & NMT v
« Previous 1 … 24 25 26 27 28 … 115 Next »
way of seeing in GBPVR on PC whether MVP is connected etc

 
  • 0 Vote(s) - 0 Average
way of seeing in GBPVR on PC whether MVP is connected etc
HarryH3
Offline

Posting Freak

U.S.A
Posts: 925
Threads: 56
Joined: Mar 2006
#151
2007-11-11, 04:58 PM
SFX Group Wrote:I do have a question though......... The MVP disconnected says "disconnected" however it doesnt pull its NAME from the config file doing this... i am sure it used to...

The names are linked to the MAC address. The tool can't display the name for a disconnected (switched off) MVP because it can no longer pull the MAC address from the MVP. Without that info, it doesn't know for sure which MVP is off. I suppose that since the MVP server is still running on the PC, the tool knows to display the icon. I never see the name I've configured for each MVP until that MVP is brought out of standby and starts communicating with the server.

I'm glad that Sub changed the way the dll's load, so the icon stays in the tray when the MVP is switched off. Smile

As for the multiple icons sometimes, that seems to be an oddity in Windows itself. I see them for other tray apps from time to time also. Mousing over the "bad" icons makes them disappear.
i3-3570k, 8GB RAM, Win10 Pro, Nvidia GT710, HDHomeRun (OTA), NPVR 6.x
On a clear disk, you can seek forever...
Major Hostility
Offline

Member

Posts: 102
Threads: 10
Joined: Oct 2005
#152
2007-11-11, 09:04 PM
I posted an updated version of the plugin to the wiki that should be better about removing the tray icon when the application restarts:

[indent]Plugin MVPTrayIcon[/indent]
HarryH3
Offline

Posting Freak

U.S.A
Posts: 925
Threads: 56
Joined: Mar 2006
#153
2007-11-11, 11:10 PM
Awesome! Thanks! Just downloaded it. Smile
i3-3570k, 8GB RAM, Win10 Pro, Nvidia GT710, HDHomeRun (OTA), NPVR 6.x
On a clear disk, you can seek forever...
mvallevand
Offline

Posting Freak

Ontario Canada
Posts: 53,199
Threads: 958
Joined: May 2006
#154
2007-11-11, 11:13 PM
mvallevand Wrote:For those that don't need an interactive toolbar, the next build of mvpmc will show what playing in mvpmc's web server. The logic was there, I didn't think people really cared to know.

Code:
Built: Wed Nov 7 13:10:10 EST 2007
System Time Wed Nov 7 14:01:11 2007
Now Playing:
C:\mp3\ROBERT~1\COMICO~1\01STAY~1.MP3

We'd need a wishlist item for GBPVR to pass the long filename.

Martin

I forgot to mention that mvpmc.org nightly and the alpha (they are are same) have the now playing code so you can check out the status from any pc on your network too.

Martin
jksmurf
Offline

Posting Freak

HK (DMBTH)
Posts: 3,590
Threads: 410
Joined: Jul 2005
#155
2007-11-12, 12:38 AM (This post was last modified: 2007-11-12, 01:43 AM by jksmurf.)
Major Hostility Wrote:I posted an updated version of the plugin to the wiki that should be better about removing the tray icon when the application restarts:

[INDENT]Plugin MVPTrayIcon[/INDENT]

Yippeee!! Thanks MH.

btw, wiki says:
Quote:
To install, copy the extracted “MVP Tray Icon.dll” file into the GB-PVR plugins folder, and then restart the recording service.
as per sub's posts on how to handle Legacy Plugins, and as there is no installer, I think you have to install this in a "legacy" subdirectory to the Plugins dir?

See e.g. this post and this post

k.
ASUS STRIX X470-F AMD 2700x 4GHz | Win10Prox64 | 32GB | NVIDIA GEforce GT1030 Fanless | WinTV DMB-TH | WinTV HVR-1280 | Hauppauge Colossus | AC86U/AC68U | USB-UIRT | RPi4 Libreelec | Sony Bravia LCD X9000F Android TV |
SFX Group
Offline

Senior Member

Posts: 636
Threads: 128
Joined: Dec 2004
#156
2007-11-13, 02:31 PM
jksmurf Wrote:Yippeee!! Thanks MH.

btw, wiki says:

as per sub's posts on how to handle Legacy Plugins, and as there is no installer, I think you have to install this in a "legacy" subdirectory to the Plugins dir?

See e.g. this post and this post

k.

I just created a sub folder called "MVPTRAYICON" and put it in there, works..
Many Thanks
Ashley

[SIZE="2"]© Copyright 2015 - www.ashleygriffin.ca[/SIZE]
TobyO
Offline

Member

Posts: 88
Threads: 6
Joined: Sep 2005
#157
2007-11-21, 02:44 PM
SFX

Thanks for that little bit of info about making a subdirectory. My tray icons work perfectly now.

Major Hostility Its nice to see this plugin back on my computer. Thank you for writtting it.

TobyoSmile
ralphy
Offline

Senior Member

Posts: 255
Threads: 51
Joined: Nov 2006
#158
2008-01-28, 02:44 AM
Major Hostility Wrote:The actual intelligence behind MVP Tray Icon is very simple, it just uses IEventNotification to watch for changes and reflects them in the tray, so a tray icon project which already has some kind of interprocess communication implemented should be able to add MVP icons pretty easily.

Major Hostility, If I understand your plugin correctly, it is able to determine which MVP sent an IEventNotification. Do you have a code snippet you can share to show how you acheive this? I don't use MVP's but my plugin which is an LCD/VFD ExternalDisplay is used on systems that may include multiple MVP servers. It uses IEventNotification, but apparently it responds to all events on the network, but I want it to respond only to events on the machine upon which the plugin was installed.

Thanks
[SIZE="1"]Silverstone GD01S-MXR (three dead rows of pixels in the LCD and defective remote control), Power: Zalman ZM460B-APS (blew up - can't remember what's there now); CPU: Pentium D 3.2 GHz with Asus V72 Cooler; MD: Asus P5LD2 Deluxe 2048MB,
WDC WD10EADS 1TB Data, 320GB System, Asus EN9400GT Silent 512MB, Hauppauge HVR 1300,
XP Home SP3, GB-PVR 2.0, ExternalDisplay v0.3[/SIZE]
Major Hostility
Offline

Member

Posts: 102
Threads: 10
Joined: Oct 2005
#159
2008-01-28, 05:39 PM
The plugin checks the value returned from the following function:

[indent]PluginHelperFactory.getPluginHelper().GetClientIdentifier();[/indent]

Instances of GB-PVR serving MVPs will return a string that starts with "MVP".
ralphy
Offline

Senior Member

Posts: 255
Threads: 51
Joined: Nov 2006
#160
2008-01-29, 12:52 AM
Major Hostility Wrote:The plugin checks the value returned from the following function:

[indent]PluginHelperFactory.getPluginHelper().GetClientIdentifier();[/indent]

Instances of GB-PVR serving MVPs will return a string that starts with "MVP".

Do I understand this to mean that upon receiving an IEventNotification, you call PluginHelperFactory.getPluginHelper().GetClientIdentifier(); to determine who sent the event?
[SIZE="1"]Silverstone GD01S-MXR (three dead rows of pixels in the LCD and defective remote control), Power: Zalman ZM460B-APS (blew up - can't remember what's there now); CPU: Pentium D 3.2 GHz with Asus V72 Cooler; MD: Asus P5LD2 Deluxe 2048MB,
WDC WD10EADS 1TB Data, 320GB System, Asus EN9400GT Silent 512MB, Hauppauge HVR 1300,
XP Home SP3, GB-PVR 2.0, ExternalDisplay v0.3[/SIZE]
« Next Oldest | Next Newest »

Users browsing this thread: 1 Guest(s)

Pages (17): « Previous 1 … 13 14 15 16 17 Next »
Jump to page 


Possibly Related Threads…
Thread Author Replies Views Last Post
  Step-by-step instructions on how to get PCH A100 to wake the GBPVR PC? ww4397 30 12,038 2011-07-24, 02:52 PM
Last Post: mvallevand
  upgrading from pvrx2(gbpvr) to Npvr on popcorn hour stustunz 8 4,930 2011-01-19, 02:10 PM
Last Post: jksmurf
  MVP / GBPVR - just got a 1080p LCD tv.. Dave72 3 2,309 2010-12-14, 04:39 AM
Last Post: mvallevand
  PCH with GBPVR running not able to access network shares on Windows Home Server (WHS) jeffers 3 2,579 2010-07-19, 12:40 PM
Last Post: mvallevand
  I'm VERY impressed with NMT and GBPVR, that you devs! Mysteryman 10 4,736 2010-06-19, 03:22 AM
Last Post: Ryansplace
  Current status of GBPVR, PCH drbenjamin 2 2,339 2010-04-16, 04:15 AM
Last Post: drbenjamin
  Watching .TS files on my MVP, not in GBPVR emulation mode Probedude 1 1,966 2010-03-16, 11:32 AM
Last Post: mvallevand
  Video stutter with M34a and GBPVR eurochild 8 3,612 2010-02-28, 04:52 PM
Last Post: mvallevand
  Noobie Questions about PCH and GBPVR nurowolf 2 2,178 2010-01-19, 02:35 AM
Last Post: nurowolf
  No streaming video - PCH & GBPVR cooper43 22 8,334 2010-01-12, 03:17 AM
Last Post: cooper43

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

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

Linear Mode
Threaded Mode