About File Areas updates...again

This commit is contained in:
Bryan Ashby 2018-11-28 18:55:48 -07:00
parent 555326771a
commit 6335483a67
1 changed files with 4 additions and 4 deletions

View File

@ -12,11 +12,11 @@ ENiGMA½ has strayed away from the old familiar setup here and instead takes a m
### Other bells and whistles
* Temporary web (http:// or https://) download links in additional to standard X/Y/Z protocol support. Batch downloads of many files can be downloaded as a single ZIP archive.
* Users can star rate files & search/filter by ratings
* Concept of user defined filters/searches including the ability to save them. For example, "Latest Artscene Releases".
* Users can rate files & search/filter by ratings.
* Users can also create and save their own filters for later use such as "Latest Artscene Releases" or "C64 SIDs".
* A given area can span one to many physical storage locations.
* Upload processor can extract and use `FILE_ID.DIZ`/`DESC.SDI`, for standard descriptions as well as `README.TXT`, `*.NFO`, and so on for longer descriptions. The processor also attempts release year estimation by scanning aforementioned description file(s).
* Fast indexed Full Text Search (FTS) across descriptions and filenames.
* Duplicates are checked for by SHA-256.
* Fast indexed [Full Text Search (FTS)](https://sqlite.org/fts3.html) across descriptions and filenames.
* Duplicates are checked for by cryptographically secure [SHA-256](https://en.wikipedia.org/wiki/SHA-2) hashes.
* Support for many archive and file formats. External utilities can easily be added to the configuration to extend for additional formats.
* Much, much more!