- Nov 16, 2022
-
-
Alaric Senat authored
-
Alaric Senat authored
A handy helper to queue a refresh Task on all tracked subscriptions. Implements #453 (cherry picked from commit f53aa185)
-
Alaric Senat authored
A handy helper that will start a refresh Task on each of its bound subscriptions. Refs #453 (cherry picked from commit c2fb1cd3)
-
Alaric Senat authored
(cherry picked from commit 7b704bd9)
-
Alaric Senat authored
Introduce `PlaylistType::Audio` and `PlaylistType::Video` that are less restrictive than their `Audio/VideoOnly` counterparts: - `PlaylistType::Audio`: Returns all playlists containing at least one audio track. - `PlaylistType::Video`: Returns all playlists containing at least one video or unknown track. Implements #450 (cherry picked from commit ccc843aa)
-
Alaric Senat authored
Fix #452 (cherry picked from commit 87080f91)
-
Alaric Senat authored
To consistently englobe the two `nbMedia` and `nbUnplayedMedia` accessors. (cherry picked from commit 34c164a6)
-
Alaric Senat authored
(cherry picked from commit ad72ba04)
-
Alaric Senat authored
This might be useful to build Services related timelines. Refs #454 (cherry picked from commit 727566fb)
-
Alaric Senat authored
(cherry picked from commit ab39e1ed)
-
Alaric Senat authored
Refs #454 (cherry picked from commit 03baf68c)
-
Alaric Senat authored
To consistently englobe the two `nbMedia` and `nbUnplayedMedia` accessors. (cherry picked from commit 73c679c8)
-
Alaric Senat authored
For consistency with the last `nb_media` counter. (cherry picked from commit 699369eb)
-
Alaric Senat authored
(cherry picked from commit ae4b2f53)
-
Alaric Senat authored
Refs #454 (cherry picked from commit 97b45502)
-
Alaric Senat authored
(cherry picked from commit f6180c19)
-
Alaric Senat authored
(cherry picked from commit 9dc2deb3)
-
Alaric Senat authored
(cherry picked from commit 623b4f9c)
-
Alaric Senat authored
(cherry picked from commit 8dedde52)
-
Alaric Senat authored
(cherry picked from commit 1c4ade38)
-
Alaric Senat authored
(cherry picked from commit 7f169c07)
-
- Oct 20, 2022
-
-
Alaric Senat authored
-
- Oct 14, 2022
-
-
-
To allow this kind of filtering in other functions.
-
-
The listing API call already allows to list via `PlaylistType`. This adds the possibility to search the same way. Fixes #449
-
To allow this kind of filtering in other functions.
-
- Oct 13, 2022
-
-
The value of the cache settings, ie subscriptionMaxCachedMedia, subscriptionMaxCacheSize, and maxCacheSize are not accessible from outside the library, and hence not displayable on the app side. These getters will allow the app users to see the value before changing it.
-
Usefull for instanciating Subscriptions in a JNI context for the VLC Android app.
-
- Oct 12, 2022
-
-
-
To match the new sorting behavior.
-
Allow all the kinds of sorts already supported by usual media requests. Let's keep the default value as sorting by position in playlist so the implementation is trivial and the default behavior is unchanged. Implements #448
-
No functionnal changes.
-
To allow usage of the Media.cpp sort helpers.
-
- Oct 11, 2022
-
-
Subscriptions no containing valid medias won't trigger any cache update events and thats expected by the API. The cache update is then checked after that the cache worker reach an idle state and an error message is written accordingly.
-
-
-
- Aug 12, 2022
-
-
Hugo Beauzée-Luyssen authored
Since the instance isn't held by the media, the code assumes the instance will outlive the preparse request, which was not guaranteed by the code since another thread could have concurrently replaced the instance
-
- Aug 09, 2022
-
-
Hugo Beauzée-Luyssen authored
-
Hugo Beauzée-Luyssen authored
-