Thibault Deckers

Results 437 comments of Thibault Deckers

> Unfortunately, not all media formats support tags natively. Due to lack of reliability for inclusion/exclusion, tags have for me lost much of their allure. I personally have resorted to...

Sometimes, whether a file can be tagged is not known in advance. For example MP4 are generally supported, but some MP4 have a special inner structure which is not supported...

```dart final platform = player.platform; if (platform is NativePlayer) { await platform.setProperty('ao', 'audiotrack'); } ``` Indeed, it improves the sound quality. What could be be downside of switching the audio...

> It is not an "audio device". I thought it was because it was listed when listening to the `audioDevices` player stream. In the audio device list, there are devices...

> If so, updating MPV might fix the crashes? The [PR](https://github.com/mpv-player/mpv/pull/15213) got merged into mpv on November 2024, but the current official release is [v0.39.0](https://github.com/mpv-player/mpv/releases/tag/v0.39.0) from September 2024. So it...

[mpv v0.40.0](https://github.com/mpv-player/mpv/releases/tag/v0.40.0) got released. @alexmercerind do you have plans to upgrade the mpv version used by media-kit?

Thanks for the invitation, but I won't be able to dedicate time to this project. If I get any work done with regards to upgrading mpv, I'll make a PR.