1 user browsing this thread: (0 members, and 1 guest).
|
lcdproc-0.5.3 for Popcorn Hour 100 series (Soundgraph iMON VFD LCD etc.)
|
|
01-08-2010, 03:49 PM
(This post was last modified: 01-09-2010 09:18 PM by MATPOC.)
Post: #1
|
|||
|
|||
|
I have cross-compiled lcdproc-0.5.3 for Popcorn Hour 100 series - thanks for long Russian New Year holidays and strong Siberian cold (-30-40 C) :-) Now you can use Soundgraph iMON VFD or else VFD or LCD that supported by lcdproc & lirc
Quote:[from README] Files supposed to be placed in /usr/local. Config in my package made for Soundgraph iMON VFD Maybe someone can package it for CSI? And another question - how we can display "Now playing" and other useful information. emveepee in this post said that but don't explain how. |
|||
|
01-08-2010, 05:39 PM
Post: #2
|
|||
|
|||
|
RE: lcdproc-0.5.3 for Popcorn Hour 100 series (Soundgraph iMON VFD LCD etc.)
Thanks to Omertron - here is the package on mediaplayersite.com
|
|||
|
01-09-2010, 02:02 PM
Post: #3
|
|||
|
|||
|
RE: lcdproc-0.5.3 for Popcorn Hour 100 series (Soundgraph iMON VFD LCD etc.)
Sorry, the forum is much too busy for me to read anymore, and I didn't read your post. I can feed it from GBPVR because I wrote a GBPVR plugin to do this. There's not a lot to explain it is all standard LCDProc client server messaging, you could build this into a GBPVR plugin or llink or SwissCenter if you were so inclined.
I didn't bother creating this to be configurable, but if you get GBPVR installed http://forums.gbpvr.com/showthread.php?t=38896 and also install my Web Radio plugin http://gbpvr.com/pmwiki/pmwiki.php/Plugin/WebRadio I can compile a 2 line version of the plugin for you to play with. For those screen shoot the IP is hard-coded, and I use the 13666 port. Martin |
|||
|
01-09-2010, 03:47 PM
(This post was last modified: 01-09-2010 03:53 PM by MATPOC.)
Post: #4
|
|||
|
|||
RE: lcdproc-0.5.3 for Popcorn Hour 100 series (Soundgraph iMON VFD LCD etc.)
(01-09-2010 02:02 PM)emveepee Wrote: Sorry, the forum is much too busy for me to read anymore, and I didn't read your post. I can feed it from GBPVR because I wrote a GBPVR plugin to do this. There's not a lot to explain it is all standard LCDProc client server messaging, you could build this into a GBPVR plugin or llink or SwissCenter if you were so inclined. So you did "Now playing" in llink & GBPVR. I'd like to look at your LCDproc plugin. And I think we are all will be happy if you'll make a configurable version of your LCDproc plugin - not so many people have skills to cross-compile apps ![]() Did you know the legal way to get "Now playing" info from the mono? I found only temp file with all playlist and in ps output - the string of playlist filename. And moreover did you know how we can get info about current (and prev and next) "menu" string to make true screen-less interface to operate by remote and displaying this on attached VFD/LCD? On another hand I think we have to ask alanh to provide interface to LCDproc in his port of mpd. |
|||
|
01-09-2010, 05:33 PM
Post: #5
|
|||
|
|||
|
RE: lcdproc-0.5.3 for Popcorn Hour 100 series (Soundgraph iMON VFD LCD etc.)
It's not an LCDProc plugin. The Web Radio plugin just makes calls to LCDProc running on the NMT. There's no magic to LCDProc either since it sits outside mono. As long as the server knows the track that is playing it can send the text to LCDProc on the NMT.
Likewise alanh doesn't have to change mpd, the client controls this just like with GBPVR. Martin |
|||
|
01-09-2010, 05:58 PM
(This post was last modified: 01-09-2010 05:59 PM by MATPOC.)
Post: #6
|
|||
|
|||
RE: lcdproc-0.5.3 for Popcorn Hour 100 series (Soundgraph iMON VFD LCD etc.)
(01-09-2010 05:33 PM)emveepee Wrote: It's not an LCDProc plugin. The Web Radio plugin just makes calls to LCDProc running on the NMT. There's no magic to LCDProc either since it sits outside mono. As long as the server knows the track that is playing it can send the text to LCDProc on the NMT. There are 2 ways to display text on VFD/LCD: 1. echo "MY TEXT" > /dev/lcd0 on the NMT. 2. communicate with LCDd from any place As I understand, your plugin on PC GBPVR send text to LCDd on the NMT. But I said about the local way of getting "Now playing" info and send this text to VFD/LCD. |
|||
|
01-09-2010, 07:24 PM
(This post was last modified: 01-09-2010 07:33 PM by MATPOC.)
Post: #7
|
|||
|
|||
RE: lcdproc-0.5.3 for Popcorn Hour 100 series (Soundgraph iMON VFD LCD etc.)
(01-09-2010 05:58 PM)MATPOC Wrote: But I said about the local way of getting "Now playing" info and send this text to VFD/LCD. The ideal solution will be program that getting "Now playing" info and send it to LCDd. In particular case it may be llink, mvpmcx2 or mpd plugin. Or as simple case the program that read some file, parse it and send to LCDd in it's custom screen/widget format. Unfortunately I lost my programmers skills long ago and can't write this apps by myslef
|
|||
|
01-09-2010, 09:49 PM
Post: #8
|
|||
|
|||
|
RE: lcdproc-0.5.3 for Popcorn Hour 100 series (Soundgraph iMON VFD LCD etc.)
My prime requirement was to show Internet radio Shoutcast data on VFD will the monitor is off This takes more that parsing the filename mono doesn't have this functionality.
Martin |
|||
|
01-09-2010, 10:10 PM
(This post was last modified: 01-09-2010 10:12 PM by MATPOC.)
Post: #9
|
|||
|
|||
RE: lcdproc-0.5.3 for Popcorn Hour 100 series (Soundgraph iMON VFD LCD etc.)
(01-09-2010 09:49 PM)emveepee Wrote: My prime requirement was to show Internet radio Shoutcast data on VFD will the monitor is off. This takes more that parsing the filename mono doesn't have this functionality. Yes! This is the my first (or second after flac+cue ) wish in my wishlist to Syabas developers. As I saw in ps out there are 3 mono processes when playing Internet radio streams. One for stream, another for displaying background and third for "Now playing" info?There are two ways to display "Now playing" info of Internet radio streams: 1. "Easy" - stream specially crafted streams from PC program (GBPVR with your Web Radio plugin for example), and this PC program send "Now playing" info to LCDd on NMT. 2. Hard - write own program for NMT that receive Internet radio streams and parse it for id3 tags. Then send raw stream to mono and communicate with LCDd on NMT. Can it be made by mpd? |
|||
|
01-09-2010, 10:30 PM
Post: #10
|
|||
|
|||
|
RE: lcdproc-0.5.3 for Popcorn Hour 100 series (Soundgraph iMON VFD LCD etc.)
The Shoutcast data is not a tag, it is embedded in the http stream, which mono just plays without parsing. That is why aac+ Internet radio don't work with mono directly.
Martin |
|||
|
01-09-2010, 11:33 PM
Post: #11
|
|||
|
|||
RE: lcdproc-0.5.3 for Popcorn Hour 100 series (Soundgraph iMON VFD LCD etc.)
(01-09-2010 10:30 PM)emveepee Wrote: The Shoutcast data is not a tag, it is embedded in the http stream, which mono just plays without parsing. That is why aac+ Internet radio don't work with mono directly. Yes, I know that Internet streams embeds info, I'd should place id3 tags in quotes. Anyway what you can say about the second way I told about mpd? |
|||
|
01-10-2010, 05:35 AM
Post: #12
|
|||
|
|||
|
RE: lcdproc-0.5.3 for Popcorn Hour 100 series (Soundgraph iMON VFD LCD etc.)
Sorry, I don't even know if the NMT mpd support http streaming from a Shoutcast server.
Martin |
|||
|
01-12-2010, 12:02 AM
Post: #13
|
|||
|
|||
|
RE: lcdproc-0.5.3 for Popcorn Hour 100 series (Soundgraph iMON VFD LCD etc.)
Could you guys please explain how this could be used for regular users?
What VFD/LCD are you attaching and via what physical connection to the NMT? With this, could I get info from the NMT about sysinfo type information like HDD-temp, disk space, etc and show it on my PC web browser or other application. Do you have any real world example of this usage? Can't this also be used to talk to or control the C-200 VFD screen? |
|||
|
01-12-2010, 05:21 AM
Post: #14
|
|||
|
|||
|
RE: lcdproc-0.5.3 for Popcorn Hour 100 series (Soundgraph iMON VFD LCD etc.)
LCDProc doesn't give you the info that you are asking for, it is a display device, although I am sure you could create a web server app. that would do what you want. A native PCH monitoring app could also easily output this info to the LCD display.
My "real" app is here http://www.networkedmediatank.com/showth...pid239513. The monitor shows the WebRadio GBPVR plugin as displayed by the PCH and the Pico LCD shows the Shoutcast data coming via USB from my PCH. I wrote this to know what is playing when the monitor is off. For this to work on a C 200 Syabas would need to provide a server or device driver to talk to that would cooperate with their display. Martin |
|||
|
« Next Oldest | Next Newest »
|

NMT Wiki
Search
Member List
Help
[9 June 2010] C-200/A-200 NMJ UI PREVIEW (under development)






