1f33c810b3
Split up API headers into smaller, categorized files.
...
Also updated copyright and prefixed the render-related function with "opengl".
2023-01-18 12:57:57 +01:00
f2615a1745
Change projectm_playlist_items() method to return a given range of items.
2023-01-07 18:37:23 +01:00
4d54a511d1
Add projectm_playlist_get_shuffle() method to playlist API
2023-01-07 18:37:22 +01:00
42387a671b
Add preset switched event formerly defined in projectM.h to playlist API
2022-12-04 21:54:29 +01:00
9ea98bf01e
Add glob pattern filtering to playlist library.
...
Syntax is very similar to .gitignore glob syntax, with a few exceptions to simplify use.
2022-12-04 20:54:15 +01:00
a1ffd93e31
Add next/previous/last functions and playback history recording.
2022-11-26 23:47:04 +01:00
03f81ff36f
Added more missing functions and tests to the playlist implementation.
2022-11-26 22:17:29 +01:00
7dcbe75db3
Added playback control methods and preset switching support.
2022-11-21 19:56:30 +01:00
7363afecc2
Add path scanning and sorting to the playlist implementation.
...
Path scanning is using C++17's std::filesystem if available, but uses boost::filesystem as fallback. Using boost can be forced using the ENABLE_BOOST_FILESYSTEM CMake option.
2022-11-21 19:54:57 +01:00
4dfae6bf22
Add test project for playlist library, implemented tests for existing code and fixed a few issues found by testing.
2022-11-21 19:54:57 +01:00
d26ae0a935
Implementation of the first batch of playlist management functions.
2022-11-21 19:54:57 +01:00
d9ea368a0c
Add playlist library and first set of API functions.
2022-11-21 19:54:57 +01:00