hi there,
i dont know if something similar exist so i made a small foobar2000 miniplayer which displays current track information and provides standard controls (play, pause, next track...) as well.
the miniplayer stays always on top so you can do whatever you want without bringing foobar in front or handle with hotkeys.
here some pictures:
(http://i.imgur.com/1EvEsDb.jpg)
(http://i.imgur.com/d2uhZOu.jpg)
(http://i.imgur.com/y7OmLDn.jpg)
Instructions!
# make a backup from your foobar2000 settings
C:\Users\yourname\AppData\Roaming\foobar2000
1. open foobar2000 and go to "file -> preferences" (or hit ctrl+p)
2. go to "default user interface"
3. under "playback state display formatting - window title"
write this: "$if(%ispaused%,*paused* ,)[%artist%] - [%title%]" (without the quotation marks)
4. under "playback state display formatting - status bar"
write this: "%album% | %codec% | %bitrate% kbps | %samplerate% Hz | %channels% | %playback_time%[ / %length%]" (without the quotation marks)
(http://i.imgur.com/3jorkhC.gif)
5. next go to "keyboard shortcuts"
6. add following shortcuts:
key: alt+c | global: no | action: playback next
key: alt+x | global: no | action: playback previous
key: alt+v | global: no | action: playback random
key: alt+y | global: no | action: playback pause
key: alt+arrow key down | global: no | action: playback volume down
key: alt+arrow key up | global: no | action: playback volume up
key: alt+arrow key left | global: no | action: playback back by 10 seconds
key: alt+arrow key right | global: no | action: playback ahead by 10 seconds
(http://i.imgur.com/mQ0ej60.gif)
Done! foobarControl should work properly.
foobarControl saves his windows position automatically on exit.
Script made with AutoHotkey.
virustotal check here:
https://www.virustotal.com/de/file/8b206bdb...sis/1363198988/ (https://www.virustotal.com/de/file/8b206bdbee29e712a270e4b3781df19636d2c034459beac4c0b02317b7f410b1/analysis/1363198988/)
DOWNLOAD: https://dl.dropbox.com/u/18268016/foobarCon...ol%20v1.0.0.zip (https://dl.dropbox.com/u/18268016/foobarControl/FoobarControl%20v1.0.0.zip)
Mirror: http://www.share-online.biz/dl/MAHX5MJMJN (http://www.share-online.biz/dl/MAHX5MJMJN)
sorry for my poor english.
enjoy
Awesome?
I was just looking for exactly this. Either the timing is perfect, or there is something similar existing. Can't deny the latter sounds more probable.
Seems to be a bit of a hazzle to get it running, eh? I'm too lazy for all those steps. Isn't all that a job for the extension itself?
Looking forward to hear from you!
Awesome?
I was just looking for exactly this. Either the timing is perfect, or there is something similar existing. Can't deny the latter sounds more probable.
Seems to be a bit of a hazzle to get it running, eh? I'm too lazy for all those steps. Isn't all that a job for the extension itself?
Looking forward to hear from you!
i will looking into it and hopefully make the setup more user friendly.
Thanks for this can I use it with my own theme? It looks easy to configure to me :S
Thanks for this can I use it with my own theme? It looks easy to configure to me :S
not sure if every theme is supported. just follow my instructions and try it by yourself.
How can I make this work? I followed the instructions and nothing happens.