NextPVR Forums
  • ______
  • Home
  • New Posts
  • Wiki
  • Members
  • Help
  • Search
  • Register
  • Login
  • Home
  • Wiki
  • Members
  • Help
  • Search
NextPVR Forums Information Community Announcements v
« Previous 1 … 14 15 16 17 18 … 56 Next »
GBPVR LCD Plugin for LCDSmartie

 
  • 0 Vote(s) - 0 Average
GBPVR LCD Plugin for LCDSmartie
pBS
Offline

Posting Freak

Posts: 4,829
Threads: 182
Joined: Aug 2005
#71
2006-05-26, 01:47 AM
cool, i was putting off upgrading just cuz i was sure this wouldn't work...Smile
tho now i may wait till the next maint. release which should be coming soon...Big Grin
although things sound like they went very smoothly for so many changes...
still hard to believe he codes all this himself !!

excellent work btw on the smartie action..i use a 24x2 and really like the graph plugin with smartie..[little bar graphs for mem/cpu etc.] even histograms available now..Smile [as plugin for smartie]
Hardware: HDHR Prime, HDPVR 1212, Raspberry pi2, VFD display w/LCDSmartie
fooman1
Offline

Member

Posts: 57
Threads: 2
Joined: Feb 2006
#72
2006-05-26, 07:47 AM
Good to know that it's working. If anyone has a problem with it, post here so that I can offer a .NET 2.0 compiled version.
justinmiller
Offline

Junior Member

Posts: 46
Threads: 11
Joined: Jul 2005
#73
2006-05-30, 05:48 AM
cameluk Wrote:Running 0.97.7 and SQLite and seems to be working including Live TVSmile

edit: Live TV works as well
Are you saying you're getting the Live TV info (Show Name and Description)? I still don't see those. I have the latest versions of everything.....any thoughts?
pBS
Offline

Posting Freak

Posts: 4,829
Threads: 182
Joined: Aug 2005
#74
2006-05-30, 09:21 AM
ooo,really? live tv names? ?
curious about this as well, only thing it needs to be 'perfect' Big Grin
Hardware: HDHR Prime, HDPVR 1212, Raspberry pi2, VFD display w/LCDSmartie
fooman1
Offline

Member

Posts: 57
Threads: 2
Joined: Feb 2006
#75
2006-05-30, 11:39 AM
I just got around to installing GB-PVR 0.97 and I can also confirm there are no problems with the LCD plug-in. However, I don't think the Live TV program names will show unless sub has enabled the passing of this data. At least with my brief testing I have not yet had this information displayed.
cameluk
Offline

Senior Member

Posts: 255
Threads: 13
Joined: Oct 2004
#76
2006-05-30, 12:36 PM
justinmiller Wrote:Are you saying you're getting the Live TV info (Show Name and Description)? I still don't see those. I have the latest versions of everything.....any thoughts?

No I get channel name and number, but no description, I never had it on the old version on GBPVR
pBS
Offline

Posting Freak

Posts: 4,829
Threads: 182
Joined: Aug 2005
#77
2006-05-30, 06:21 PM
ahh,that's what i thought...no biggie tho..just glad it works with .97.7 Smile
i'm almost to where i can retrieve this info by command-line..using the parallel processing.bat i can call another program to look up the currently recording's info as parallelprocessing.bat has current filename as parameter..
unfortunately i can't cross-reference it to the info until Mr Slimm gets his gbpvrcli.exe /contains switch working better in next release..
then i'll just feed that info directly into smartie for current show/channel info.
Big Grin
i'd rather it were done in the plugin, but may be a decent workaround for now..
Hardware: HDHR Prime, HDPVR 1212, Raspberry pi2, VFD display w/LCDSmartie
fooman1
Offline

Member

Posts: 57
Threads: 2
Joined: Feb 2006
#78
2006-06-01, 01:52 AM
I've been thinking about making this plug-in require no dependencies on third-party programs like LCDSmartie. To this end, I have written some sample code to test for myself and it works.

The advantage of this approach is that the plug-in can instantly update and display information as it occurs, rather than the slight delay it has at the moment by going through LCDSmartie. This could allow display of information like the channel numbers you enter when you want to switch channels, a volume bar when you raise or lower the volume, and even a graphical equaliser on LCDs that support it.

Unfortunately, there is a disadvantage: not everyone will be able to use their LCD display unless it is individually supported. That means that the only display to be supported initially will be the iMON display because that is the one I have. However, I intend to make it simple for people to add support for their own displays by providing the code they will need to implement, which they will simply need to update for their LCDs API.

What do people think of this idea? Would you prefer the plug-in controlling the LCD directly or going through LCDSmartie?

What type of LCD do you have (model and website of manufacturer would be great)? How many lines and how many characters (eg mine is a 2 line by 16 character), or is yours a graphical display (if so, what width x height in pixels)?

