Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for fLaC (0.01 sec)

  1. README.md

    - LHA compression format
    - Nested archive extraction
    
    #### Web and Markup
    - HTML, XHTML with XPath support
    - XML documents
    - JSON and structured data
    
    #### Media Files
    - Audio formats (MP3, WAV, FLAC)
    - Video formats (MP4, AVI, MOV)
    - Metadata extraction from media files
    
    ## Architecture
    
    ### Multi-Module Structure
    
    ```
    fess-crawler-parent/
    Registered: Sun Sep 21 03:50:09 UTC 2025
    - Last Modified: Sun Aug 31 05:32:52 UTC 2025
    - 15.3K bytes
    - Viewed (0)
  2. fess-crawler/src/main/resources/org/codelibs/fess/crawler/mime/tika-mimetypes.xml

          </match>
        </magic>
      </mime-type>
    
      <mime-type type="audio/x-flac">
        <alias type="audio/flac" />
        <acronym>FLAC</acronym>
        <_comment>Free Lossless Audio Codec</_comment>
        <magic priority="50">
          <match value="fLaC" type="string" offset="0"/>
        </magic>
        <glob pattern="*.flac"/>
      </mime-type>
    
      <mime-type type="audio/x-mod">
        <acronym>MOD</acronym>
    Registered: Sun Sep 21 03:50:09 UTC 2025
    - Last Modified: Thu Mar 13 08:18:01 UTC 2025
    - 320.1K bytes
    - Viewed (1)
Back to top