From d32c22732e1e7479ebe88af571616ff59d5ab568 Mon Sep 17 00:00:00 2001 From: Darko Date: Tue, 23 Jul 2013 11:44:28 +0200 Subject: [PATCH] Updated Readme and changelog --- README.md | 3 +++ changelog | 4 ++++ 2 files changed, 7 insertions(+) diff --git a/README.md b/README.md index ce430f5af..b499dcb05 100755 --- a/README.md +++ b/README.md @@ -1,5 +1,8 @@ I have forked jonnyboys newznab-tmux as he and the dev team have moved to another project (https://github.com/nZEDb/nZEDb). I will try as much as i can to maintain and improve these tmux scripts, where possible and needed, as they are a valuable addendum to newznab+. Support is given on irc.synirc.net #newznab-tmuxd channel and also on original newznab-tmux channel. +I started adapting some of more interesting scripts from nZEDb, but they require tempering with newznab database and core newznab files, so use them at your own risk. Any update to nn+ db or core files could render them useless. + + Below is the original readme of newznab-tmux, with changes related to my git and removal of donation links: # Newznab-tmux diff --git a/changelog b/changelog index a6f18f0ba..aa7bc3f08 100644 --- a/changelog +++ b/changelog @@ -1,3 +1,7 @@ +23.07.2013 --> Adapted fixReleaseName script from nZEDb to scan nfo's and releasenames and fix them as much as they can be fixed. Removed pre.corrupt net script (pre.php) as it is useless now. + --> Added test folder with "files to copy" folder. In that folder are located core newznab files, but if you want to use fixReleaseNames script you have to copy them to their respective folders. + --> Be aware that any future update to nn+ could render these scripts unusable.Use them at your own risk. + --> There is a bug in init.php. I will fix it later, as original aflys init.php can be used to create prehash table, after that you can use prehash*.sql to update it. 20.07.2013 --> fixed bug in prehash, you will need to run this query: update prehash set title = replace (title, ' - omgwtfnzbs.org', ''); 19.07.2013 --> Removed nzbx_ws_hashdecrypt.php as it is no longer working. Added standalone hash_decrypt.php as a replacement.