Cog/Playlist
Christopher Snowhill 80e909fbbe Bug Fix: Adding tracks to playlist while in search
When adding tracks to the playlist, clear the search filter first, so
the playlist doesn't become all jumbled, or so we don't overflow the
playlist indexes.

Also add some bug fixes for reversing the arranged to disarranged index
lists, so if an arranged index is past the end of the arranged list, as
is the case for appending, we shift the indexes forward past the end of
the diarranged object list.

Extra exception handling was added as well, so these things will only
cause a failure to add playlist items at worst, instead of crashing the
player entirely.

Signed-off-by: Christopher Snowhill <kode54@gmail.com>
2025-02-17 16:06:08 -08:00
..
DNDArrayController.h Reformat my own source code with clang-format 2022-02-06 21:49:27 -08:00
DNDArrayController.m Cog now requires macOS 10.13 as a minimum version 2022-06-22 22:54:32 -07:00
PlaylistController.h Update projects and source in prep for Xcode 15 2023-06-08 04:12:29 -07:00
PlaylistController.m Bug Fix: Adding tracks to playlist while in search 2025-02-17 16:06:08 -08:00
PlaylistEntry.h Tags: Expose Composer tag through interfaces 2023-09-02 21:00:20 -07:00
PlaylistEntry.m Tags: Expose Composer tag through interfaces 2023-09-02 21:00:20 -07:00
PlaylistHeaderView.h Reformat my own source code with clang-format 2022-02-06 21:49:27 -08:00
PlaylistHeaderView.m Reformat my own source code with clang-format 2022-02-06 21:49:27 -08:00
PlaylistLoader.h [Playlist Loader] Load files in the background 2022-07-06 14:28:34 -07:00
PlaylistLoader.m Significantly improve memory usage of loading tags 2023-10-03 04:55:09 -07:00
PlaylistView.h Playlist View: Save column settings differently 2025-01-26 00:52:58 -08:00
PlaylistView.m Bug Fix: Rework playlist setup again 2025-02-15 20:23:29 -08:00
Shuffle.h Reformat my own source code with clang-format 2022-02-06 21:49:27 -08:00
Shuffle.m Reformat my own source code with clang-format 2022-02-06 21:49:27 -08:00
StatusImageTransformer.h Reformat my own source code with clang-format 2022-02-06 21:49:27 -08:00
StatusImageTransformer.m Replace playlist status icons with SF Symbols 2022-02-10 01:51:40 -08:00
ToggleQueueTitleTransformer.h Reformat my own source code with clang-format 2022-02-06 21:49:27 -08:00
ToggleQueueTitleTransformer.m Reformat my own source code with clang-format 2022-02-06 21:49:27 -08:00
XmlContainer.h Modernize several classes. 2021-01-31 02:14:08 +03:00
XmlContainer.m [Sandbox] Add Sandbox grants to places missing it 2022-07-25 19:35:32 -07:00