Chris Moeller
|
17272ce43c
|
Clean up lots of warnings and minor issues.
|
2016-06-29 22:10:29 -07:00 |
Chris Moeller
|
e531f288b2
|
Fix a race condition with opening files externally through file associations or the 'open' terminal command.
|
2016-05-07 22:41:28 -07:00 |
Chris Moeller
|
b50ed67591
|
Fixed Repeat None correctly this time
|
2015-02-10 21:42:36 -08:00 |
Chris Moeller
|
759aeab4fb
|
Implemented pause on startup
|
2013-10-12 19:16:47 -07:00 |
Chris Moeller
|
e5a648578b
|
mamburu: Logging improved, no more excessive logging in release builds
|
2013-10-11 05:03:55 -07:00 |
Chris Moeller
|
380993ff16
|
Move forced metadata lookup to PlaybackController so ReplayGain information will always be available when it's needed
|
2013-10-07 16:15:15 -07:00 |
Chris Moeller
|
7c5eaed629
|
Added now playing spam hotkey, currently format hard coded
|
2013-10-04 04:16:09 -07:00 |
Chris Moeller
|
ec0e45381e
|
Cleaned up most of the warnings, eliminated use of deprecated APIs, and fixed the hotkeys crashing.
|
2013-10-03 01:00:58 -07:00 |
Chris Moeller
|
4c0cf34250
|
More ReplayGain support, now with metadata handling, but only if the metadata is already loaded
|
2013-10-02 02:30:04 -07:00 |
vspader
|
4bd8f6142c
|
Moved growl/scrobbler notifications into PlaybackEventController.
|
2009-03-05 09:03:30 -08:00 |
vspader
|
1fcf3bb2ff
|
Fixed up fading logic.
|
2009-02-28 13:19:26 -08:00 |
vspader
|
fd4fa4c62d
|
Fixed playback buttons on mini mode. Play now turns to pause.
|
2009-02-28 13:13:06 -08:00 |
vspader
|
fda5d50712
|
If you change the playlist near the end of a song, it should now play the correct song.
|
2009-02-28 10:57:21 -08:00 |
vspader
|
c96c3448d8
|
Volume is now saved across launches.
|
2009-02-28 10:19:15 -08:00 |
vspader
|
faf0df17f2
|
Removed unused methods from playbackcontroller.
|
2009-02-22 14:29:11 -08:00 |
vspader
|
a1f6139ea4
|
Fixed up position slider and time display.
|
2009-02-22 14:28:09 -08:00 |
vspader
|
f24afa4c86
|
Fixed up timers so they are still in effect while in the tracking runloop mode.
|
2009-02-09 06:16:16 +00:00 |
vspader
|
c9e542f570
|
Added better tooltip feedback.
|
2009-02-09 05:53:38 +00:00 |
lmsilva
|
0df5123d05
|
fixed a bug introduced before, double clicking on a song in the tableview wouldnt work
|
2008-11-21 15:43:34 +00:00 |
lmsilva
|
dda74d0608
|
fixed seek slider from becoming active & disabling it when STOP occurs
|
2008-11-21 15:14:23 +00:00 |
vspader
|
db65925ff0
|
Fixed now playing in dock menu.
|
2008-03-13 01:21:54 +00:00 |
vspader
|
3cdca94207
|
Split status up into bunches of properties and made it a readonly property.
|
2008-03-01 03:29:21 +00:00 |
areff
|
d59e118e1d
|
Set default seek to 5, added menu separator to context menu, fixed silly wma crasher
|
2008-02-28 13:11:37 +00:00 |
areff
|
0aa5b56250
|
Fixed a bug in Stop after current that was causing some odd behaviour.
|
2008-02-26 11:59:47 +00:00 |
areff
|
89cd984b7d
|
Moved stopAfterCurrent check to requestNextStream, so it won't interfere other than when the player is reaching the end of a track by natural means. Added menu item validation.
|
2008-02-25 17:02:06 +00:00 |
areff
|
761f86cf9c
|
Added menu validation for fade entry
|
2008-02-23 22:55:21 +00:00 |
areff
|
d2e95a50f8
|
Completely redesigned all menus, fixed crashers due to new PlaylistEntry structure, validated menu items, added menu entry for fading, synthesized playbackStatus, updated KnownIssues
|
2008-02-23 22:20:14 +00:00 |
vspader
|
3ab720427e
|
Made stop update synchronous since there were issues when moving on to the next song.
|
2008-02-22 03:46:04 +00:00 |
vspader
|
c6dc1fd141
|
Fixed #70.
|
2008-02-22 03:09:03 +00:00 |
vspader
|
138c575dda
|
Clarified comparison.
|
2008-02-20 13:25:24 +00:00 |
vspader
|
4c8630e808
|
Cleaned up/fixed previous/next album.
|
2008-02-20 13:20:07 +00:00 |
vspader
|
eeba50f6e1
|
Cleaned up PlaylistEntry.
|
2008-02-20 00:44:40 +00:00 |
vspader
|
38e23ef442
|
Some more cleaning up.
|
2008-02-20 00:12:25 +00:00 |
vspader
|
76594c1062
|
Cleaned up repeat one/all code.
|
2008-02-19 23:49:51 +00:00 |
areff
|
f20b10fdd4
|
Most of the Repeat logic is in place (needs some brush up here and there). Still missing Repeat Album. Disabled some annoying debug output from MADDecoder. Updated KnownIssues.
|
2008-02-19 19:59:35 +00:00 |
areff
|
9a43ad56f8
|
Added Repeat One logic to playbackController's requestNextStream. This is the only point on playback where repeat one should do anything at all, IMO. Repeat All logic added at same place, but this is only a temporary solution, as it does not heed shuffle in any way and generally feels less than optimal. Updated KnownIssues to reflect these changes.
|
2008-02-19 07:49:06 +00:00 |
areff
|
1b83061c49
|
Moved volume controls into AudioPlayer, logarithmic helper functions now have their own file, fixed broken seekbar resize
|
2008-02-17 18:44:11 +00:00 |
areff
|
6a915b458b
|
Implemented fading up from pause, same key (shift-command-p) as fade down from play. Will clean code and move all audio components into the audioPlayer tomorrow, to fix the event* function names and consolidate all audio related methods.
|
2008-02-16 16:30:18 +00:00 |
areff
|
5228709d0f
|
Fixed fadeout code so it sounds a bit better (timer fires faster, steady drop in volume rather than incremental)
|
2008-02-16 15:28:39 +00:00 |
areff
|
b317d0ba01
|
Experimental font size increase and decrease added to Cmd-+ and Cmd--, fixed small bug in skipping to previous album, updated KnownIssues
|
2008-02-15 15:27:34 +00:00 |
matthewleon
|
387015db22
|
Eliminated annoying flicker in Spotlight interface. Made tiny tweaks to PlaybackController and PlaylistController header to eliminate compiler warnings.
|
2008-02-14 23:09:51 +00:00 |
areff
|
02836236db
|
Added skipping to next and previous album with Alt-Right and Alt-Left
|
2008-02-14 19:25:01 +00:00 |
areff
|
f64ebf597f
|
Added incremental seeking with remote, volumeUp/Down now take an amount argument, seekForward/Backward now take an amount argument, fixed incremental fadeout that will not register more than one timer, added status kCogStatusFading
|
2008-02-13 18:03:06 +00:00 |
vspader
|
010f7de448
|
Added [audioPlayer volume].
Tweaked the volume control a little.
|
2008-02-13 01:50:39 +00:00 |
areff
|
a39ce34ee9
|
Added fade to pause, key shift-cmd-p, changed volume controls around a bit, still needs fixing
|
2008-02-12 22:12:27 +00:00 |
areff
|
64f0a25a52
|
Added seeking menu entries, validation of Control menu entries, updated KnownIssues
|
2008-02-10 18:34:23 +00:00 |
vspader
|
be9387d30d
|
Added patch from Andre Reffhaug for ctrl+left/right seeking.
|
2008-02-07 23:57:21 +00:00 |
vspader
|
5715522470
|
Moved to frame-based reading/seeking instead of byte/second based. Some formats have still not been updated and are broken.
Added icons for other formats.
|
2007-11-24 20:16:27 +00:00 |
vspader
|
aa856de92b
|
Added toolbar UI.
|
2007-11-01 01:53:52 +00:00 |
vspader
|
0eb32ff9f6
|
Fixed problem with track changes.
|
2007-10-21 21:01:40 +00:00 |