forked from thedmd/pianobar-windows
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathREADME
37 lines (25 loc) · 1.24 KB
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
pianobar-windows
========
pianobar-windows is a native port of console based client for the personalized
web radio pandora (http://www.pandora.com). original project resides at
http://github.com/PromyLOPh/pianobar/
You can get a feel for Pianobar's features by consulting its manpage
(eg http://manpages.ubuntu.com/manpages/maverick/man1/pianobar.1.html).
BINARIES
Portable Windows binaries are availabla at
https://github.com/thedmd/pianobar-windows-binaries
Please also see pianobar.cfg.example at binary repository for information
how to setup proxy or login/password.
BUILDING
In order to build pianobar-windows project pianobar-windows-build was created
(https://github.com/thedmd/pianobar-windows-build), which is complete build
environment with Microsoft Visual Studio 2008 solution and project files.
CHANGES
- codebase was brought back into pre-C99 in order to comply with Microsoft
compiler
- GnuTLS was replaced by much lighter PolarSSL (http://polarssl.org/)
- libwaitress was adjusted to work also with Windows Sockets
- terminal related code was opt-out and replaced by equivalent using
Windows console
- configuration file reside next to executable and it's named pianobar.cfg
- external commands are not supported right now