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) v
1 2 3 4 5 … 125 Next »
iMON VFD

 
  • 0 Vote(s) - 0 Average
iMON VFD
skate15e
Offline

Member

Posts: 100
Threads: 16
Joined: Oct 2006
#51
2007-09-11, 03:11 AM (This post was last modified: 2007-09-11, 03:22 AM by skate15e.)
I think the issue is with the parallel port. Can you zip and attach your logs?

I have asked sound graph for info on using the sg_vfd.dll file to write to your display. You can monitor their reply here.
http://www.soundgraph.com/Eng_/Forum/For...ingLevel=8

Also, if you can attach the .dll file you were using through LCDsmartie I may be able to incorporate that instead.
skate15e
Offline

Member

Posts: 100
Threads: 16
Joined: Oct 2006
#52
2007-09-11, 10:13 PM
Here is the latest version of the plugin. The big change is the ability to write the information displayed on the VFD to a text file. This along with the ability to disable the output to the VFD itself should make it possible to use this plugin with LCDSmartie.

v0.85
Added the ability to output information to a text file for use in programs that can use a .txt file input (such as
LCDSmartie).
skate15e
Offline

Member

Posts: 100
Threads: 16
Joined: Oct 2006
#53
2007-09-11, 10:21 PM
jrhessey Wrote:I currently use LCDSMartie, and stumbled on this post (literally) and decided to give it a shot. I have installed it, copied the newer dll file over top t\of the one installed. Went into config, made sure it was enabled, changed the scroll speed, just to change something, started up pvrx2 and nothing comes up on the VFD. I have an IMON vfd that connected to my parallel port using hd??.dll in LCDSmartie. Do you know if your plugin is comatible with all IMON vfd's? Also when I click on the IMON VFD on the main menu, the menu fades away, vaguely comes back and nothing comes up until a hit a key on the key board or remote. Once I do that, it goes back to the main menu. Not sure whats up with it and what I did wrong, wondering if you guyss can point me in the right direction to fix it. Thanks for any ideas!

Check out the new v0.85 just posted. I think if you use this version, enable Write to .txt file and Disable LCD in the plugin settings, and then use LCDSmartie to display the .txt file it should work. I know this is not ideal but pending information from soundgraph about writing to the parallel VFD it's the only solution I can come up with.
To setup LCDSmartie to read from the text file add
$File("<gbpvr path>\Plugins\iMONVFD\iMONVFD.txt", 1)
to the first line and
$File("<gbpvr path>\Plugins\iMONVFD\iMONVFD.txt", 2)
to the second line. Let me know how this works.
skate15e
Offline

Member

Posts: 100
Threads: 16
Joined: Oct 2006
#54
2007-09-12, 06:23 PM
New Wiki page here: http://gbpvr.com/pmwiki/pmwiki.php/Utili...ion=browse. This will have the current version as well as the source code for that version.
cameluk
Offline

Senior Member

Posts: 255
Threads: 13
Joined: Oct 2004
#55
2007-09-12, 09:34 PM
skate15e Wrote:Let me know how this works.

Although I have a USB iMON VFD, I like LCDSmartie as I can monitor my system temps and hard disk space

Initial testing with this latest version seams to work great with LCDSmartie
dslowik
Offline

Member

Posts: 77
Threads: 12
Joined: May 2007
#56
2007-09-13, 02:45 AM
skate15e Wrote:New Wiki page here: http://gbpvr.com/pmwiki/pmwiki.php/Utili...ion=browse. This will have the current version as well as the source code for that version.

Excellent, thanks for putting the information in the wiki along with the links for the newest version.
Smile
[SIZE="1"]PVR PC: SilverStone LC20BM, Seasonic S12-380 PSU, Biostar TF7050-M2, Athlon 64 X2 5000+,
2GB RAM, 500GB Local Drive, 1TB NAS, PVR-500 MCE, Vista Ultimate, GBPVR 1.4.7, Popcorn A-100[/SIZE]
OscarL
Offline

Member

