thedmd / pianobar-windows

Port of pianobar - console based pandora.com player
Other
110 stars 12 forks source link

pianobar is a console client for the personalized web radio Pandora ported to Windows.

pianobar

Releases

Build status

Releases:

Older releases can be found at GitHub Release page.

Features

Source Code

Original source code can be downloaded at github.com or 6xq.net.

Building

Checkout pianobar-windows-build where you will find configured solution for Visual Studio 2015.

This repository is linked by GitHub submodule.

Configuration

Please examine pianobar.cfg.example for more details or ask in issue if you find something missing.

Available actions

Hotkeys

You can now bind hotkey to an action, for example:

    hk_act_songlove = c + shift + ctrl
      or
    hk_act_songlove = f9

Hotkey use format: hk_<action_name> = <key> + [modifier1] + [modifier2]...

can be any printable character on your keyboard or one of the named keys: ``` numpad0, numpad1, numpad2, numpad3, numpad4, numpad5, numpad6, numpad7, numpad8, numpad9, multiply, add, separator, subtract, decimal, divide, f1, f2, f3, f4, f5, f6, f7, f8, f9, f10, f11, f12, f13, f14, f15, f16, f17, f18, f19, f20, f21, f22, f23, f24, browser_back, browser_forward, browser_refresh, browser_stop, browser_search, browser_favorites, browser_home, volume_mute, volume_down, volume_up, media_next_track, media_prev_track, media_stop, media_play_pause, launch_mail, launch_media_select, launch_app1, launch_app2 ``` Example bindings: ``` #hk_act_songpausetoggle = media_play_pause #hk_act_songnext = media_next_track ```