in version 8.5 I'll add the version 0.0.4.1 or newer .
system-ui-music-controls 0.2 can be configured to auto hide when music's stopped. Edit the config file ~/.config/MohammadAG/system-ui-music-controls.conf and add: Code: [main] hide-on-all-stopped=true A quick way to do this (as user, not root!) Code: mkdir -p ~/.config/MohammadAG echo -e "[main]\nhide-on-all-stopped=true" > ~/.config/MohammadAG/system-ui-music-controls.conf Remember that you'll need v0.2 of the incepted repo to upgrade: http://talk.maemo.org/showthread.php?t=85438
[main] hide-on-all-stopped=true
mkdir -p ~/.config/MohammadAG echo -e "[main]\nhide-on-all-stopped=true" > ~/.config/MohammadAG/system-ui-music-controls.conf