Working from a Web Sources script in mp3tag.
Search function is working properly, (So I am reasonably sure that it's not something up with API token)
But when it goes to pull data it throws a 401 error at me.
Code is:
[AlbumUrl]=https://api.themoviedb.org/3/tv/
json_select "id"
SayRest
Say "/season/TVSEASON/episode/TVEPISODE?append_to_response=api_key=xxxxxxxxxxxxxxx&language=en"
找不到电影或节目?登录并创建它吧。
ticao2 🇧🇷 pt-BR 的回复
于 2023 年 08 月 05 日 4:45上午
Your API Key cannot be a parameter of &append_to_response=.
&append_to_response= should be used for additional data in a basic data search.
https://developer.themoviedb.org/docs/append-to-response
I don't know what data you want from the episode.
https://developer.themoviedb.org/reference/tv-episode-details
I assume that in addition to the Basic Data you also want the Credits.
If it's the Credits then your API Request should be written like this:
You can also fetch only the credits directly.
https://developer.themoviedb.org/reference/tv-episode-credits