Skip to content
This repository has been archived by the owner on Feb 12, 2025. It is now read-only.

1RandomDev/showly-oss

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Version Downloads

Note

Since the official Showly app is now open source (only APK on GitHub, not the PlayStore version), this fork becomes obsolete and will therefor be archived. You can download the latest OSS version from the official repo.

Showly OSS

Showly 2.0 is modern, slick, open source Android TV Shows Tracker.

This fork gets rid of all proprietary tracking libraries.

Get it on GitHub Get it on IzzyOnDroid

Screenshots

Screenshot 1 Screenshot 2 Screenshot 3 Screenshot 4

Project Setup

  1. Clone repository and open project in the latest version of Android Studio.
  2. Create keystore.properties file and put it in the /app folder.
  3. Add following properties into keystore.properties file (values are not important at this moment):
keyAlias=github
keyPassword=github
storePassword=github
  1. Add your Trakt.tv, TMDB, OMDB and Reddit 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"
tmdbApiKey="your tmdb api key (v4)"
omdbApiKey="your omdb api key"
redditClientId="your reddit client id"
  1. Rebuild and start the app.

Issues & Contributions

Feel free to post problems with the app as Github Issues.

Features ideas should be posted as new Github Discussion.

Pull requests are welcome. Remember about leaving a comment in the relevant issue if you are working on something.

Language Translations

We're always looking for help with translating app into more languages.
If you are interested in helping now or in the future, please visit our CrowdIn project and join:
https://crwd.in/showly-android-app

FAQ

1. Can I watch/stream/download shows and movies with Showly app?

No, that is not possible. Showly is a progress tracking type of app - not a streaming service.

2. Show/Episode/Movie I'm looking for seems to be missing. What can I do?

Showly uses Trakt.tv as its main data source. If something is missing please use "Import Show" / "Import Movie" option located at the bottom of Trakt.tv website. It's also possible to contact Trakt.tv support about any related issue.

About

Fork of the Showly app without Google Trackers.

Resources

License

Stars

Watchers

Forks

Languages

  • Kotlin 100.0%