From 36647e4f1137640d176d9caa147f94c7317df2d9 Mon Sep 17 00:00:00 2001 From: "Mr. Beedell, Roke Julian Lockhart (RJLB)" Date: Mon, 23 Mar 2026 16:00:52 +0000 Subject: [PATCH] Ensure that `li`s are compliant with CommonMark. To ensure WCAG AA, they must adhere to CommonMark, which inherits its behaviour from the WHATWG HTML5 LS. Therefore, the content after each list indicator must be part of its `li`, rather than after it, lest it create multiple `ol`s. --- README.md | 42 +++++++++++++++++++++--------------------- 1 file changed, 21 insertions(+), 21 deletions(-) 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