Skip to content

Commit

Permalink
Update README.md remove tvdb reference since only tmdb is used now
Browse files Browse the repository at this point in the history
  • Loading branch information
courville authored Aug 13, 2024
1 parent 4aae7ae commit b1b4d6d
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -101,22 +101,20 @@ But for me the best way to get the latest nova video player apk is through [obta

## Scraping and Scrobbling

Scraping and scrobbling features rely on external services such as **TMDb** (https://www.themoviedb.org/), **TheTVDB** (http://thetvdb.com/) and **Trakt** (https://trakt.tv).
Scraping and scrobbling features rely on external services such as **TMDb** (https://www.themoviedb.org/) and **Trakt** (https://trakt.tv).

In order to enable NOVA video player to perform these tasks, you need to register to this services and enable the API and inject the corresponding keys inside the following files: *MediaLib/src/community/res/values/donottranslate.xml*
replacing the fake values below:
```xml
<?xml version="1.0" encoding="utf-8"?>
<resources xmlns:android="http://schemas.android.com/apk/res/android">
<string name="tvdb_api_key">0123456789ABCDEF</string>
<string name="tmdb_api_key">0123456789abcdef0123456789abcdef</string>
<string name="trakt_api_key">0123456789abcdef0123456789abcdef0123456789abcdef0123456789abcdef</string>
<string name="trakt_api_secret">0123456789abcdef0123456789abcdef0123456789abcdef0123456789abcdef</string>
</resources>
```

Please note that enabling **TheTVDB** API registration can be completed following this link: https://www.thetvdb.com/?tab=apiregister

Please note that enabling **TMDB** API registration can be completed following this [link](https://www.themoviedb.org/settings/api).

To create a **Trakt** api, first register to trakt then add a new app
https://trakt.tv/oauth/applications
Expand Down

0 comments on commit b1b4d6d

Please sign in to comment.