Advertisement
Guest User

Testing Folder

a guest
Dec 28th, 2012
646
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.05 KB | None | 0 0
  1. detepreviews.php
  2. This script allows you to delete properly all preview images for a range
  3.  
  4. deletereleases.php
  5. This script allows you to delete properly all releases which match some criteria
  6. The nzb, covers and all linked records will be deleted properly.
  7.  
  8. dumpnfo.php
  9. Script will dump out all nfos in the system into a folder based on the date posted to usenet ./YYYYMMDD/release.nfo Its not very efficient to pull them all out, should really work out which day you need and go from there.
  10. fix_filesize.php
  11. If after import you have a bunch of zero sized releases run this
  12.  
  13. getConsole.php
  14. This script will update all records in the movieinfo table
  15.  
  16. getCovers.php
  17. This script will update all records in the movieinfo table
  18.  
  19. getImdb.php
  20. This script will update all records in the movieinfo table
  21.  
  22. getTMdb.php
  23. This script will update all records in the movieinfo table
  24.  
  25. memcache.php
  26. apt-get install php5-memcache
  27.  
  28. movecat.php
  29. This script moves releases from one category to another
  30.  
  31. nzb-importmodified.php
  32. This id a modified copy of nzb-import.php, to run this you need to copy it to your /www/admin folder. This script will only import 100 nzb's at a time.
  33. The idea is that you can call this script from your update script every run, and your import will go smooth without babysitting.
  34.  
  35. nzbrarinfo.php
  36. Class for extracting RAR information from and NZB. Much of this is inspired
  37. by Hecks' RarInfo class (``rarinfo.php``).
  38. This attempts to follow the "RAR archive file format" as closely as possible
  39. which can be found here:
  40. http://www.win-rar.com/index.php?id=24&kb=1&kb_article_id=162
  41.  
  42. parsebooknames.php
  43. Tries to get book info from amazon
  44.  
  45. regexverify.php
  46. This script is used to test the regular expressions identified within a newznab database are valid.
  47.  
  48.  
  49. removespecial.php
  50. This script checks all of the names/searchnames that start with special chars and strips them out
  51.  
  52. tidynzbfolder.php
  53. Option One - delete all from the database where it exists on disk, but not in the db
  54. Option Two - delete all from the database where it doesnt exist on disk
  55.  
  56. update_cleanup.php
  57. This script removes releases based on a preset list of criteria in the last 24 hours.
  58. If you want to run this against your whole DB, uncomment the query around line 60 below and comment out the query on line 57.
  59. NOTE: YOU MUST COMMENT OUT LINES 29 AND 30 FOR THIS TO ACTUALLY DO SOMETHING BESIDES ECHO.
  60.  
  61. update_parsing.php
  62. This script updates release names for releases in 'TV > Other' (5050), 'Movie > Other' (2020), and 'Other > Misc' (7010) categories.
  63. It first attempts to extract the release name from the NFO, falling back to rarset filename -- the ReleaseFiles.
  64. By default this script runs using a query for the last 24hrs, if you want to run it against the whole DB you need to uncomment out the 'full db' query and comment out the 'last 24hrs' lines.
  65. If the new releasename is the same as the old name, OR the name is different but still doesnt match a new category, it will skip the release.
  66.  
  67. updateCategories.php
  68. This script will rerun all releases against Category.php
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement