NextPVR Forums
  • ______
  • Home
  • New Posts
  • Wiki
  • Members
  • Help
  • Search
  • Register
  • Login
  • Home
  • Wiki
  • Members
  • Help
  • Search
NextPVR Forums Information Community Announcements v
« Previous 1 … 13 14 15 16 17 … 56 Next »
MLPanel Beta

 
  • 0 Vote(s) - 0 Average
MLPanel Beta
psycik
Offline

Posting Freak

Posts: 5,210
Threads: 424
Joined: Sep 2005
#11
2008-09-07, 10:55 PM
yep - that's the one I was thinking of.
ACTCMS
Offline

Posting Freak

UK
Posts: 2,730
Threads: 101
Joined: Jun 2007
#12
2008-09-07, 10:58 PM
Thanks for that - makes sense.
mvallevand
Offline

Posting Freak

Ontario Canada
Posts: 53,112
Threads: 957
Joined: May 2006
#13
2008-09-07, 11:06 PM
Right now when and audio playlist comes in from GBPVR it will be in the form of the shortname for {RecordingDir}\MVP{MAC}.pls

I plan on parsing this and requesting {RecordingDir}\NMT{MAC}.jpg I will be requesting the longname for the MAC address but I think that that will be ok. This will allow multiple PCH's to run.

My snippet shows how to get this mac address too.

Martin
ACTCMS
Offline

Posting Freak

UK
Posts: 2,730
Threads: 101
Joined: Jun 2007
#14
2008-09-07, 11:48 PM
mvallevand Wrote:Right now when and audio playlist comes in from GBPVR it will be in the form of the shortname for {RecordingDir}\MVP{MAC}.pls

I plan on parsing this and requesting {RecordingDir}\NMT{MAC}.jpg I will be requesting the longname for the MAC address but I think that that will be ok. This will allow multiple PCH's to run.

My snippet shows how to get this mac address too.

Martin
So if I name my images
Quote:C:\temp\MAC-000DFE008BF8.jpg
where "C:\temp" is my "Recordings Directory" (not my "LiveTV Buffer Directory") I should be on the right track?

Alex
psycik
Offline

Posting Freak

Posts: 5,210
Threads: 424
Joined: Sep 2005
#15
2008-09-08, 12:05 AM
What about what the image is?? Since mvallevand was asking this of me, do we need to identify the application creating the image or is that not important?
ACTCMS
Offline

Posting Freak

UK
Posts: 2,730
Threads: 101
Joined: Jun 2007
#16
2008-09-08, 12:22 AM
psycik Wrote:What about what the image is?? Since mvallevand was asking this of me, do we need to identify the application creating the image or is that not important?
I wouldn't have thought so, since there can only be one image displayed on the PCH at any given time, and we're all using the same filename (per client) it would just pick up the last one writtten - I'm not sure how Martin detects when the image file changes though.
mvallevand
Offline

Posting Freak

Ontario Canada
Posts: 53,112
Threads: 957
Joined: May 2006
#17
2008-09-08, 12:59 AM
Looks' good. I'd prefer something other than MAC- unless you just want to use .GetClientIdentifier() with the space. Yhe syntax should be sub's call since it will be available to all audio apps.

Right now I will only load an image when the playlist starts and when a song changes so the audio app has to respond to the keystrokes I explain here
http://forums.gbpvr.com/showpost.php?p=2...ostcount=7. There is provision in the Hauppauge protocol to notify the client of this type of change but gbpvr doesn't use it (with the Hauppauge software this is how some OSD is updates are done). It might be something for the future. I might be able to update the image when the screen saver update fires but it might be too jumpy especially with the default.

MLPanel becomes dependent on ML or ML2/3 passing the information so sub and psycik have to be involved. Sub will also have to allow passing jpg through the web server. I am using Simese now to test it.

Martin
ACTCMS
Offline

Posting Freak

