
Source (link to git-repo or to original if based on someone elses unmodified work): Add the source-code for this project on opencode.net
autoEqualizer is an automatic equalizer for the Amarok Multimedia Player which loads equalizer presets based on what genre of songs you are listening to.
12 years ago
0.5 - This is probably the last release for Amarok 1.4.x
* Call equalizerState() to enable the equalizer to "On" just in case it is switched off.
* The string returned is type unicode. Get the acutal string.
* Add debug info when switching on the equalizer
* If no or incorrect mode is specified, do a default message show.
* There are two modes to display messages, shortStatusMessage and popupMessage.
Make it possible to use both. We still might need a configuration window to let the user choose the option
But for now, that's not a priority. Currently, it can be changed by setting MODE=1 or MODE=2 in the .py fi
0.4
* Fixed the session bug. Now no more stray python processes on KDE startup.
* No double notification when a song is played
* With this I think autoEqualizer should be bugfree.
0.3
Fixed a bug whereby the script process still remains present even if Amarok exits.
0.1
Initial Release
12 years ago
0.5 - This is probably the last release for Amarok 1.4.x
* Call equalizerState() to enable the equalizer to "On" just in case it is switched off.
* The string returned is type unicode. Get the acutal string.
* Add debug info when switching on the equalizer
* If no or incorrect mode is specified, do a default message show.
* There are two modes to display messages, shortStatusMessage and popupMessage.
Make it possible to use both. We still might need a configuration window to let the user choose the option
But for now, that's not a priority. Currently, it can be changed by setting MODE=1 or MODE=2 in the .py fi
0.4
* Fixed the session bug. Now no more stray python processes on KDE startup.
* No double notification when a song is played
* With this I think autoEqualizer should be bugfree.
0.3
Fixed a bug whereby the script process still remains present even if Amarok exits.
0.1
Initial Release
somereal
12 years ago
Report
riteshsarraf
12 years ago
/home/rrs/.kde/share/apps/amarok/equalizerpresets_save.xml
Probably you can gather Winamp presets. I hope they might be in XML or easily convertible.
Report
riteshsarraf
13 years ago
This is my first amarok script.
Please provide feedback, if any.
Report