Nebulus is an OpenGL/SDL visualization plugin for XMMS.
Version: 0.8.0Nebulus is an OpenGL/SDL visualization plugin for XMMS.
License: GPL
Operating System: Linux
Homepage: nebulus.tuxfamily.org
Developed by:
XMMS Nebulus Plugin features many options including fullscreen mode, effects priorities, the display of the song title, and more.
It's conceptually a compilation of various OpenGL effects that depends on the music
Requirements:
· XMMS
· OpenGL
· SDL
Use "--with-ttf-font" to enable OpenGL fonts.
Installation:
This plugin requires OpenGL and SDL to work.
- *** You will really need hardware acceleration! ****
./configure && make && make install
Nebulus support SDL_ttf to display infos on OpenGL screen.
To compile it, specify the file of the default TTF: (of course replace the TTF file by your own file)
./configure --with-ttf-font=/usr/share/fonts/truetype/Vera.ttf
&& make && make install
Usage:
Enable it in the XMMS Visualization Plugins Preferences. There are also some keyboard keys you can press to modify options:
'ESCAPE': toggle fullscreen mode
'F1': 640x480 screen mode (default)
'F2': 800x600 screen mode
'F3': 1024x768 screen mode
'F4': 1280x1024 screen mode
'F5': 1600x1200 screen mode
'LEFT' : forward time in music
'RIGHT' : backward time in music
'p': pause and unpause display
'f': freeze and unfreeze mode
'i': display title of the music and fps (with SDL_ttf)
It also accepts the following xmms shortcuts (sent to session 0):
'z': previous
'c': pause
'x': play
'v': stop
'b': next
's': shuffle
'r': repeat
You can change the priorities of each effects and control the maximum FPS (0 for no limit).
What's New in This Release:
· The glthreads effects was totally rewritten.
· A deadlock when the window is closed and when the shared data is used has been fixed.
· A memory leak with SDL_ttf has been fixed.
· There is a new translation (Portuguese).