Andrzej Rybczak
|
db28618929
|
Fix intermittent failures when using --quiet
|
9 years ago |
Wieland Hoffmann
|
e107edd4cd
|
bindings: Support a bindings file in $XDG_CONFIG_HOME/ncmpcpp
Fixes https://github.com/arybczak/ncmpcpp/issues/91
This also rewrites the intro in doc/bindings to be more like doc/config.
|
9 years ago |
Andrzej Rybczak
|
29403d41ab
|
Include format_impl.h where functions from format.h are used
|
9 years ago |
Adon Shapiro
|
7ba2c3534c
|
Add '--quiet' comand line option to suppress some output
|
9 years ago |
Andrzej Rybczak
|
86ec51624e
|
Update AUTHORS and copyright line
|
9 years ago |
Andrzej Rybczak
|
9227eb8f80
|
Give arguments to command line options appropriate names
|
9 years ago |
Andrzej Rybczak
|
22681df199
|
Add support for fetching lyrics from jah-lyrics.com and plyrics.com
|
9 years ago |
Andrzej Rybczak
|
8b014bd970
|
Add test for checking whether lyrics fetchers work
|
9 years ago |
Andrzej Rybczak
|
5c62072713
|
Require ncursesw
|
9 years ago |
Andrzej Rybczak
|
5e2626ca0c
|
Make libcurl a hard dependency
|
9 years ago |
Andrzej Rybczak
|
e3bb8aaad5
|
configuration: trim MPD_PORT value before passing it to lexical_cast
|
9 years ago |
Andrzej Rybczak
|
8dde3944ee
|
configuration: show meaningful error message if MPD_PORT is not a number
|
9 years ago |
Andrzej Rybczak
|
516ee31109
|
Update headers
|
9 years ago |
sphaugh
|
92b90b754d
|
configuration: do not continue after handling --current-song
|
10 years ago |
Andrzej Rybczak
|
9f9fcecd61
|
configuration: synchronize with man page
|
11 years ago |
Andrzej Rybczak
|
72cfd27c30
|
configuration: bring back --now-playing (under a different name)
|
11 years ago |
Andrzej Rybczak
|
a94e620f29
|
configuration: make ignore-config-errors take no arguments
|
11 years ago |
Andrzej Rybczak
|
a40508179a
|
configuration: add 'ignore-config-errors' switch
|
11 years ago |
Benoit Pierre
|
27cd86e063
|
configuration: fix XDG_CONFIG_HOME handling
|
11 years ago |
Andrzej Rybczak
|
1a1105793d
|
remove support for PDCurses
|
11 years ago |
Andrzej Rybczak
|
38d9f811de
|
configuration: support multiple configuration files
|
11 years ago |
brezerk
|
cc747c0f99
|
settings: add startup_slave_screen option
|
12 years ago |
Andrzej Rybczak
|
73773cda98
|
configuration: load bindings from the main directory if not specified otherwise
|
12 years ago |
Andrzej Rybczak
|
4b933b29e1
|
settings: configuration file processing rewrite
|
12 years ago |
Andrzej Rybczak
|
8a1e4a48dd
|
cmdargs: use boost::program_options
|
12 years ago |
Andrzej Rybczak
|
7fdace835b
|
uniformize ways to convert strings into screen type
|
12 years ago |
Andrzej Rybczak
|
e7c2e7790f
|
remove remnants of --now-playing command option
|
12 years ago |
Andrzej Rybczak
|
85a2802361
|
update copyright message
|
12 years ago |
Andrzej Rybczak
|
425836630e
|
ncmpcpp: fix custom startup screen
|
13 years ago |
Andrzej Rybczak
|
1d4e006986
|
update copyright info
|
13 years ago |
Andrzej Rybczak
|
6a3eb73a49
|
rewrite communication system with mpd
|
13 years ago |
Andrzej Rybczak
|
8db773cfec
|
replace a few string algorithms with boost utilities
|
14 years ago |
Andrzej Rybczak
|
3bd02f6abf
|
actions: use namespace
|
14 years ago |
Andrzej Rybczak
|
6709219aac
|
actions: change naming convention to camelCase
|
14 years ago |
Andrzej Rybczak
|
e40edade0e
|
use boost.locale for charset conversions instead of iconv
|
14 years ago |
Andrzej Rybczak
|
d55070754d
|
settings: support customizable tags separator
|
14 years ago |
Andrzej Rybczak
|
a9bee35cca
|
charset: put functions into namespace and change naming convention
|
14 years ago |
Andrzej Rybczak
|
869d772b85
|
cmdargs: remove command line functionality available in mpc
|
14 years ago |
Andrzej Rybczak
|
189010fecc
|
move ParseArgv to separate file
|
14 years ago |
Andrzej Rybczak
|
84326efc46
|
move wstring related functions to wide_char file
|
14 years ago |
Andrzej Rybczak
|
d5e2d315fd
|
use wstrings uncoditionally where needed
|
14 years ago |
Andrzej Rybczak
|
6d87ebbc43
|
generalize UpdateSongsList (-> markSongsInPlaylist)
|
14 years ago |
Andrzej Rybczak
|
eb40b7ef91
|
helpers: fix UpdateSongList
|
14 years ago |
Andrzej Rybczak
|
af2cdca3d0
|
change naming conventions in NC namespace
|
14 years ago |
Andrzej Rybczak
|
d47cad1d50
|
get rid of 'using namespace NCurses' directive
|
14 years ago |
Andrzej Rybczak
|
6f59a175ec
|
implement HasSongs interface
|
14 years ago |
Andrzej Rybczak
|
d8b2d20bdb
|
menu: move a few methods to Item class
|
14 years ago |
Andrzej Rybczak
|
7297b8a9ad
|
use std::bind instead of passing void pointers around
|
14 years ago |
Andrzej Rybczak
|
798c9b3121
|
menu: some member name changing
|
14 years ago |
Andrzej Rybczak
|
b06e620913
|
more cleanup and grouping functions logically together
|
14 years ago |