mirror of
https://github.com/NNTmux/newznab-tmux.git
synced 2026-09-01 18:58:56 +00:00
101 lines
4.8 KiB
Smarty
Executable File
101 lines
4.8 KiB
Smarty
Executable File
<div class="well sell-sm">
|
|
<h1>{$title}</h1>
|
|
<p>
|
|
Here you can choose rss feeds from settings categories. The feeds will present either decriptions or
|
|
downloads of Nzb files.
|
|
</p>
|
|
<ul>
|
|
<li>
|
|
Add this string to your feed URL to allow NZB downloads without logging in: <span style="font-family:courier;">&i={$userdata.id}
|
|
&r={$userdata.rsstoken}</span>
|
|
</li>
|
|
<li>
|
|
To remove the nzb from your cart after download add this string to your feed URL: <span
|
|
style="font-family:courier;">&del=1</span>
|
|
</li>
|
|
<li>
|
|
To change the default link to download an nzb: <span style="font-family:courier;">&dl=1</span>
|
|
</li>
|
|
<li>
|
|
To change the number of results (default is 25, max is 100) returned: <span style="font-family:courier;">&num=50</span>
|
|
</li>
|
|
<li>
|
|
To return TV shows only aired in the last x days (default is all): <span style="font-family:courier;">&airdate=20</span>
|
|
</li>
|
|
</ul>
|
|
<p>
|
|
Most Nzb clients which support Nzb rss feeds will appreciate the full URL, with download link and your user token.
|
|
</p>
|
|
<p>
|
|
The feeds include additional attributes to help provide better filtering in your Nzb client, such as size, group and
|
|
categorisation. If you want to chain multiple categories together or do more advanced searching, use the <a
|
|
href="{$smarty.const.WWW_TOP}/apihelp">api</a>, which returns its data in an rss compatible format.
|
|
</p>
|
|
<h2>Available Feeds</h2>
|
|
<h3>General</h3>
|
|
<ul style="text-align: left;">
|
|
<li>
|
|
Full site feed<br/>
|
|
<a href="{$smarty.const.WWW_TOP}/rss?t=0&dl=1&i={$userdata.id}&r={$userdata.rsstoken}">{$smarty.const.WWW_TOP}
|
|
/rss?t=0&dl=1&i={$userdata.id}&r={$userdata.rsstoken}</a>
|
|
</li>
|
|
<li>
|
|
<a href="{$smarty.const.WWW_TOP}/cart/index">My cart</a> feed<br/>
|
|
<a href="{$smarty.const.WWW_TOP}/rss?t=-2&dl=1&i={$userdata.id}&r={$userdata.rsstoken}&del=1">{$smarty.const.WWW_TOP}
|
|
/rss?t=-2&dl=1&i={$userdata.id}&r={$userdata.rsstoken}&del=1</a>
|
|
</li>
|
|
<li>
|
|
<a href="{$smarty.const.WWW_TOP}/myshows">My shows</a> feed<br/>
|
|
<a href="{$smarty.const.WWW_TOP}/rss?t=-3&dl=1&i={$userdata.id}&r={$userdata.rsstoken}&del=1">{$smarty.const.WWW_TOP}
|
|
/rss?t=-3&dl=1&i={$userdata.id}&r={$userdata.rsstoken}&del=1</a>
|
|
</li>
|
|
<li>
|
|
<a href="{$smarty.const.WWW_TOP}/mymovies">My movies</a> feed<br/>
|
|
<a href="{$smarty.const.WWW_TOP}/rss?t=-4&dl=1&i={$userdata.id}&r={$userdata.rsstoken}&del=1">{$smarty.const.WWW_TOP}
|
|
/rss?t=-4&dl=1&i={$userdata.id}&r={$userdata.rsstoken}&del=1</a>
|
|
</li>
|
|
</ul>
|
|
<h3>Parent Category</h3>
|
|
<ul style="text-align: left;">
|
|
{foreach $parentcategorylist as $category}
|
|
<li>
|
|
<a href="{$smarty.const.WWW_TOP}/browse?t={$category.id}">{$category.title}</a> feed <br/>
|
|
<a href="{$smarty.const.WWW_TOP}/rss?t={$category.id}&dl=1&i={$userdata.id}&r={$userdata.rsstoken}">{$smarty.const.WWW_TOP}
|
|
/rss?t={$category.id}&dl=1&i={$userdata.id}&r={$userdata.rsstoken}</a>
|
|
</li>
|
|
{/foreach}
|
|
</ul>
|
|
<h3>Sub Category</h3>
|
|
<ul style="text-align: left;">
|
|
{foreach $categorylist as $category}
|
|
<li>
|
|
<a href="{$smarty.const.WWW_TOP}/browse?t={$category.id}">{$category.title}</a> feed <br/>
|
|
<a href="{$smarty.const.WWW_TOP}/rss?t={$category.id}&dl=1&i={$userdata.id}&r={$userdata.rsstoken}">{$smarty.const.WWW_TOP}
|
|
/rss?t={$category.id}&dl=1&i={$userdata.id}&r={$userdata.rsstoken}</a>
|
|
</li>
|
|
{/foreach}
|
|
</ul>
|
|
<h3>Multi Category</h3>
|
|
<ul style="text-align: left;">
|
|
<li>
|
|
Multiple categories separated by comma.<br/>
|
|
<a href="{$smarty.const.WWW_TOP}/rss/{$parentcat.title},{$catClass::MOVIE_ROOT},{$catClass::MUSIC_MP3}&dl=1&i={$userdata.id}&r={$userdata.rsstoken}">{$smarty.const.WWW_TOP}/rss/{$parentcat.title},{$catClass::MOVIE_ROOT},{$catClass::MUSIC_MP3}&dl=1&i={$userdata.id}&r={$userdata.rsstoken}</a>
|
|
</li>
|
|
</ul>
|
|
<h2>Additional Feeds</h2>
|
|
<ul style="text-align: left;">
|
|
<li>
|
|
Tv Series (Use the TVRage ID)<br/>
|
|
<a href="{$smarty.const.WWW_TOP}/rss?show={$show}&dl=1&i={$userdata.id}&r={$userdata.rsstoken}">{$smarty.const.WWW_TOP}/rss/?show={$show}&dl=1&i={$userdata.id}&r={$userdata.rsstoken}</a>
|
|
</li>
|
|
<li>
|
|
Tv Series aired in last seven days (Using the Video ID and airdate)<br/>
|
|
<a href="{$smarty.const.WWW_TOP}/rss?show={$show}&airdate=7&dl=1&i={$userdata.id}&r={$userdata.rsstoken}">{$smarty.const.WWW_TOP}/rss/?show={$show}&airdate=7&dl=1&i={$userdata.id}&r={$userdata.rsstoken}</a>
|
|
</li>
|
|
<li>
|
|
Anime Feed (Use the AniDB ID)<br/>
|
|
<a href="{$smarty.const.WWW_TOP}/rss?anidb={$anidb}&dl=1&i={$userdata.id}&r={$userdata.rsstoken}">{$smarty.const.WWW_TOP}/rss/?anidb={$anidb}&dl=1&i={$userdata.id}&r={$userdata.rsstoken}</a>
|
|
</li>
|
|
</ul>
|
|
</div>
|