Skip to content

Commit

Permalink
Update API v2 movie lookup description by adding traktid lookup example
Browse files Browse the repository at this point in the history
  • Loading branch information
DariusIII committed Sep 20, 2018
1 parent 571110d commit f461ecc
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions Changelog
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
2018-09-20 DariusIII
* Chg: Update API v2 movie lookup description by adding traktid lookup example
* Chg: Update profile template
* Chg: Check for false response from getRawHtml function in FanartTV class
* Chg: Update FanartTV class and classes that use it
Expand Down
3 changes: 3 additions & 0 deletions resources/views/themes/shared/apiv2desc.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,9 @@
<dt>Movies by TMDb <span style="font-family:courier;"><a
href="{$smarty.const.WWW_TOP}/api/v2/movies?tmdbid=43418&amp;api_token={$userdata.api_token}">movies?tmdbid=43418</a></span>
</dt>
<dt>Movies by TraktTV <span style="font-family:courier;"><a
href="{$smarty.const.WWW_TOP}/api/v2/movies?traktid=29200&amp;api_token={$userdata.api_token}">movies?traktid=29200</a></span>
</dt>
<dd>Returns a list of nzbs matching a query, an imdbid, tmdbid or traktid and optionally a category. Filter by
site category by including a comma separated list of categories as follows <span
style="font-family:courier;"><a
Expand Down

0 comments on commit f461ecc

Please sign in to comment.