1
1
mirror of https://github.com/danbee/persephone synced 2025-03-04 08:39:11 +00:00
persephone/Persephone
Dan Barber 2d6aa478a7
Add a button to albums that plays the album
This works by clearing the queue, adding all the tracks from the album
to the queue and playing the first track.

Fix bug where resize might leave a play button visible

Had to refactor the QueueView somewhat as there was a bug that only
surfaced on clearing and refilling the playlist. The bug was due to the
way NSOutlineView reuses subviews.

Add screenshot with album play button

Move queue datasource and refactor view controller

Move album datasource out of the view controller
2019-02-22 13:09:09 -05:00
..
Assets.xcassets Add a button to albums that plays the album 2019-02-22 13:09:09 -05:00
Base.lproj Rename QueueController to better reflect its job 2019-02-08 13:49:56 -05:00
Controllers Add a button to albums that plays the album 2019-02-22 13:09:09 -05:00
DataSources Add a button to albums that plays the album 2019-02-22 13:09:09 -05:00
Extensions Spacebar triggers play/pause 2019-02-22 11:58:56 -05:00
include You can press a button and a thing happens! 2019-02-07 21:28:50 -05:00
Layouts Move album layout to it's own Layout file 2019-02-20 08:26:25 -05:00
Models Add a button to albums that plays the album 2019-02-22 13:09:09 -05:00
MPDClient Add a button to albums that plays the album 2019-02-22 13:09:09 -05:00
Resources Add a button to albums that plays the album 2019-02-22 13:09:09 -05:00
Views Add a button to albums that plays the album 2019-02-22 13:09:09 -05:00
AppDelegate.swift Add preference window with host and port 2019-02-21 08:16:41 -05:00
Info.plist Big re-org 2019-02-08 13:49:55 -05:00
Persephone.entitlements You can press a button and a thing happens! 2019-02-07 21:28:50 -05:00