diff --git a/README.md b/README.md index b3bc5b6..9498e04 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # TwitchTube -Twitch.tv client for Sailfish OS. +Twitch.tv client for Sailfish OS (Ubuntu Touch vesion is in development - see [Ubuntu Touch](#ubuntu-touch)). ## Features - Navigate by game @@ -22,6 +22,17 @@ You can find prebuilt rpm packages for armv7 and i486 architectures on [releases - Download and install SailfishOS SDK (https://sailfishos.org/develop/sdk-overview/develop-installation-article/). - git clone https://github.com/Aldrog/TwitchTube.git - Go to cloned directory and open harbour-twitchtube.pro with SailfishOS IDE +- Choose target(s) and build + +## Ubuntu Touch +UT version of TwitchTube is under development. You can look at the current state by opening ubuntu-twitchtube.pro in Ubuntu SDK. + +Video playback doesn't work because UT doesn't have [HLS](https://en.wikipedia.org/wiki/HTTP_Live_Streaming) support included at the moment. This is also the reason why I'm giving this a rather low priority. + +There're some discussions going about including HLS codec, so the situation is likely to change soon enough. + +## Contributing +You can contribute to TwitchTube development by reporting an issue or by sending a pull request. Either is always welcome, though latter might be difficult at the moment as codebase is not in the best state (there're some refactorings planned e.g. [#13](https://github.com/Aldrog/TwitchTube/issues/13)). ## License This application is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.