- Dec 12, 2022
-
-
Fixes #2797
-
Nicolas Pomepuy authored
Fixes #2776 (cherry picked from commit b38f5eea)
-
Nicolas Pomepuy authored
Fixes #2782 (cherry picked from commit 0b786cd4)
-
- Nov 22, 2022
-
-
The model was never used and prevented the playback of items when it was null Fixes #2770
-
-
Duncan McNamara authored
When instanciating a media session, the wrong pending intent was created to restart the playback service from media buttons after it's detruction.
-
- Nov 03, 2022
- Oct 26, 2022
-
-
Nicolas Pomepuy authored
(cherry picked from commit 4b7262e7)
-
- Oct 20, 2022
-
-
Nicolas Pomepuy authored
(cherry picked from commit 247b0700)
-
- Oct 19, 2022
-
-
Nicolas Pomepuy authored
(cherry picked from commit 554d7772)
-
Nicolas Pomepuy authored
Fixes #2725 (cherry picked from commit 0cbe78a4)
-
Nicolas Pomepuy authored
Fixes #2721 (cherry picked from commit 1a9ba63d)
-
- Oct 18, 2022
-
-
On some low performance devices, when leaving the app, the paused service will be killed, and respawned when the app is restarted. As the medialist was saved but not the index, resuming would go to the 1st media in the saved medialist. This saves the media index also. Fixes #2705 (cherry picked from commit 72ed2534)
-
As for most users 720p, 1080p, and 1440p is easier to understand for most users than the official nomenclature HD, FHD, and qHD. This reverts back to it. (cherry picked from commit 762a17f7)
-
- Oct 12, 2022
-
-
- Oct 05, 2022
-
-
Nicolas Pomepuy authored
(cherry picked from commit e15ab3fd)
-
Nicolas Pomepuy authored
(cherry picked from commit d616e19f)
-
The list of banned folders returned by the medialibrary returns an encoded path, including spaces which aren't encoded by VLCUtil.encodeVLCString. To properly compare strings in the ban unban callback, it is necessary to manually encode the space. (cherry picked from commit 9e6675b0)
-
- Oct 03, 2022
-
-
Fixes #2699
-
Fixes #2703
-
Nicolas Pomepuy authored
Fixes #2686 (cherry picked from commit ba8b6cc6)
-
- Sep 30, 2022
-
-
-
-
-
-
-
Fixes #2675
-
Fixes #2696
-
-
- Sep 28, 2022
-
-
Nicolas Pomepuy authored
(cherry picked from commit 07afbcca)
-
If storage access isn't granted, the medialibrary init will not add the internal storage as a medialibrary device. After this, it is only possible to add external devices. So later discovery of internal storage will fail, not being registered in the medialibrary database. To fix this, in the late device addition, a check for internal storage is added. Fixes #2689 (cherry picked from commit 2338bd92)
-
- Sep 26, 2022
-
-
(cherry picked from commit 7775dd49)
-
-
- Sep 22, 2022
-
-
Fixes #2690
-
Fixes #2691
-
It can be useful when trying to migrate settings used by the VLCInstance init to make sure the setting is migrated before
-
- Sep 21, 2022
-
-
Fixe's #2675
-
-
Fixes #2631
-