diff --git a/README.md b/README.md index efaf7a4..27dff06 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,10 @@ # Sailfin -Sailfin is a Sailfish OS client for Jellyfin, a media server, written in C++ and qml. +Sailfin is a [Sailfish OS](https://sailfishos.org) client for [Jellyfin](https://jellyfin.org), a media server, written in C++ and qml. + +## Screenshots (running on Sailfish OS) +![Screenshot showing the library root](graphics/screenshot-sailfish-1.png =225x400) +![Screenshot showing TV show page](graphics/screenshot-sailfish-2.png =225x400) +![Screenshot showing the video player](graphics/screenshot-sailfish-3.png =400x225) ## 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. diff --git a/ui-workfiles/corner-button.svg b/graphics/qtquick-theme/corner-button.svg similarity index 100% rename from ui-workfiles/corner-button.svg rename to graphics/qtquick-theme/corner-button.svg diff --git a/ui-workfiles/toolbar.svg b/graphics/qtquick-theme/toolbar.svg similarity index 100% rename from ui-workfiles/toolbar.svg rename to graphics/qtquick-theme/toolbar.svg diff --git a/graphics/screenshot-sailfish-1.png b/graphics/screenshot-sailfish-1.png new file mode 100644 index 0000000..d29f7c6 Binary files /dev/null and b/graphics/screenshot-sailfish-1.png differ diff --git a/graphics/screenshot-sailfish-2.png b/graphics/screenshot-sailfish-2.png new file mode 100644 index 0000000..62e7466 Binary files /dev/null and b/graphics/screenshot-sailfish-2.png differ diff --git a/graphics/screenshot-sailfish-3.png b/graphics/screenshot-sailfish-3.png new file mode 100644 index 0000000..8141faf Binary files /dev/null and b/graphics/screenshot-sailfish-3.png differ