diff options
-rw-r--r-- | README | 11 | ||||
-rw-r--r-- | pianobar.cfg.example | 5 | ||||
-rw-r--r-- | pianobar.exe | bin | 0 -> 478208 bytes |
3 files changed, 16 insertions, 0 deletions
@@ -0,0 +1,11 @@ +pianobar for Windows - binaries
+========
+
+pianobar is a console client for the personalized web radio pandora
+(http://www.pandora.com). Source code of the original project can be found at
+at http://github.com/PromyLOPh/pianobar/ or http://6xq.net/projects/pianobar/
+
+This project contains binaries for Windows build using Microsoft
+Visual Studio 2008.
+
+axTLD, libao, libmad and pthreads-win32 were used to prepare this distributtion.
diff --git a/pianobar.cfg.example b/pianobar.cfg.example new file mode 100644 index 0000000..98f843b --- /dev/null +++ b/pianobar.cfg.example @@ -0,0 +1,5 @@ +control_proxy = http://<proxy_user>:<proxy_pass>@<proxy_address>:<proxy_port> +user = <pandora_user> +password = <pandora_password> +width = 220 +height = 60 diff --git a/pianobar.exe b/pianobar.exe Binary files differnew file mode 100644 index 0000000..cc59736 --- /dev/null +++ b/pianobar.exe |