-
Notifications
You must be signed in to change notification settings - Fork 23
Conversation
There is no dependency on any proprietary codec and this was tested on Arch Linux. Also, I have lightened the icon a little bit. Please review. Thank you. |
If you tested it on archlinux with the AUR package there might be a dependency on proprietary codecs you are not aware of (arch enable them by default). A good way to check if proprietary codecs are needed is to run your plugin from the AppImage release. If it works then it means it does not require qtwebengine to be compiled with proprietary codecs support.
Thank you. This looks much better now. Maybe I am litlle nitpicky but I'd also remove the white border on the edge of the gray circle and put all waves in white (like they do during the loading of the website). |
The icon has been updated. |
Thank you.
Official AppImages are available from the release section: https://github.com/ColinDuquesnoy/MellowPlayer/releases Just download it, make it executable ( You can read more about what an AppImage is here: https://appimage.org/ |
@ZeroDot1 Testing with the AppImage is the only way I found to check if a service require proprietary codecs to work, because the AppImage is built with a version of QtWebEngine compiled without support for proprietary codecs. So, @shreyanshk please test your plugin with an AppImage, not the way described by @ZeroDot1 |
There seems to be some dependency on external library as the AppImage couldn't play any audio and became stuck at the buffering stage on Wynk but Youtube seems to be working just fine. |
https://justpaste.it/1bws4 is the list of packages installed on the computer (ouput of pacman -Qq). no debs were ever manually extracted on the root filesystem or any package management related task was done using pacman. Please help me identify the dependency. |
Thank you for testing the AppImage. So most likely Wynk relies on some proprietary codecs to decode html5 audio tags, those proprietary codecs are supplied by the ffmpeg package which is not used by the AppImage because the version of QtWebEngine statically links to a version of ffmpeg compiled without support for proprietary codecs (MP3, MPEG-4,...). So the |
Added supported_platforms field and kept require_proprietary_codecs key for backward compatibility purposes. |
I changed the supported-platform key to Linux only. Thank you for your contribution! |
@shreyanshk A user reported that the Wynn plugin is now broken. Could you have a look at https://gitlab.com/ColinDuquesnoy/MellowPlayer/issues/337 |
Proposed Changes
Add support for Wynk Music service