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) Recording2, MusicLibrary2, SystemStatus Support v
« Previous 1 2 3 4 5 6 … 10 Next »
MLPanel for pvrx2 - alpha testers wanted...

 
  • 0 Vote(s) - 0 Average
MLPanel for pvrx2 - alpha testers wanted...
ACTCMS
Offline

Posting Freak

UK
Posts: 2,730
Threads: 101
Joined: Jun 2007
#21
2008-04-26, 11:57 AM
tkgafs Wrote:Alex,

panel seems to work well on PC

but crashes the mvp

Tkgafs
That's a known problem (since fixed)... edit the file 'MLPanelConfig.txt' in the \Plugins\MLPanel dir with notepad, change the -1 to 0 (that's number zero) to fix it.
Jaggy
Offline

Posting Freak

Carterton, NZ
Posts: 3,641
Threads: 148
Joined: Mar 2006
#22
2008-04-26, 12:04 PM
psycik Wrote:Looks like this is your problem:
[CODE]node not found: /settings/Placements/Placement[@name="Playing-1"][/.CODE]

It doesn't say what skin you're trying to run it with, but I'm picking that as the issue.

Are you using the blue skin that actcms packaged MLPanel with?

I get that same error in my logs when using the MVP but it normally runs fine most of the time, I have had it running for about 8 hours without a problem. But having said that I have already reported to Alex that also sometimes it does cause the MVP to reboot.

tkgafs Wrote:but crashes the mvp

Can you get it to run on the MVP at all?

Edit: OK alex beat me to it & I had forgotten about that problem
tkgafs
Offline

Senior Member

Posts: 594
Threads: 61
Joined: Jun 2004
#23
2008-04-27, 09:28 AM
When this plugin is active on MVP, PVRX2 runs at about 15-17% of the cpu constantly.

My system is an AMD64 3000

Normally when playing music on MVP PVRX2 sits at about 0% with a little peak to 15% every 30 secs or so

The last 2 screens in the screen saver have missing digits in the Year display and the Bitrate display

Could you update the code so that if we are running on an mvp the track elapsed time is not displayed

see PluginHelperFactory.getPluginHelper().GetClientIdentifier()

Tkgafs
mvallevand
Offline

Posting Freak

Ontario Canada
Posts: 53,231
Threads: 958
Joined: May 2006
#24
2008-04-27, 12:06 PM
tkgafs Wrote:Could you update the code so that if we are running on an mvp the track elapsed time is not displayed

I couldn't agree more. I don't see high CPU use, probably because I have a C2D, but I already told ACTCMS that on the PCH with the incremental screen updates it is not good, there is constant disk and network use, so much so that I can't in good conscience recommend this as a screensaver.

I'm also having trouble justifying to myself promoting anything that supports keeping an energy hungry large screen turned on, but that's a different discussion. HTPC is all about eye-candy.

Martin.
ACTCMS
Offline

Posting Freak

UK
Posts: 2,730
Threads: 101
Joined: Jun 2007
#25
2008-04-27, 03:16 PM
tkgafs Wrote:When this plugin is active on MVP, PVRX2 runs at about 15-17% of the cpu constantly.

My system is an AMD64 3000

Normally when playing music on MVP PVRX2 sits at about 0% with a little peak to 15% every 30 secs or so

The last 2 screens in the screen saver have missing digits in the Year display and the Bitrate display

Could you update the code so that if we are running on an mvp the track elapsed time is not displayed

see PluginHelperFactory.getPluginHelper().GetClientIdentifier()

Tkgafs
I'm not sure why your cpu should be so high - I'm seeing pvrx2.exe using 7-8% of a 2.66 celeron with 1Gig under XP pro when running MLPanel on the MVP.

MLP is already MVP aware - the track elapsed time you see on the MVP is actually a pseudo timer generated by the plugin - pvrx2 does not provide the current playback position when running on the MVP.

So far, code development has been based on my own personal preferences (with input from Jaggy).

However, I have already discussed the resource usage issue at reasonable length with Martin, and providing an option to reduce the MVP activity by only updating the screen once per screensaver move interval is on the todo list.

Jaggy will be interested in the missing digits - can you say what aspect ratio you are using? and is it the trailling digits from the values that are missing?

Alex
tkgafs
Offline

Senior Member

Posts: 594
Threads: 61
Joined: Jun 2004
#26
2008-04-27, 04:38 PM
ACTCMS Wrote:I'm not sure why your cpu should be so high - I'm seeing pvrx2.exe using 7-8% of a 2.66 celeron with 1Gig under XP pro when running MLPanel on the MVP.