UK
Posts: 2,730
Threads: 101
Joined: Jun 2007
#18
2008-09-08, 01:53 AM
mvallevand Wrote:Looks' good. I'd prefer something other than MAC- unless you just want to use .GetClientIdentifier() with the space. in
Not sure what you mean - I'd thought that "MAC-000DFE008BF8.jpg" would be unique.
mvallevand Wrote:Right now I will only load an image when the playlist starts and when a song changes so the audio app has to respond to the keystrokes I explain here
http://forums.gbpvr.com/showpost.php?p=292695&postcount=7. There is provision in the Hauppauge protocol to notify the client of this type of change but gbpvr doesn't use it (with the Hauppauge software this is how some OSD is updates are done). It might be something for the future. I might be able to update the image wandardhen the screen saver update fires but it might be too jumpy especially with the default.
Remember that MLPanel refreshes it's self at least once every screen saver refresh interval.
mvallevand Wrote:MLPanel becomes dependent on ML or ML2/3 passing the information so sub and psycik have to be involved. Sub will also have to allow passing jpg through the web server. I am using Simese now to test it.

Martin
The current dev version of MLpanel has a Photo Slide Show feature which can run as a screen saver whether you are playing music or not, so I a lot of the time I re-render based on the screen saver refresh interval - so is it possible to refresh the PCH in this way - how is the standard screen saver handled on the PCH?

Alex
mvallevand
Offline

Posting Freak

Ontario Canada
Posts: 53,112
Threads: 957
Joined: May 2006
#19
2008-09-08, 02:19 AM
ACTCMS Wrote:Not sure what you mean - I'd thought that "MAC-000DFE008BF8.jpg" would be unique.

I guess it just seems redundant and too different. The current NMT playlist uses MVP000DFE008BF8.pls and transcoded files would be MVP000DFE008BF8.mp3 Logically it would be MVP000DFE008BF8.jpg

Quote:Remember that MLPanel refreshes it's self at least once every screen saver refresh interval.

Yes I know, and I test what happens with this.

Quote:The current dev version of MLpanel has a Photo Slide Show feature which can run as a screen saver whether you are playing music or not, so I a lot of the time I re-render based on the screen saver refresh interval - so is it possible to refresh the PCH in this way - how is the standard screen saver handled on the PCH?

While the PCH is playing audio the screen saver is a silly yellow floodlight that moves aorund the screen. psycik and sub will also have to decide if they want to update the screen in playlist mode.

I think the Photo slide show has promise and it certainly could work. The other issue is preserving space on the screen to show the ID3 tag data. Also the next version the PCH firmware displays album art stored in ID3 V2 so the GBPVR output would have to be better.

Martin
ACTCMS
Offline

Posting Freak

UK
Posts: 2,730
Threads: 101
Joined: Jun 2007
#20
2008-09-08, 11:20 AM
The naming convention
Quote:MVP000DFE008BF8.jpg
should not be a problem. Do you still want a .png as well?

Both Jaggy and I are very happy with the photo slide show on the MVP - Jaggy has designed a series of MLPanel views which display photos or album art (if music is playing) combined with various levels of ID3 tag detail. Album art can be embedded or folder.

Alex
« Next Oldest | Next Newest »

Users browsing this thread: 1 Guest(s)

Pages (3): « Previous 1 2 3 Next »


Possibly Related Threads…
Thread Author Replies Views Last Post
  New LG and Samsung NextPVR Web Smart TV App available for beta testing. fred250 388 141,665 2017-04-10, 10:46 AM
Last Post: fred250
  Bluray Player Beta whurlston 23 12,257 2015-10-05, 09:32 AM
Last Post: Lao Pan
  Movies beta vik 66 31,065 2015-03-31, 03:13 AM
Last Post: Lao Pan
  Need beta testers for "NextPVR for Samsung" (client for samsung smart tvs/blurays) reven 61 27,897 2013-12-03, 10:21 AM
Last Post: martint123
  imageGrabLite Beta mvallevand 84 62,138 2013-10-04, 06:40 PM
Last Post: mvallevand
  SSPlus Screensaver - Photo Slideshow Beta ACTCMS 40 14,394 2012-12-07, 01:49 AM
Last Post: ACTCMS
  New External App : Channel Logo Tools For NPVR (Beta) systemshark 0 1,712 2011-09-03, 08:15 AM
Last Post: systemshark
  SSPlus 0.9.1 BETA - a screensaver for NPVR ACTCMS 18 6,213 2011-07-18, 12:52 AM
Last Post: johnsonx42
  System Plugin for nPVR - Early Beta imilne 176 49,257 2011-07-16, 04:31 PM
Last Post: johnsonx42
  QAM Scanning and Preview in Web Radio (beta) mvallevand 1 2,001 2011-01-24, 01:41 AM
Last Post: mvallevand

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

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

Linear Mode
Threaded Mode