From 5d602bdafe7eb3c56c6e16b5c3aa64225d42df45 Mon Sep 17 00:00:00 2001 From: Michał Cichoń Date: Thu, 10 Dec 2015 15:18:10 +0100 Subject: Update and rename README to README.mk --- README | 32 -------------------------------- README.mk | 34 ++++++++++++++++++++++++++++++++++ 2 files changed, 34 insertions(+), 32 deletions(-) delete mode 100644 README create mode 100644 README.mk diff --git a/README b/README deleted file mode 100644 index 550678c..0000000 --- a/README +++ /dev/null @@ -1,32 +0,0 @@ -pianobar for Windows - portable 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. - -Source code of this binary can be found at: -https://github.com/thedmd/pianobar-windows-build - - -CONFIGURATION - -Pianobar use configuration file. Under Windows this file is named pianobar.cfg -and should be placed next to pianobar.exe. -On reporitory there is an example configuration file, you may copy or rename it. -Then edit it and fill marked fields relevant to you and remove remaining. - -Note that non-US users have to have configuration file with control proxy -details set. - - -GLOBALPANDORA.COM - -If you're behind proxy please look into pianobar.cfg.example and copy necessary -settings to your own configuration file. This are necessary, because -globalpandora.com does not support server used in by pianobar. diff --git a/README.mk b/README.mk new file mode 100644 index 0000000..ef322b5 --- /dev/null +++ b/README.mk @@ -0,0 +1,34 @@ +pianobar for Windows - portable binaries +======== + +![pianobar](https://github.com/thedmd/pianobar-windows-binaries/blob/master/screenshots/pianobar.png) + +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. + +Source code of this binary can be found at: +https://github.com/thedmd/pianobar-windows-build + + +CONFIGURATION + +Pianobar use configuration file. Under Windows this file is named pianobar.cfg +and should be placed next to pianobar.exe. +On reporitory there is an example configuration file, you may copy or rename it. +Then edit it and fill marked fields relevant to you and remove remaining. + +Note that non-US users have to have configuration file with control proxy +details set. + + +GLOBALPANDORA.COM + +If you're behind proxy please look into pianobar.cfg.example and copy necessary +settings to your own configuration file. This are necessary, because +globalpandora.com does not support server used in by pianobar. -- cgit v1.2.3