Changes between Initial Version and Version 1 of Ticket #10067, comment 13


Ignore:
Timestamp:
Jan 3, 2021, 2:00:58 AM (3 years ago)
Author:
X512

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #10067, comment 13

    initial v1  
    44Extensions are still actively used in all major systems. External storage (Git, other OS filesystems) often do not support MIME types and types are lost. One of annoying examples is Git operations on Haiku repository that destroy MIME types. Files do not exists only inside one OS. Files are to be exchanged.
    55
    6 File type detection by content is not possible in general and may be resource-consuming. Different file types may have the same format (ogg/ogv, mp4/m4a, zip/docx/jar, etc.).
     6File type detection by content is not possible in general and may be resource-consuming. Different file types may have the same format (ogg/ogv, mp4/m4a, zip/docx/jar, python/meson, etc.).
    77
    88I think that file extensions should be used to detect file type if present.