1
0
Fork 0
mirror of https://github.com/HenkKalkwater/harbour-sailfin.git synced 2024-09-27 17:38:23 +00:00
A Jellyfin client for Sailfish OS (and in the future more platforms) https://chris.netsoj.nl/projects/harbour-sailfin
Find a file
Chris Josten 9e9d075cd4 Fix models acting weird when changing sort
Apparently the Jellyfin server may include different fields in the
resposne depending on which SortOrder you use. This causes the model to
generate new roleNames when changing its sortOrder, but the QML part
does not know of this happening and there's no way of notifying the QML
part as far as I'm aware of (if so, let me know). So whenever new
generateFields() is called, it shouldn't reset its roleNames map and
recreate it anew, rather, just append the new roleNames to the current
map. If a model in QML wants to use information used in fields which are
added by changing SortOrder, please add those fields explicitly in
Fields.
2020-09-27 17:05:49 +02:00
icons Implemented series and final for touches alpha release 2020-09-26 02:51:37 +02:00
qml Implemented collections + misc UI improvements 2020-09-27 16:54:45 +02:00
rpm Implemented series and final for touches alpha release 2020-09-26 02:51:37 +02:00
src Fix models acting weird when changing sort 2020-09-27 17:05:49 +02:00
translations Implemented collections + misc UI improvements 2020-09-27 16:54:45 +02:00
.gitignore Initial commit 2020-09-20 12:14:51 +02:00
.gitmodules Add license and readme 2020-09-26 03:01:46 +02:00
harbour-sailfin.desktop Implemented series and final for touches alpha release 2020-09-26 02:51:37 +02:00
harbour-sailfin.pro Implemented collections + misc UI improvements 2020-09-27 16:54:45 +02:00
icon.svg Added svg icon 2020-09-26 03:12:41 +02:00
LICENSE Add license and readme 2020-09-26 03:01:46 +02:00
README.md Added svg icon 2020-09-26 03:12:41 +02:00

Sailfin

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

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.