Also, what type of information would you like to see displayed? List the screens (eg Music, TV, etc) and both the information you want to see on each screen (eg Song Title, Band, etc) and how you want it shown (eg Title scrolling on line 1, line 2 alternating between band, year, genre, time).

What about fixed indicators (eg recording, pause, play, etc) -- what would you like to see in that area and in what locations?

Any other comments you can think of would be great.


Actually, it might be possible to keep the network (and thus LCDSmartie) support even if I decide to go the native way. I wouldn't mind an indication of how many people use this plug-in over the network (GB-PVR on one machine, LCDSmartie & display on another) to aid in my decisions.


I might not reply for a few weeks because I am quite busy at the moment but hopefully by then I can give some more information.
pBS
Offline

Posting Freak

Posts: 4,829
Threads: 182
Joined: Aug 2005
#79
2006-06-01, 03:20 AM
i use a really cheapie HD44780 comaptible...it's hooked up thru parallel port so nothing but a plug is required extra...works excellently..Smile
it has to be the cheapest solution going [i got mine $6. bucks US] and uses same logic chip as the serial ones...tho serial is more popular i believe..
just remember to make it an option for the parallel ones too Smile
[only real difference should be the port sent to]
i'd say the most popular would be the matrix orbital serial type..
tho iMon and a few others that come in popular cases should also be looked at...seems the HD44780 is the standard for the chips tho..

i'd love to see the volume, a 'play' triangle etc. supported...and yea,numbers as you hit them would be nice too...[as they're missing onscreen] i use a cpu and mem bar graph too...[smartie plugins]
hoping you keep the smartie option tho for it's wide hardware support also..and the plugins..but a 'native' app would be great with speed and new abilities..Smile
the built in parameters are pretty much what i'd choose already except for those mentioned earlier and live tv info for current program..
but i hope you keep some sort of adjustability there..like an .ini or sorts to config from to make customization easy..

oh,and mine's a 2x24 display...seems the 2x16 are most prevelant..

and maybe something to display pending recordings when gbpvr is off would be nice too...

i was thinking about getting one of those spinning 3-d led displays...
saw one that used same chip so easily programmed and visible from 360 degrees ...set it on top of the tv..Big Grin

can't wait to see what you've got...volume would be too cool !
Hardware: HDHR Prime, HDPVR 1212, Raspberry pi2, VFD display w/LCDSmartie
b00sfuk
Offline

Senior Member

Posts: 319
Threads: 26
Joined: Mar 2005
#80
2006-06-01, 06:34 AM
fooman1, good idea, I also have the 2x16 Imon display. Currently I'm using LCDSmartie and the SlimmBGPVRCLI utility (http://forums.nextpvr.com/showthread.php?t=13660). The key feature this gives me that I could not get with the plugin, was that I could display the "next recording" details (name,day,time)on the display while the PC was in standby. It can also display what is currently recording and when it will end. While I also use other LCDSmartie functions like time/date/diskspace etc. it would be nice to have other GBPVR info such as current channel/video/MP3 and maybe, as Imon provide with their software, confirmation of remote button presses.
Silverstone LC10M with iMON
Gigabyte 780G+4850e, AMD 6570
Blackgold BGT3620, Harmony 555 Remote
Win7 32-bit, SAF
« Next Oldest | Next Newest »

Users browsing this thread: 1 Guest(s)

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


Possibly Related Threads…
Thread Author Replies Views Last Post
  New plugin - MovieTrailers imilne 11 6,022 2014-09-25, 08:16 AM
Last Post: imilne
  HD Logos for the NPVR WebRadio Plugin Lao Pan 3 3,297 2014-02-09, 01:32 PM
Last Post: Lao Pan
  Files plugin tmrt 13 7,282 2014-01-09, 11:16 PM
Last Post: mvallevand
  Plex Plugin - first release psycik 141 58,529 2013-06-16, 08:59 PM
Last Post: JonnyCam
  External tool: Transfer Season Record schedules from GBPVR to NPVR kendrak24 37 20,492 2013-04-11, 05:58 AM
Last Post: kendrak24
  Web Cams plugin for NextPVR McBainUK 37 15,250 2012-10-19, 07:35 AM
Last Post: McBainUK
  PhotoFilter: New Photos/Videos plugin to browse using metadata cncb 1 1,922 2012-08-10, 04:06 PM
Last Post: cncb
  Any interest in a Spotify Plugin for NextPVR? McBainUK 38 13,746 2012-05-22, 05:37 AM
Last Post: McBainUK
  System Plugin - CPU Temperature Monitoring imilne 1 1,984 2012-03-28, 07:59 PM
Last Post: LegioX
  System Plugin - 2nd Test Release (4th Feb) imilne 31 10,567 2012-02-24, 12:22 PM
Last Post: Reddwarf

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

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

Linear Mode
Threaded Mode