202a4f0ae3
Drag and drop moves tracks in queue
...
For some reason we're not seeing the insert indicator, and I can't
figure out why.
2019-06-15 13:17:09 -04:00
5b39158492
Actually clear the queue
2019-06-09 18:10:25 -04:00
fc0ee885cb
Context menu to remove tracks from queue
2019-06-08 16:55:03 -04:00
b241c3e5dd
Double click on a track to play it
2019-06-04 22:32:11 -04:00
ba75dee158
WIP: Add album detail view
...
TODO: Fix crash!
Unexpected outstanding background CATransaction
2019-05-19 13:09:37 -04:00
27c0e32e48
WIP: Refactor album art service
...
We need to make it more flexible and less coupled
2019-03-25 22:23:07 -04:00
11be238788
Address PR feedback
...
* Use the OperationQueue's `operationCount` function instead of keeping
count ourselves. This is reliable now each command is entirely self
contained.
* Rename `queueCommand` to `enqueueCommand`
* Move the command Enum into its own model file
* Move the `enqueueCommand` function into MPDClient+Command
2019-03-20 20:06:24 -04:00
487e0cc2c2
Fix a few things that got forgotten during the refactor
2019-03-20 20:06:23 -04:00
fe748e2c61
WIP: Refactor MPDClient
...
This should make handling the queuing side work more reliably.
2019-03-20 20:06:23 -04:00