diff --git a/Changelog b/Changelog index 761c3e724..31cd4ad5c 100755 --- a/Changelog +++ b/Changelog @@ -1,4 +1,5 @@ 2016-05-09 DariusIII + * Chg: Replace/remove refferences to python scripts where possible. * Fix: Change TIME() to lowercase time() * Upd: Fix Yahoo search in Movie class * Chg: Replace python requestid_threaded with php equivalent in ProcessReleases class. diff --git a/misc/update/nix/tmux/bin/fixreleasenames.php b/misc/update/nix/tmux/bin/fixreleasenames.php index 4674d3578..9289e48df 100644 --- a/misc/update/nix/tmux/bin/fixreleasenames.php +++ b/misc/update/nix/tmux/bin/fixreleasenames.php @@ -11,7 +11,7 @@ use newznab\Nfo; $c = new ColorCLI(); if (!isset($argv[1])) { - exit($c->error("This script is not intended to be run manually, it is called from fixreleasenames_threaded.py.")); + exit($c->error("This script is not intended to be run manually, it is called from fixreleasenames.php.")); } else if (isset($argv[1])) { $db = new Settings(); $namefixer = new NameFixer(['Settings' => $pdo]); diff --git a/misc/update/nix/tmux/bin/postprocess_threaded.php b/misc/update/nix/tmux/bin/postprocess_threaded.php index 94cbb6e56..e74fa49df 100644 --- a/misc/update/nix/tmux/bin/postprocess_threaded.php +++ b/misc/update/nix/tmux/bin/postprocess_threaded.php @@ -9,7 +9,7 @@ use newznab\NNTP; $c = new ColorCLI(); if (!isset($argv[1])) { - exit($c->error("This script is not intended to be run manually, it is called from postprocess_threaded.py.")); + exit($c->error("This script is not intended to be run manually, it is called from postprocess.php.")); } diff --git a/misc/update/nix/tmux/run.php b/misc/update/nix/tmux/run.php index 63042b5c5..bf9f83cd6 100644 --- a/misc/update/nix/tmux/run.php +++ b/misc/update/nix/tmux/run.php @@ -209,8 +209,8 @@ function window_proxy($tmux_session, $window) } if ($nntpproxy === '1' && ($pdo->getSetting('alternate_nntp') == '1')) { - $DIR = NN_TMUX; - $nntpproxypy = $DIR . "python/nntpproxy.py"; + $DIR = NN_MISC; + $nntpproxypy = $DIR . "update/python/nntpproxy.py"; if (file_exists($DIR . "python/lib/nntpproxy_a.conf")) { $nntpproxyconf = $DIR . "python/lib/nntpproxy_a.conf"; exec("tmux selectp -t $tmux_session:$window.0; tmux splitw -t $tmux_session:$window -h -p 50 'printf \"\033]2;NNTPProxy\033\" && python $nntpproxypy $nntpproxyconf'"); diff --git a/www/themes/shared/templates/admin/tmux-edit.tpl b/www/themes/shared/templates/admin/tmux-edit.tpl index 2e109e434..915140337 100644 --- a/www/themes/shared/templates/admin/tmux-edit.tpl +++ b/www/themes/shared/templates/admin/tmux-edit.tpl @@ -175,7 +175,7 @@ {html_options style="width:180px;" class="siteeditstyle" id="binaries" name='binaries' values=$binaries_ids output=$binaries_names selected=$ftmux->binaries}