forked from jonsafari/mocp
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy path00-notes
More file actions
28 lines (21 loc) · 991 Bytes
/
Copy path00-notes
File metadata and controls
28 lines (21 loc) · 991 Bytes
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
== for the future:
- search is just a filter for the current dir atm ->
- search: recurse from current dir
- search: recurse from MusicDir
- maybe:
- find ls(1) equiv in src -> read_directory()
- a) make that recursive -> already exists
- b) make that optionally rooted from MusicDir
- and filtering will 'just work'?
- there already is a read_directory_recurr() used with playlists
- implement a) and b) as 'special playlists'?
- delete function with confirmation prompt
- can't get it to work with confirmation prompt because that prompt seems to be asynchronous
- workaround to bind "rm -i" to F4
- might use whatever exec_command uses to do it to bind it to d key if not on playlist
- cache seems buggy -> rewrite (with sqlite probably)
== patches:
mostly pulled from debian/ubuntu
== to compile (if you're me):
sudo apt build-dep moc
./configure -C --without-oss --without-sndio --without-jack --without-curl --disable-cache --without-rcc