Our new official repo is on github
LCD Smartie version 5.6 is released!
Download it now: https://github.com/LCD-Smartie/LCDSmartie/releases

Nero Burning Rom

Discussing issues that occur during plugin development.

Moderators: _X7JAY7X_, caesar, IFR, mattcro, limbo

Post Reply
gryphon
Posts: 2
Joined: October 12th, 2005, 8:19 am

Nero Burning Rom

Post 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. :)

ScSi
Posts: 1
Joined: December 27th, 2005, 11:27 am

Post 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?

Jumpin' Jon
Plugin Author
Posts: 35
Joined: August 3rd, 2005, 12:34 am
Contact:

Post by Jumpin' Jon »

(Happy New Year!)

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

JJ

limbo
Plugin Author
Posts: 1604
Joined: February 13th, 2005, 7:38 pm
Location: Athens - Greece
Contact:

Post by limbo »

Since rapidshare is not hosting ofr long period I have uploaded the plugin here.
You do not have the required permissions to view the files attached to this post.

Hybrid
Posts: 2
Joined: August 15th, 2007, 12:18 am
Location: Serbia

Re: Nero Burning Rom

Post by Hybrid »

Can you please post that plugin in source code?

gryphon
Posts: 2
Joined: October 12th, 2005, 8:19 am

Post by gryphon »

You do not have the required permissions to view the files attached to this post.

mikeymika
Posts: 5
Joined: December 5th, 2007, 12:06 am

Post 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

Abi_J
Posts: 36
Joined: March 6th, 2008, 12:47 pm
Location: Teeny-weeny lil town, IL, USA

Post 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.

Scripter1
Posts: 11
Joined: December 5th, 2009, 3:11 pm
Location: Poland
Contact:

Re:

Post 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?

Post Reply