diff --git a/README.md b/README.md index 098836c5d..f3a7a0be3 100644 --- a/README.md +++ b/README.md @@ -53,21 +53,21 @@ The OSS version for Android available in this repo is completely free of all Goo 2. Create a `keystore.properties` file and put it in the `/app` folder. 3. Add the following properties into the `keystore.properties` file (values are not important at this moment): -``` -keyAlias=github -keyPassword=github -storePassword=github -``` + ```ini + keyAlias=github + keyPassword=github + storePassword=github + ``` 4. Add your [Trakt.tv](https://trakt.tv/oauth/applications), [TMDB](https://developers.themoviedb.org/3/), [OMDB](http://www.omdbapi.com) 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" -``` + ```ini + traktClientId="your trakt client id" + traktClientSecret="your trakt client secret" + tmdbApiKey="your tmdb api key (v4)" + omdbApiKey="your omdb api key" + ``` 5. Rebuild and start the app. @@ -110,21 +110,21 @@ Android: ## FAQ -**1. Can I watch/stream/download shows and movies with the Showly app?** +1. **Can I watch/stream/download shows and movies with the Showly app?** -No, that is not possible. Showly is a progress tracking type of app - not a streaming service. + No, that is not possible. Showly is a progress tracking type of app - not a streaming service. -**2. I'm a user from India. I can't see any images and also encounter errors!** +2. **I'm a user from India. I can't see any images and also encounter errors!** -There is a known issue with TMDB API being blocked by India gov. -For more details and a possible solution please see the thread here: -[https://www.themoviedb.org/talk/65d226e5c433ea0187b5b958#65d2dd5128d7fe017c34e9b5](https://www.themoviedb.org/talk/65d226e5c433ea0187b5b958#65d2dd5128d7fe017c34e9b5) + There is a known issue with TMDB API being blocked by Indian gov. + For more details and a possible solution please see the thread here: + [https://www.themoviedb.org/talk/65d226e5c433ea0187b5b958#65d2dd5128d7fe017c34e9b5](https://www.themoviedb.org/talk/65d226e5c433ea0187b5b958#65d2dd5128d7fe017c34e9b5) -**3. The Show/Episode/Movie I'm looking for seems to be missing. What can I do?** +3. **The Show/Episode/Movie I'm looking for seems to be missing. What can I do?** -Showly uses [Trakt.tv](https://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. + Showly uses [Trakt.tv](https://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. ## Contact