View Single Post
  #4  
Old 04.02.2017, 22:09
DJwa163's Avatar
DJwa163 DJwa163 is offline
Tera Loader
 
Join Date: Feb 2010
Posts: 176
Default


Issue No.1: File Size


Current Structure:



Suggested Implementation Model:

Pattern for the Links
• {name}
• {newline}
• {comment}
• {sha256}
• {md5}
• {filesize}
• {filesize_kb}
• {filesize_mb}
• {filesize_gb}
• {url}
• {type}
• {path}

Pattern for the Packages
• {name}
• {newline}
• {comment}
• {filesize}
• {filesize}
• {filesize_kb}
• {filesize_mb}
• {filesize_gb}
• {type}
• {path}


Issue No.2: File Name without Extension

There should be another tag which allows to copy file names without extension,
I request you to add another tag like {name_noext} for this purpose.


Issue No.3: Filetype

The tag {type} doesn't return the file-type as the output, instead, just returns: "LINK",
A separate {filetype} tag may be implemented to return the output as target file's extension (i.e. its file type). Preferably in ALL CAPS (e.g. PDF or RAR or EPUB etc.)


Please implement this features.
Thanks a lot.

Last edited by DJwa163; 05.02.2017 at 06:09.
Reply With Quote