mirror of
https://github.com/NNTmux/newznab-tmux.git
synced 2026-08-29 02:01:33 +00:00
Remove settings that are either not working or set in .env file from site-edit
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
2019-01-13 DariusIII
|
||||
* Chg: Remove settings that are either not working or set in .env file from site-edit
|
||||
* Chg: Add source to predb_rt index
|
||||
* Chg: Update truncateRTIndex and optimizrRTIndex functions
|
||||
* Chg: Improve sphinx indexes population with data
|
||||
|
||||
@@ -208,23 +208,6 @@
|
||||
<fieldset>
|
||||
<legend>3<sup>rd</sup> Party API Keys</legend>
|
||||
<table class="input data table table-striped responsive-utilities jambo-table">
|
||||
<tr>
|
||||
<td style="width:160px;"><label for="tmdbkey">TMDB Key</label>:</td>
|
||||
<td>
|
||||
<input id="tmdbkey" class="long" name="tmdbkey" type="text" value="{$site->tmdbkey}"/>
|
||||
<div class="hint">The api key used for access to tmdb</div>
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td style="width:160px;"><label for="rottentomatokey">Rotten Tomatoes Key</label>:</td>
|
||||
<td>
|
||||
<input id="rottentomatokey" class="long" name="rottentomatokey" type="text"
|
||||
value="{$site->rottentomatokey}"/>
|
||||
<div class="hint">The api key used for access to rotten tomatoes</div>
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td><label for="amazonpubkey">Amazon Public Key</label>:</td>
|
||||
<td>
|
||||
@@ -323,18 +306,6 @@
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td><label for="tmpunrarpath">Temp Unrar File Path</label>:</td>
|
||||
<td>
|
||||
<input id="tmpunrarpath" class="long" name="tmpunrarpath" type="text"
|
||||
value="{$site->tmpunrarpath}"/>
|
||||
<div class="hint">The path to where unrar puts files. WARNING: This directory will have its
|
||||
contents deleted.
|
||||
<br/>Use forward slashes in windows <span style="font-family:courier;">c:/temp/path/stuff/will/be/unpacked/to</span>
|
||||
</div>
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td><label for="mediainfopath">Mediainfo Path</label>:</td>
|
||||
<td>
|
||||
|
||||
Reference in New Issue
Block a user