Updated Readme and changelog

This commit is contained in:
Darko
2013-07-23 11:44:28 +02:00
parent a648062a76
commit d32c22732e
2 changed files with 7 additions and 0 deletions
+3
View File
@@ -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
+4
View File
@@ -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.