UDP Clients: Difference between revisions

Jump to navigation Jump to search
mNo edit summary
Line 60: Line 60:
|target=All
|target=All
|language=[http://en.wikipedia.org/wiki/Perl Perl]
|language=[http://en.wikipedia.org/wiki/Perl Perl]
|description=Hash and renames files based on information from the AniDB API and a user definable format string. Can also add files to MyList. Run adbren.pl without arguments for full usage information. <br/><b>Remember to edit adbren.pl and change USERNAME and PASSWORD constants.</b> <br/>
|description=Hash and renames files based on information from the AniDB API and a user definable format string. Can also add files to MyList. Run adbren.pl without arguments for full usage information.<br>'''Remember to edit adbren.pl and change USERNAME and PASSWORD constants.'''<br>
<b>v5 Changes:</b>
'''v5 Changes:'''
*Got rid of the state code, just logout instead.  
*Got rid of the state code, just logout instead.  
*Added support for directories in the format so you can move/rename files to other locations.
*Added support for directories in the format so you can move/rename files to other locations.
*Added %orginal_name% format variable to insert original filename.  
*Added %orginal_name% format variable to insert original filename.  
<b>v4 Changes:</b>
'''v4 Changes:'''
*Added storable cache.  
*Added storable cache.  
*Rename "Corrupt files".  
*Rename "Corrupt files".  
* Other small bugfixes.  
* Other small bugfixes.  
* Tried to reduce flooding (The api is way to harsh IMHO)
* Tried to reduce flooding (The api is way to harsh IMHO)
<b>v3 Changes:</b>
'''v3 Changes:'''
*Fixed hashing bugs.  
*Fixed hashing bugs.  
*Changed to a more permissive license; MIT
*Changed to a more permissive license; MIT