Page 1 of 1

Nero Burning Rom

Posted: October 12th, 2005, 8:33 am
by gryphon
This is my nero test plugin - so it's still buggy.
http://rapidshare.de/files/6178674/mem.dll.html

Introduction
This is a plugin that makes it possible to display the percentage
(line "xx % Writing to") while Nero is burning a disk.

Install:

1. Put mem.dll into plugins dir
2. Change e.g. screen (14) to theme (2)
3. Put the following line into screen (14):
"$dll(mem,1,0,0)"
4. Make 2 "Actions":
a) $dll(mem,1,0,0) <> none then GoToTheme(2)
b) $dll(mem,1,0,0) = none then GoToTheme(1)

While the Nero is working, it displays the line "xx % Writing to".
When it's done - everything goes to normal mode. :)

Posted: December 27th, 2005, 11:36 am
by ScSi
Works fine over here (LCDSmartie 5.3)! Thanks for this plugin, comes in handy!
Would it be possible to read out the 'total time' Nero has been burning?

Posted: January 1st, 2006, 2:59 am
by Jumpin' Jon
(Happy New Year!)

Yeah - works great, plus a great example. Thanks.

JJ

Posted: October 15th, 2006, 4:12 pm
by limbo
Since rapidshare is not hosting ofr long period I have uploaded the plugin here.

Re: Nero Burning Rom

Posted: August 16th, 2007, 2:13 am
by Hybrid
Can you please post that plugin in source code?

Posted: October 18th, 2007, 10:45 pm
by gryphon

Posted: December 8th, 2007, 6:27 pm
by mikeymika
can someone makes this plugin work for nero 8?

or does it already suppose to work with nero 8, if thats so then im doing something wrong :)

hope someone can help me

Posted: March 10th, 2008, 6:50 am
by Abi_J
just a quickie :wink:
I've just been playing with the actions for this plugin, since I don't like how it was jumping to the screen when nero was open, not just when burning, and I came up with this...

$dll(if,1,$dll(mem,1,0,0)#none,0#$dll(mem,1,0,0)% = 0 GotoTheme(1)
(returns to theme 1 if nero is not burning).
and,
$dll(if,1,$dll(mem,1,0,0)#none,0#$dll(mem,1,0,0)% <> 0 GotoTheme(2)
(switches to theme 2 when nero % is 1 or more).

I'm sure people have figured all that out already, but i'm a newbie at LCDS and am slowly figuring out actions, and i was proud of myself for getting this working first try!

Abi.

Re:

Posted: December 7th, 2009, 12:32 pm
by Scripter1
mikeymika wrote:can someone makes this plugin work for nero 8?

or does it already suppose to work with nero 8, if thats so then im doing something wrong :)
Does it work with Nero 8?