- Dec 11, 2023
-
-
Alaric Senat authored
Users actually expect the "New Media" notification to trigger at each media addition instead of just the internal ones. This was reported by the Android team as they are building a remote access service. Notifying external media creation this way allow them to update their UI without having to worry if the media is internal or external. It's simpler that way.
-
- Oct 27, 2023
-
-
Alaric Senat authored
Implements #476
-
Alaric Senat authored
-
Alaric Senat authored
This includes support of all parameters already supported by media listing queries.
-
Alaric Senat authored
This mainly allow listing the global history via the HistoryType::Global parameter. Listing audio or video history are specific calls now.
-
Alaric Senat authored
This is needed since we plan to allow listing both network and local history together.
-
Alaric Senat authored
-
- Oct 26, 2023
-
-
Alaric Senat authored
This prepare the next commits, all the query code is gathered in a single function now.
-
- Oct 23, 2023
-
-
- Oct 18, 2023
-
-
Alaric Senat authored
-
- Oct 13, 2023
-
-
Alaric Senat authored
VLC made mpga fourcc forwarding more precise. An MP3 file is now properly described as `mp3 `. Since this create a difference between vlc3 and vlc4 fourcc CODEC description, we had to hack the test for proper backward compatibility. Changes made by b10157962bc8f60059350663e90f6d69cb997512 upstream.
-
- Jun 13, 2023
-
-
-
The linux partition to device code was flawed in case of filesystems mapping a single partition directly at the root without naming it (eg. `/dev/sdc` being a main disk partition, not `/dev/sdc1`). Fixes #469
-
- May 23, 2023
-
-
Steve Lhomme authored
The API is always available in Win8+ even in UWP builds, unlike CreateFileW. The API is pretty much the same.
-
- Mar 13, 2023
-
-
Alaric Senat authored
This is temporary and should be reverted ASAP. There's currently an unknown libvlc issue with the win32/64 implementations of the thumbnailer. This issue is being investigated but shouldn't block all our pipelines. Failures under windows pipelines shouldn't be ignored and it is better not to disable the thumbnailer tests, so lets switch the failing jobs to warnings and check them manually when they fail...
-
This will disable the following feature: https://github.com/chouquette/meson/commit/788e8002993e0a14af8f6bd75aba3bfc9fed7d80
-
A newer libvlcpp is needed.
-
- Feb 20, 2023
-
-
Alaric Senat authored
-
Alaric Senat authored
There seems to be no justifications to provide a custom count query. Removing it simplifies a lot the code and allow for easier QueryParameters support.
-
Alaric Senat authored
-
Alaric Senat authored
-
- Feb 17, 2023
-
-
Alaric Senat authored
-
Alaric Senat authored
-
- Feb 16, 2023
-
-
Alaric Senat authored
To `favoriteOnly` to be more in line with the rest of the implementation which already used the `favorite` termination. No functional changes.
-
- Jan 13, 2023
-
-
Alaric Senat authored
-
Alaric Senat authored
-
Alaric Senat authored
-
Alaric Senat authored
-
Alaric Senat authored
-
Alaric Senat authored
-
Alaric Senat authored
-
Alaric Senat authored
-
Alaric Senat authored
-
Alaric Senat authored
Which allows more queryParameter support like `includeMissing` and `favoriteOnly` effortlessly.
-
Alaric Senat authored
-
Alaric Senat authored
To follow the usual space-before rules and support more QueryParameters conditions.
-
Alaric Senat authored
-
Alaric Senat authored
This remove the sorting and joining boiler plate code.
-
Alaric Senat authored
To allow selecting the default `SortingCriteria` which was annoying to do beforehand because of the `const` nature of the `QueryParameters`. This will be useful to set `Album` sorting as a default for `Artist` tracks listing.
-
Alaric Senat authored
This is extracted from the Album track listing method which was likely more used and correctly implemented. The new sorting technique just take into account album IDs and disc numbers.
-