You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .github/ISSUE_TEMPLATE/1.bug_report.yml
+1-1
Original file line number
Diff line number
Diff line change
@@ -9,7 +9,7 @@ body:
9
9
attributes:
10
10
value: >
11
11
**THIS IS NOT THE PLACE TO ASK FOR SUPPORT!**
12
-
Please use [Ple Meta Manager Discord](https://discord.gg/NfH6mGFuAB) and post your question under the `software-and-hardware` channel for support issues.
12
+
Please use [Kometa Discord](https://kometa.wiki/en/latest/discord/) and post your question under the `software-and-hardware` channel for support issues.
To authenticate your TMDb V3 API Token you can either authenticate your TMDb V4 Token or use the `authenticate() <https://tmdbapis.metamanager.wiki/en/latest/objapi.html#tmdbapis.tmdb.TMDbAPIs.authenticate>`_ method.
89
+
To authenticate your TMDb V3 API Token you can either authenticate your TMDb V4 Token or use the `authenticate() <https://tmdbapis.kometa.wiki/en/latest/objapi.html#tmdbapis.tmdb.TMDbAPIs.authenticate>`_ method.
90
90
91
91
.. code-block:: python
92
92
@@ -114,7 +114,7 @@ To save your authenticated session use the ``session_id`` Attribute.
114
114
withopen("session_id.txt", "w") as text_file:
115
115
print(tmdb.session_id, file=text_file)
116
116
117
-
To load the authenticated session use the ``session_id`` Parameter of the `TMDbAPIs <https://tmdbapis.metamanager.wiki/en/latest/objapi.html#tmdbapis.tmdb.TMDbAPIs>`_ constructor.
117
+
To load the authenticated session use the ``session_id`` Parameter of the `TMDbAPIs <https://tmdbapis.kometa.wiki/en/latest/objapi.html#tmdbapis.tmdb.TMDbAPIs>`_ constructor.
118
118
119
119
.. code-block:: python
120
120
@@ -132,7 +132,7 @@ To load the authenticated session use the ``session_id`` Parameter of the `TMDbA
To gain read access to TMDb V4's API just provide you're TMDb V4 Access Token either using the ``v4_access_token`` Parameter of the `TMDbAPIs <https://tmdbapis.metamanager.wiki/en/latest/objapi.html#tmdbapis.tmdb.TMDbAPIs>`_ constructor or by using the `v4_access_token() <https://tmdbapis.metamanager.wiki/en/latest/objapi.html#tmdbapis.tmdb.TMDbAPIs.v4_access_token>`_ method.
135
+
To gain read access to TMDb V4's API just provide you're TMDb V4 Access Token either using the ``v4_access_token`` Parameter of the `TMDbAPIs <https://tmdbapis.kometa.wiki/en/latest/objapi.html#tmdbapis.tmdb.TMDbAPIs>`_ constructor or by using the `v4_access_token() <https://tmdbapis.kometa.wiki/en/latest/objapi.html#tmdbapis.tmdb.TMDbAPIs.v4_access_token>`_ method.
136
136
137
137
To gain read access to TMDb V4's API need your TMDb V4 Access Token, which can be found following `this guide <https://developers.themoviedb.org/3/getting-started/introduction>`_.
138
138
@@ -152,8 +152,8 @@ Authenticating TMDb V4 API Token
152
152
To authenticate your TMDB V4 Read Access Token it is a multi step process.
153
153
154
154
1. Add your TMDb V4 API Read Access Token.
155
-
2. Authenticate the URL returned from `v4_authenticate() <https://tmdbapis.metamanager.wiki/en/latest/objapi.html#tmdbapis.tmdb.TMDbAPIs.v4_authenticate>`_.
156
-
3. Once the URL has been authenticated you must approve it by running `v4_approved() <https://tmdbapis.metamanager.wiki/en/latest/objapi.html#tmdbapis.tmdb.TMDbAPIs.v4_approved>`_.
155
+
2. Authenticate the URL returned from `v4_authenticate() <https://tmdbapis.kometa.wiki/en/latest/objapi.html#tmdbapis.tmdb.TMDbAPIs.v4_authenticate>`_.
156
+
3. Once the URL has been authenticated you must approve it by running `v4_approved() <https://tmdbapis.kometa.wiki/en/latest/objapi.html#tmdbapis.tmdb.TMDbAPIs.v4_approved>`_.
157
157
158
158
.. code-block:: python
159
159
@@ -189,7 +189,7 @@ To save your authenticated token use the ``v4_access_token`` Attribute.
189
189
withopen("access_token.txt", "w") as text_file:
190
190
print(tmdb.v4_access_token, file=text_file)
191
191
192
-
To load the authenticated token use the ``v4_access_token`` Parameter of the `TMDbAPIs <https://tmdbapis.metamanager.wiki/en/latest/objapi.html#tmdbapis.tmdb.TMDbAPIs>`_ constructor or the `v4_access_token() <https://tmdbapis.metamanager.wiki/en/latest/objapi.html#tmdbapis.tmdb.TMDbAPIs.v4_access_token>`_ method.
192
+
To load the authenticated token use the ``v4_access_token`` Parameter of the `TMDbAPIs <https://tmdbapis.kometa.wiki/en/latest/objapi.html#tmdbapis.tmdb.TMDbAPIs>`_ constructor or the `v4_access_token() <https://tmdbapis.kometa.wiki/en/latest/objapi.html#tmdbapis.tmdb.TMDbAPIs.v4_access_token>`_ method.
0 commit comments