Posts: 164
Threads: 23
Joined: Feb 2005
#57
2007-09-13, 07:08 AM
Hello,
Even though it now works wonderful for me, I would like to mention a few things that would make it even greater.
1. In our house hold we are using 2 MVP's and one media server. On the display I will get info on everything that is played, both on the MVP's and on the server. This sort of clutters the display. It would be great if it only showed what was played on the server.

2. Is it possible to show the id3 tag for music played instead of the file name.

Anyway thanks for a great plugin
/Oscar
skate15e
Offline

Member

Posts: 100
Threads: 16
Joined: Oct 2006
#58
2007-09-13, 07:33 PM
I will have to look into both the display for server only and the id3 tags. If viable options, these will be added to the list of improvements for the next version.
b00sfuk
Offline

Senior Member

Posts: 319
Threads: 26
Joined: Mar 2005
#59
2007-09-13, 08:21 PM
Thanks for this. It complements my LCDSmartie setup well and now provides everything I want:

Through LCDSmartie, the plugin shows what is playing (Video, Music), in addition using the GBPVRCli utility (thanks Mister Slimm) I can also display:

- Current in-progress recordings (name & when finishes) for each tuner card.
- The next 2 pending recordings (name & day/time)
- Disk space available & Temps via speedfan

Also using LCDSmartie 5.3.2 with support for the iMON VFD via the iMonSmartie dll (not the latest 5.4 with built-in IMON support), I can display the name & date/time of the next recording on the VFD when the system is in standby (so I know when it is next going to wake up).
Silverstone LC10M with iMON
Gigabyte 780G+4850e, AMD 6570
Blackgold BGT3620, Harmony 555 Remote
Win7 32-bit, SAF
dslowik
Offline

Member

Posts: 77
Threads: 12
Joined: May 2007
#60
2007-09-16, 02:15 AM (This post was last modified: 2007-09-17, 01:27 AM by dslowik.)
skate15e Wrote:I will have to look into both the display for server only and the id3 tags. If viable options, these will be added to the list of improvements for the next version.

Here are 3 enhancements and one bug that I'd like to mention

I'd love to see the two features that cybrmage added put into the product:
  • Supports turning off the display on shutdown/standby
  • Supports clock display
  • Would like to see the version number when in the config dialog

I had a default pattern setup in config that was the following
###############
###############

Once a recording started my display changed to
###############
R1 #############

I then turned on Live TV while the recording was going (dual tuners) and it changed to
7 ABC
R1 LiveTV

Then I ended Live TV and the recording was continuing and it changed to
###############
R1 LiveTV

but I'd expect it to be back to this display.
###############
R1 #############

It appears it isn't reseting the bottom line if a recording is going on.

Also when it completes the recording, it changed to
###############
R1 #############

but I'd expect it to be back to this display.
###############
###############
[SIZE="1"]PVR PC: SilverStone LC20BM, Seasonic S12-380 PSU, Biostar TF7050-M2, Athlon 64 X2 5000+,
2GB RAM, 500GB Local Drive, 1TB NAS, PVR-500 MCE, Vista Ultimate, GBPVR 1.4.7, Popcorn A-100[/SIZE]
« Next Oldest | Next Newest »

Users browsing this thread: 1 Guest(s)

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


Possibly Related Threads…
Thread Author Replies Views Last Post
  Newest IMon display-hardware finally gets Plugin-mode back mila06 1 5,092 2011-01-01, 05:37 PM
Last Post: kindt nick
  iMon VFD and Remote time_lord 7 5,682 2010-07-19, 04:29 AM
Last Post: time_lord
  Guide to IMON VFD with GB-PVR? blzbubb 7 4,783 2007-02-27, 08:21 PM
Last Post: 800ster
  Imon plugin problem kiwijaffa 1 1,801 2006-11-17, 05:48 AM
Last Post: fooman1
  iMON VFD plugin request csy 9 7,326 2005-08-23, 09:28 PM
Last Post: dazzyb2k3

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

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

Linear Mode
Threaded Mode