ocarina/include/core
Anna Schumaker 73825dd916 core/playlist: Add a function to look up playlists by id
This is much more straightforward than converting an id to a name and
then looking up playlists from there.  This patch removes the now-unused
playlist_get_name() function.

This patch also lets me simplify the system playlist unit test, since I
can now check several similar operations using a loop.  Additionally, I
change calls to pl_system_lookup() into pl_system_get() for efficiency.

Signed-off-by: Anna Schumaker <Anna@NoWheyCreamery.com>
2017-04-28 09:40:02 -04:00
..
playlists core/playlist: Add a function to look up playlists by id 2017-04-28 09:40:02 -04:00
tags core/tags/track: Add support for re-keying the track database 2016-09-26 15:41:56 -04:00
audio.h core/audio: Add support for changing audio volume 2016-09-26 08:07:35 -04:00
core.h core: Add a field to initdata for enabling async idle tasks 2017-04-14 13:58:05 -04:00
database.h core/database: Pass database index when allocating dbes 2017-04-28 09:40:02 -04:00
date.h core/date: Add functions for reading and writing date stamps 2016-09-26 08:07:35 -04:00
file.h core/file: File version is OCARINA_MINOR_VERSION 2016-09-26 08:07:35 -04:00
idle.h core/idle: Let tests run without the thread pool 2016-07-28 16:17:43 -04:00
playlist.h core/playlist: Add a function to look up playlists by id 2017-04-28 09:40:02 -04:00
print.h Remove Doxygen tags 2015-09-02 14:24:42 -04:00
queue.h core/queue: Remove Q_ADD_FRONT flag 2017-04-28 09:40:02 -04:00
settings.h core/settings: Move settings into core/ 2016-09-23 16:11:08 -04:00
string.h core/string: Remove unused string functions 2016-08-29 07:33:00 -04:00
version.h ocarina: Add OCARINA_{MAJOR, MINOR}_VERSION constants 2016-09-26 08:07:35 -04:00