The last row includes Up, Down, and Exit buttons.
Up button allows you to increase the volume a little bit.
Down button allows you to decrease the volume a little bit.
Exit button allows you to exit the player. If the player was launched alone with a *.npm
database file, after exiting, the *.npm file will be upgraded to the last status of the player.
While the player was launched by itself, there are no any files to be saved.
Here are two pages of the settings: playlist and media.
Playlist page allows user to add and delete a media file into the playlist. User can also use the up
and down button to change the position of a media item in the playlist.
Media page allows user to set loop, rate, volume, balance, mute, and windowless. Furthermore
user can click info drop down button to display the media information. The value of rate is ranged
from 0.033333333 to 200. The regular value is 1.0. So you can watch the speed video by setting
rate to 2.0 and watch the slow video by setting rate to 0.06.
Customization
You can customize player and store the configuration in a .npm file. You can also double click
the .npm or launch it in a command line in the following format:
"FullPath\Ladybug Player.exe" [FullPath\myconfig.npm | FullPath\mymedia.*]
This command line means that run Ladybug Player without parameter or with parameter
myconfig.npm, or mymedia.*.
If there are no parameters Ladybug Player will be launched with default configuration. You can
launch as many Ladybug Player as your computer resources are not exhausted.
*.npm represents Neatware Player Media.
In the case that the first parameter is a *.npm file, Ladybug Player is going to launch the player
by setting the configuration from the *.npm file. *.npm is a Sqlite 3 database file that is an open
standard. You can read and modify *.npm files by any Sqlite Database Managers free or
commercial. Usually we use an added-on called Sqlite Manager for FireFox browser.
In the case that the first parameter is a media file, Ladybug Player is going to launch the player
and display the media file instantly.
More than one parameters are reserved for future use.
Keyboard Control
Ladybug Player supports the use of keyboard for media player control. Here is the list of keyboard control:
| Key |
Operation |
Description |
| F1 |
Help |
Display PDF file |
| F2 |
Play/Pause |
toggle |
| F3 |
Step |
Show one frame |
| F4 |
Loop |
Play media in loop or not |
| F5 |
Open |
Insert one or a set of media into playlist and start current |
| F6 |
Settings |
Set playlist or media |
| F7 |
Save As |
Save .npm file in Ladybug Player folder |
| F8 |
Windowless |
Toggle windowless and frame |
| <- |
Previous media |
Play previous media |
| -> |
Next media |
Play next media |
| ^ |
Volume up |
Increase volume |
| v |
Volume down |
Decrease volume |
| ESC |
Exit |
Exit player |