キーボードショートカット
高度な検索
Hey guys,
Are there any plans to support this feature? This could be used to check if there is any "The Walking Dead" episode airing today, for example.
Cheers!
Hi HelloTiago,
The only thing you can do right now that is episode based is call the airing_today method:
airing_today
http://api.themoviedb.org/3/tv/airing_today?api_key=###
This is the same list you'll find on the website: https://www.themoviedb.org/tv/airing-today
We don't have a specific episode search by date method at this time.
Please note, the airing_today method does not currently support passing in a timezone to offset what "today" is. I have an outstanding ticket about that here.
Hey Travis,
Oh I hadn't noticed that method, I'll see if I can work something out with that.
Thanks!
FYI—You can now pass a timezone into the /3/airing_today method.
A simple example, checking the list of shows that air today in Calgary:
http://api.themoviedb.org/3/tv/airing_today?api_key=###&timezone=America/Edmonton
Vs. the shows that are airing today in Sydney:
http://api.themoviedb.org/3/tv/airing_today?api_key=##&timezone=Australia/Sydney
What this is actually doing is calculating the offset from UTC GMT, so in this case (as I'm writing this) it's the 22nd of March in Sydney.
映画やテレビ番組が見つかりませんか?ログインして作成してください。
ログイン
登録する
このアイテムを評価したり、リストに追加したりしたいですか?
メンバーではありませんか?
登録してコミュニティに参加
Travis Bellからの返信
投稿:2014年03月17日 10:48 AM
Hi HelloTiago,
The only thing you can do right now that is episode based is call the
airing_today
method:This is the same list you'll find on the website: https://www.themoviedb.org/tv/airing-today
We don't have a specific episode search by date method at this time.
Please note, the
airing_today
method does not currently support passing in a timezone to offset what "today" is. I have an outstanding ticket about that here.Tiago Duarteからの返信
投稿:2014年03月18日 3:18 PM
Hey Travis,
Oh I hadn't noticed that method, I'll see if I can work something out with that.
Thanks!
Travis Bellからの返信
投稿:2014年03月21日 11:28 AM
FYI—You can now pass a timezone into the /3/airing_today method.
A simple example, checking the list of shows that air today in Calgary:
http://api.themoviedb.org/3/tv/airing_today?api_key=###&timezone=America/Edmonton
Vs. the shows that are airing today in Sydney:
http://api.themoviedb.org/3/tv/airing_today?api_key=##&timezone=Australia/Sydney
What this is actually doing is calculating the offset from UTC GMT, so in this case (as I'm writing this) it's the 22nd of March in Sydney.