Andrzej Rybczak
6f8d12da8c
If both strings are numbers, compare them as such
2 years ago
Jinwoo Park
f47cf7f37c
Configurable Column Widths ( #360 )
...
* add configurable column widths
* reorder to match config file
* fix possibly misleading documentation
* fix crash when integer out of bounds
* parse config string during initial processing
* use std::bind with length of list
* fix division by zero error
* use list_of
* change escaped_list_separator variable names
5 years ago
Andrzej Rybczak
948d168790
Handle listallinfo failures more gracefully
5 years ago
Andrzej Rybczak
48f64f1aa0
Fix locating songs from Spotify in the Media Library
5 years ago
Andrzej Rybczak
b68354a223
Update header information and my email
5 years ago
Andrzej Rybczak
2c91694dc4
Fix locating a song in album only view and make it play nice with dates
5 years ago
Lucas Zacharewicz
750e7ff59d
Added option to hide album dates ( #417 )
...
* Added option to hide album dates
* Fixed formating typo
5 years ago
Andrzej Rybczak
464fd318c3
Media library: remove argument to SortSongs contructor to simplify sorting
9 years ago
Andrzej Rybczak
4a6e7d305b
Default to sorting songs in media library by their display format instead of name
9 years ago
Andrzej Rybczak
def5c46225
Media library: sort songs by name if there are no track numbers
9 years ago
Polochon-street
29a90de777
Added a fully working 'Album-only' view
9 years ago
Andrzej Rybczak
19d32648ed
Replace highlight colors with prefixes and suffixes
9 years ago
Andrzej Rybczak
66912d73da
Add support for ignoring diacritics while searching and filtering lists
9 years ago
Andrzej Rybczak
29403d41ab
Include format_impl.h where functions from format.h are used
9 years ago
Andrzej Rybczak
6f1e2d7516
Add option 'media_library_albums_split_by_date'
9 years ago
Andrzej Rybczak
554895f0f1
Media library: add songs to playlist in the same order they are displayed in
9 years ago
Andrzej Rybczak
86ec51624e
Update AUTHORS and copyright line
9 years ago
Andrzej Rybczak
86d24b26a8
Ignore fetch delay while locating song in media library
9 years ago
Andrzej Rybczak
7d502e42ba
Check if songs are in playlist when displaying them, not up-front
9 years ago
Andrzej Rybczak
5445c41aaa
Move screens to subdirectory
9 years ago
Andrzej Rybczak
478f4454d8
Move ncurses related files to curses directory
9 years ago
Andrzej Rybczak
516ee31109
Update headers
9 years ago
Andrzej Rybczak
dbf5a1dbd8
Do not look at emptiness when changing windows
9 years ago
Andrzej Rybczak
9b6a080a29
Move filtering methods to separate interface
9 years ago
Andrzej Rybczak
de2513a36c
Implement filtering in media library
9 years ago
Andrzej Rybczak
60e66b47b6
searchable: retrieve currently applied search constraint
9 years ago
Andrzej Rybczak
d2db864293
media library: fix gathering of selected songs
10 years ago
Andrzej Rybczak
9e9e521580
remove enterPressed from remaining screens
11 years ago
Andrzej Rybczak
c6506d77fd
media library: fix infinite loop if listallinfo fails
11 years ago
Andrzej Rybczak
8f9a1a8fc0
media library: sort track numbers as integers, not strings
11 years ago
Andrzej Rybczak
7c15dd954e
stop using literal 500 as a window timeout
11 years ago
Andrzej Rybczak
2caf08aaa7
split PressSpace action into modular pieces
11 years ago
Andrzej Rybczak
a8e2ec5ed0
replace ProxySongList with NC::List and SongList
11 years ago
Andrzej Rybczak
a7dab01eff
replace boost::bind with std::bind
11 years ago
Andrzej Rybczak
38b1064f1f
actions: move item selection to its own action and bind it to insert
11 years ago
Andrzej Rybczak
dafcadefaf
add support for unicode aware regular expressions if available
11 years ago
Andrzej Rybczak
a26aa6c295
media library: locate song: clean up
11 years ago
Andrzej Rybczak
b8645d7647
media library: remove redundant FIXME
11 years ago
Trygve Aaberge
bfbafc3312
media library: add support for locating unknown tags/albums
11 years ago
Andrzej Rybczak
30df221cb4
menu: split into two headers
11 years ago
Andrzej Rybczak
0c58af8c53
window: support new colors also as borders
11 years ago
Andrzej Rybczak
25ac152b0d
remove silly comment after namespaces
12 years ago
Andrzej Rybczak
8d24c42261
format: implement generic format parser and printer
12 years ago
Andrzej Rybczak
6a5f46a458
actions: make find forward/backward incremental
12 years ago
Andrzej Rybczak
08d17f9d0e
media library: fix adding songs with fetch delay enabled
12 years ago
Andrzej Rybczak
309a4989c9
remove filtering
12 years ago
Andrzej Rybczak
efdac2058e
menu: make current() return an iterator
12 years ago
Andrzej Rybczak
12772c47f9
menu: remove search related methods
12 years ago
Andrzej Rybczak
7bfa120f37
mpd: get rid of *List typedefs
12 years ago
Andrzej Rybczak
202a21c4b3
mpd: replace all consumers with iterators
12 years ago