vspader
|
7cbebef352
|
Fixed up metadata loading so metadata isn't always read when you play.
|
2009-03-05 20:46:42 -08:00 |
vspader
|
d6a0b0670e
|
Playback events for last.fm and growl are now done in the background via an operation queue. Removed hack to load metadata for autoplay. Now metadata is reloaded for each file you play.
|
2009-03-05 20:37:44 -08:00 |
vspader
|
bbd2c6c7f6
|
Always accept non-file URLs into the playlist.
|
2009-03-04 22:56:52 -08:00 |
vspader
|
6525d593f2
|
Fixed indentation.
|
2009-02-28 22:03:27 -08:00 |
vspader
|
03937f480b
|
Cleaned up modified add behavior.
|
2009-02-28 14:22:33 -08:00 |
vspader
|
3b9d20fdc5
|
Fixed sorting for non-0 padded files.
|
2009-02-28 09:41:37 -08:00 |
vasfed
|
e063790e93
|
Updated APL plugin to use new protocol
Added support for behavior modifiers on addition/opening of files
Added Command+Control as modifier for open/enqueue
|
2008-05-09 21:24:49 +00:00 |
vspader
|
23124f7792
|
Fixed bug when play on add is enabled and the playlist is empty.
|
2008-05-04 22:29:02 +00:00 |
vspader
|
10669a2db3
|
Added preference for begin playback on add and clear on add.
|
2008-05-03 16:01:27 +00:00 |
vspader
|
345e57698f
|
Cog now begins playback and clears the playlist when adding songs.
|
2008-05-03 15:15:45 +00:00 |
vspader
|
fe3fd5cb21
|
Added file tracking to file playlist entries using filerefs.
|
2008-03-13 01:43:33 +00:00 |
vspader
|
16ccf5622d
|
Fixed issues with big big playlists.
|
2008-03-04 00:35:20 +00:00 |
vspader
|
9af41d7542
|
A few taglib fixes. Reads id3v2 before ape for mp3 files. Added AutoReleasePool to backgrounded method.
|
2008-03-03 03:26:19 +00:00 |
vspader
|
cf46d16a56
|
Remove concurrency! Mwahaha! Also, moved updateTotalTime so it's done after all operations. Now it's actually usable while loading time.
|
2008-03-03 02:25:52 +00:00 |
vspader
|
276176a80c
|
Updated playlistLoader to be CONCURRENT! Mwahahaha!
total time is now automatically updated by observing PlaylistController.arrangedObjects.length
|
2008-03-03 02:09:56 +00:00 |
matthewleon
|
92be178bf2
|
Playlist entries are now processed on main thread.
|
2008-03-02 10:51:37 +00:00 |
matthewleon
|
d84a12d596
|
Hack to fix display of newly added songs (no idea why this is should be necessary, maybe something wrong with KVO).
|
2008-03-01 19:56:10 +00:00 |
matthewleon
|
8dee65b8b6
|
Small threading memory leak fix.
|
2008-03-01 18:38:47 +00:00 |
matthewleon
|
4168bb43eb
|
Redid threading for reading file info and metadata. Still a bit buggy.
|
2008-03-01 18:29:14 +00:00 |
matthewleon
|
666d803897
|
Code cleanup.
|
2008-03-01 15:04:46 +00:00 |
vspader
|
7109dec4ad
|
Some playlistentry cleanup.
|
2008-02-23 19:46:23 +00:00 |
areff
|
e3216e0ef1
|
Added Remove from Queue right click menu item, still lacks validation. Updated KnownIssues.
|
2008-02-22 15:26:46 +00:00 |
vspader
|
b15e4f626a
|
Moved most enumerators to fast enumeration.
|
2008-02-20 00:54:45 +00:00 |
vspader
|
eeba50f6e1
|
Cleaned up PlaylistEntry.
|
2008-02-20 00:44:40 +00:00 |
vspader
|
010f7de448
|
Added [audioPlayer volume].
Tweaked the volume control a little.
|
2008-02-13 01:50:39 +00:00 |
vspader
|
e2b40fe1a3
|
Added move operation to DNDArrayController. Streamlined undo.
|
2008-02-10 19:35:58 +00:00 |
areff
|
9b05ce02d2
|
Added undo functionality in playlist, undo works for removals, moves and adds.
|
2008-02-10 16:16:45 +00:00 |
vspader
|
e78a961fa3
|
Fixed playlist loading bugs.
|
2007-10-20 03:22:13 +00:00 |
vspader
|
d82fdcbf62
|
Bug fixes from 0.07 branch.
|
2007-10-19 02:23:10 +00:00 |
vspader
|
7582bbef02
|
Updated file drawer so it expands containers.
|
2007-10-16 01:22:57 +00:00 |
vspader
|
bc212f3e96
|
Fixed bugs dealing with multi-track files and playlist saving/loading.
Fixed problem where cue sheets would play static.
|
2007-10-15 22:19:14 +00:00 |
vspader
|
7494f04511
|
Added fix where containers were not checked for uniqueness.
|
2007-10-14 20:36:10 +00:00 |
vspader
|
f1b9141f4b
|
Added mime type support.
|
2007-10-14 18:12:15 +00:00 |
vspader
|
6f6b01b15c
|
Fixed bug where playlist saved as kss files.
Fixed bug where multi-track files were consolidated into a single entry on saving/loading a playlist.
|
2007-10-13 04:53:48 +00:00 |
vspader
|
88aecc7de2
|
Added AudioContainer plugin and made pls and m3u loaders that use it.
|
2007-10-09 01:20:46 +00:00 |
vspader
|
daba91b462
|
Removed debugging messages.
|
2007-07-11 01:20:32 +00:00 |
vspader
|
1b1b353204
|
Fixed up playlist-as-file loading.
|
2007-05-28 14:58:08 +00:00 |
vspader
|
5b5ce493e3
|
PlaylistLoader now handles playlist files like directories, and simply expands them. Makes sure only unique URL's are added!
|
2007-05-27 16:14:29 +00:00 |
vspader
|
c28e8d058d
|
Fixed up menu items.
Added OpenURL panel.
|
2007-05-26 14:43:31 +00:00 |
vspader
|
cf39353358
|
Fix for windows backslashes in relative paths in playlists.
|
2007-05-24 03:49:43 +00:00 |
vspader
|
79934e0607
|
Fix for some playback issues (low frequency files).
|
2007-05-16 01:06:23 +00:00 |
vspader
|
0b54a1a6a5
|
Fix for windows newlines.
|
2007-03-21 01:36:31 +00:00 |
vspader
|
4ed575f475
|
Moved PlaylistEntry number variables over to NSNumber. Removed displayIndex and lengthString, using formatters instead. Fix bug with autosaving playlist.
|
2007-03-14 02:28:30 +00:00 |
vspader
|
15f1aa2ebd
|
Cleaned up code. Added PlaylistLoader class properly, with support for m3u and pls formats. Changed default playlist to m3u. Added bugs GALORE!
|
2007-03-09 01:16:06 +00:00 |
vspader
|
94201b5a4f
|
added basic scanner for loading pls files.
|
2007-03-07 01:45:45 +00:00 |
vspader
|
043c150abd
|
Added playlistloader class.
|
2007-03-07 01:26:50 +00:00 |