van-ess0 / qwnPlayer

5 stars 0 forks source link

qwnPlayer

This is early version of ownCloud music player wrote with Qt.

There is a way to achive Zen:

Tested on:
1) Win32 - everything is working
2) WinRT - playback isn't working - Qt bug (reported)
3) Android (4.)- everything is working
4) iOS (9.2)- everything is working
5) OS X (10.11.3)- everything is working
6) SailfishOS (ARM, 2.0.0.10) - everything is working after installation of unofficial qt5-qtquickcontrols package
possible porting to qt5-qtquickcontrols-nemo by Mer/Nemo project
7) Linux (Arch) - everything is working
8) Android (>= 5.
) - bug like on WinRT

Notes:
1) [Linux Users] Make sure, that you have qt5-graphicaleffects, qt5-qtquickcontrols

Known issues:
1) Poor blayback implementation with QMultimedia. There are a lot of bugs and restrictions,
particularly with playing password-protected url on new Android
2) QMultimedia use native playback backend - some formats on some platforms are unsupported
3) Metadata is not showing correctly

We have some bad thoughts about resolving some restrictions and bugs in QMultimedia by Qt team.
We wanna move the playback to libvlc from QMultimedia, i.e. using QtVLC.
So, we glad to see everyone of you, and we'll be pleasure, if you help us with qwnPlayer project!