MLP is already MVP aware - the track elapsed time you see on the MVP is actually a pseudo timer generated by the plugin - pvrx2 does not provide the current playback position when running on the MVP.

Jaggy will be interested in the missing digits - can you say what aspect ratio you are using? and is it the trailling digits from the values that are missing?

Alex

I realise ML2 is mvp aware I simply think it looks better not to display the field at all when running on the mvp as it never changes anyway.

aspect ratio is 16x9 and its the trailing digits of bitrate and year that are missing

from a performance point of view I wouldn't display the time on the mvp either.


I had it running for about 10 hours before turning system off, the memory leak seems to stabilse so may not be a memory leak at all and simply the speed of the .net garbage collection taking a while to free up the discarded memory.

when I first started it it was indeed growing by about 2mb every time a track changed, but when I checked later this had stopped happening

Tkgafs
ACTCMS
Offline

Posting Freak

UK
Posts: 2,730
Threads: 101
Joined: Jun 2007
#27
2008-04-27, 05:06 PM
tkgafs Wrote:I realise ML2 is mvp aware I simply think it looks better not to display the field at all when running on the mvp as it never changes anyway.

aspect ratio is 16x9 and its the trailing digits of bitrate and year that are missing

from a performance point of view I wouldn't display the time on the mvp either.


I had it running for about 10 hours before turning system off, the memory leak seems to stabilse so may not be a memory leak at all and simply the speed of the .net garbage collection taking a while to free up the discarded memory.

when I first started it it was indeed growing by about 2mb every time a track changed, but when I checked later this had stopped happening

Tkgafs
The current dev version now uses an internal clock to display current playback position on the MVP - the date/time isn't a big overhead since it only gets refreshed once a minute.

I made a few changes to the way I handle my UiElements and it doesn't grow now. (10 hours - that's a fair sized playlist)

Jaggy will have a look at the skin problem when he comes online later today...

... thanks for the feedback

Alex
Jaggy
Offline

Posting Freak

Carterton, NZ
Posts: 3,641
Threads: 148
Joined: Mar 2006
#28
2008-04-27, 09:10 PM
tkgafs Wrote:aspect ratio is 16x9 and its the trailing digits of bitrate and year that are missing

Can you check which version of the skin you are running (it has the version number at the top of MLPanel.xml skin file) as I thought I had fixed that problem for view#7 with skin v0.1.1 & for the other views with skin v0.1.2
tkgafs
Offline

Senior Member

Posts: 594
Threads: 61
Joined: Jun 2004
#29
2008-04-27, 09:43 PM
ACTCMS Wrote:I made a few changes to the way I handle my UiElements and it doesn't grow now. (10 hours - that's a fair sized playlist)

Alex

I only really use gbpvr as a jukebox sending to an MVP connected to a surround sound system

I often leave the system running on random mode for days at a time

just come in and turn on the amp and I have my own instant radio station

Martins mvpmc dongle makes the mvp utterly stable to do this sort of thing

Tkgafs
mvallevand
Offline

Posting Freak

Ontario Canada
Posts: 53,231
Threads: 958
Joined: May 2006
#30
2008-04-27, 09:44 PM
ACTCMS Wrote:I made a few changes to the way I handle my UiElements and it doesn't grow now. (10 hours - that's a fair sized playlist)

My default playlist for jukebox mode with ML2 is now two days to get around the fact that it won't refresh on the PCH. Yes when I listen to music I can listen for a long time, probably one of the reasons I like the TV off.

Martin
« Next Oldest | Next Newest »

Users browsing this thread: 1 Guest(s)

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


Possibly Related Threads…
Thread Author Replies Views Last Post
  MLPanel Beta Support Thread ACTCMS 63 23,402 2009-03-11, 06:20 PM
Last Post: ACTCMS
  ML2 / PVRx2 1.3.7 how-to?? install guide?? danp 24 10,712 2009-01-20, 09:59 PM
Last Post: psycik
  How Do I configure MLPanel tkgafs 5 3,488 2009-01-12, 12:40 AM
Last Post: tkgafs
  MusicLibrary2 crashes PVRX2 hzwaal 2 2,059 2007-08-30, 06:58 AM
Last Post: hzwaal
  MusicLibrary2 - Version 6.2 - PVRX2 Compatible psycik 37 11,072 2007-07-16, 01:01 AM
Last Post: psycik

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

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

Linear Mode
Threaded Mode