Here is the full list:
<Ani> Animation format (like .nanr)<Cell> Sprite/Cell/OAM format (like .ncer)
<Map> Map format (like .nscr)
<Image> Image/Tiles format (like .ncgr)
<Palette> Palette format (like .nclr)
<FullImage> Independent/Full image, that is, it includes palette, tiles, map... in the same file (like .png, .bmp)
<Text> Text format (like .txt, .xml)
<Video> Video format (at the moment, there isn't any support but like .mods, .vx)
<Sound> Sound/Music format (like .sdat, .strm, .wav)
<Font> Font format (like .nftr)
<Compress> Compress/Encrypt format (like LZ10, Huffman...)
<Script> Script format
<Pack> Pack format (container file, similar to a .zip)
<Texture> 3D texture format (like .nsbtx)
<3DModel> 3D Model format (like .nsbmd)
<Unknown> Unsupported file
- Special searchs ("hidden")
Length: DDDD... where D are decimal digits (no more than 8) Files with the exact length
ID: XXXX... where X are hexadecimal digits (no more than 8) Files with the exact id
Offset: XXXX... where X are hexadecimal digits (no more than 8) Files at that address in the ROM.
Header: XXXX... where X are hexadecimal digits (even number of digits) Files which starts with that bytes (magicstamp)
- Default: Search file by name