A Jellyfin client for Sailfish OS (and in the future more platforms) https://chris.netsoj.nl/projects/harbour-sailfin
Go to file
Chris Josten 1453cbbc63 Add basic settings framework
This settingsframework uses mlite5 on SailfishOS and other platforms
with the mlite library present, because I believe DConf is neat. For
platforms that do not have DConf and mlite present, it falls back to a
quickly put together implementation that uses QSettings as a backend.

Implementing an settings item is simply done by subclassing the
Jellyfin::QObjectSettingsWrapper.
2021-09-02 15:34:32 +02:00
cmake Add basic settings framework 2021-09-02 15:34:32 +02:00
core Add basic settings framework 2021-09-02 15:34:32 +02:00
graphics Update readme with new graphics 2021-03-25 18:21:51 +01:00
qtquick Add MPRIS support 2021-08-31 01:29:51 +02:00
rpm Add basic settings framework 2021-09-02 15:34:32 +02:00
sailfish Add MPRIS support 2021-08-31 01:29:51 +02:00
.gitignore WIP: extract loading logic from model 2021-03-05 15:34:10 +01:00
.gitmodules Add license and readme 2020-09-26 03:01:46 +02:00
CMakeLists.txt Add basic settings framework 2021-09-02 15:34:32 +02:00
LICENSE Add license and readme 2020-09-26 03:01:46 +02:00
README.md Make image sizes relative 2021-03-25 18:30:57 +01:00

README.md

Sailfin

Sailfin is a Sailfish OS client for Jellyfin, a media server, written in C++ and qml.

Screenshots (running on Sailfish OS)

Screenshot showing the library root Screenshot showing TV show page Screenshot showing the video player

License

This application is licensed under the LGPLv2.1 license, although you may opt to choose a newer version of the LGPL if you want so.