A real time 10 Band Equalizer for Rhythmbox
This version is an improvement of http://cs.helsinki.fi/u/ttokalli/rb-plugins/
Please, send me feedback (bugs, advices, ...)!
contact
- Added
- Auto-Presets (only in the repository version, this is an experimental feature)
Presets
Equalize during playback, MenuItem and ToolBarItem
- Todo
- Add a remove preset button
Improve name mangling, maybe save the full name in a new key
Replace Dialog by a composite widget
Add a button to activate/desactivate auto presets
- Known bugs
- If the dialog is exited with the top-right close button (cross) or escape key, on next show() ther will be a segfault (seem's a bug of pygtk)
Not saving the profiles correcttly. It defaults to the latest pre-set for the default profile as well. (Zdravko Nikolov)
/,:. and special chars doen't work in presets name
Plug-in doesn't work well if rb is launched playing some music
- Install
- Copy and paste the below code
mkdir -p ~/.local/share/rhythmbox/plugins && wget http://www.lirmm.fr/~morandat/pub/upload/Main/rb-equalizer.tar.bz2 -O- | tar xvjf - -C ~/.local/share/rhythmbox/plugins
You can install the managed version using mercurial (need to have mercurial installed) by typing :
mkdir -p ~/.local/share/rhythmbox/plugins && hg clone http://www.lirmm.fr/~morandat/hg/equalizer ~/.local/share/rhythmbox/plugins/equalizer
then to get a new version you only need to update your repository :
cd ~/.local/share/rhythmbox/plugins/equalizer && hg pull && hg up
- Old install
- For older version of rhythmbox, change the plugin directory like that :
mkdir -p ~/.gnome2/rhythmbox/plugins && wget http://www.lirmm.fr/~morandat/pub/upload/Main/rb-equalizer.tar.bz2 -O- | tar xvjf - -C ~/.gnome2/rhythmbox/plugins
- Uninstall/Reset presets
- If you need to remove all your presets (mostly due the strip bug) you can copy/paste the code below :
gconftool --recursive-unset /apps/rhythmbox/plugins/equalizer
or you can append the name of a preset to this line to remove only this preset.
- ChangeLog
- New icon (thanks to Zdravko Nikolov)
Added image on the toolbar button
Removed one race condition and a warning on rb-0.12.5
- Repository
- hg clone http://www.lirmm.fr/~morandat/hg/equalizer
Mercurial
Déploiement de mercurial au labo :
ssh www.lirmm.fr
~morandat/www-docs/hgwebadmin/hgwebinit
Une fois déployé, rendrez vous ici pour administrer vos dépôts.
Latex
Template Lirmm-thesis
This project is curently in development. It's handled by a mercurial repository.
- Ressource
- http://gforge-lirmm.lirmm.fr/gf/project/these-tmpl/
- Repository
- hg clone http://www.lirmm.fr/~morandat/hg/these-tmpl/
- Coyote
- If you don't have mercurial, you can get a version on coyote.lirmm.fr
ssh coyote.lirmm.fr
setenv PYTHONPATH /usr/local/lib64/python2.4/site-packages
hg clone http://www.lirmm.fr/~morandat/hg/these-tmpl/
then to get involved you can update by
setenv PYTHONPATH /usr/local/lib64/python2.4/site-packages
hg pull && hg update
Teaching support
- minidoc
- Create mini version (e.g. for student) of pdf documents
(Two documents on one page, usefull for exercises).
It does'nt support (now) landscape document.
Beamer
- frame*
- Add frame* environment.
This environment make a frame which doesn't count in the total
(can be usefull to add answer frame at the end of a talk)
\newenvironment{frame*}%
{\begin{frame}\addtocounter{framenumber}{-1}}%
{\end{frame}}
Pmwiki
- BibtexRef
- An improved version of PmWiki BibtexRef