icons | ||
.gitignore | ||
CMakeLists.txt | ||
FlacPic.h | ||
ID3v2Pic.h | ||
main.cpp | ||
mainwindow.cpp | ||
mainwindow.h | ||
mainwindow.ui | ||
pineapple-music.desktop | ||
playlistmodel.cpp | ||
playlistmodel.h | ||
README.md | ||
resources.qrc | ||
seekableslider.cpp | ||
seekableslider.h | ||
singleapplicationmanager.cpp | ||
singleapplicationmanager.h |
This is a not ready to use, toy project
Note
The Qt Multimedia APIs build upon the multimedia framework of the underlying platform. This can mean that support for various codecs or containers can vary between machines, depending on what the end user has installed.
Current implementation use all stuff from Qt which include the multimedia playback support, which means user may need to install codecs by themself. There is a link provided by QtWiki about Qt 5.13 Multimedia Backends, and here is a chart about some other things which might be helpful.
Platform | Built-in support | Probably useful 3rd-party codecs |
---|---|---|
Windows | Supported Formats In DirectsShow | Xiph.org: Directshow Filters for Ogg Vorbis, Speex, Theora, FLAC, and WebM |
macOS | Media formats supported by QuickTime Player | Sorry, I don't know... |
Unix/Linux | depends on GStreamer plugins which user installed | GStreamer Plug-ins: gst-plugins-base, gst-plugins-good, gst-plugins-ugly, gst-plugins-bad |
About License
Since this is a toy repo, I don't spend much time about the license stuff. Currently this project use some assets and code from ShadowPlayer, which have a very interesting license -- do whatever you want but cannot be used as homework -- obviously it's not a so called free license. I may do some license housecleaning works by replaceing the assets and code implementation when the code become reasonable, and the final codebase may probably released under MIT license.
Anyway here is a list of file which is in non-free state (with license: do whatever you want but cannot be used as homework):
- All png images inside
icons
folder. - FlacPic.h
- ID3v2Pic.h
- seekableslider.{h,cpp}
Also there are some source code which I copy-paste from Qt codebase, which released under BSD-3-Clause license by the Qt Company:
- playlistmodel.{h,cpp}