Showly 2.0
Showly 2.0 is modern, slick, open source Android TV Shows Tracker.
Available on the Google Play Store and soon also on F-Droid.
Project Setup
- Clone repository and open project in the latest version of Android Studio.
- Create
keystore.properties
file and put it in the/app
folder. - Add following properties into
keystore.properties
file (values are not important at this moment):
keyAlias=github
keyPassword=github
storePassword=github
- Add your Trakt.tv and TVDB api keys as following properties into your
local.properties
file located in the root directory of the project:
traktClientId="your trakt client id"
traktClientSecret="your trakt client secret"
tvdbApiKey="your tvdb api key"
- Generate your own Firebase
google-services.json
file and put it in the/app
directory. - Rebuild and start the app.
Issues & Contributions
Feel free to post ideas and problems as Github Issues.
Pull requests are welcome. Remember about leaving a comment in the relevant issue if you are working on something.