unleashed-firmware icon indicating copy to clipboard operation
unleashed-firmware copied to clipboard

Sort files in browser feature

Open vivi7 opened this issue 3 years ago • 8 comments
trafficstars

I have thousands of file in infrared folder for example by brand, but they are order random or by added date, I want to order alphabetically.

vivi7 avatar Oct 24 '22 21:10 vivi7

sudo fatsort -n /dev/sdb1

FalsePhilosopher avatar Oct 24 '22 21:10 FalsePhilosopher

Also solution for Windows:

https://www.anerty.net/software/file/DriveSort/

xMasterX avatar Oct 27 '22 20:10 xMasterX

@xMasterX I have tested https://github.com/RogueMaster/flipperzero-firmware-wPlugins/pull/389 to be working well

RogueMaster avatar Oct 30 '22 02:10 RogueMaster

This is not work with 128 Gb SD-card, cause it is formatted (by flipper) in exFAT file system. And fatsort don't work with it probably the same reason.

Supertera avatar Nov 22 '22 17:11 Supertera

My wish, about it... may be someone will adding sorting utility to the "application"

Supertera avatar Nov 22 '22 17:11 Supertera

My wish, about it... may be someone will adding sorting utility to the "application"

Just build RogueMaster#389 into your FW

RogueMaster avatar Nov 22 '22 17:11 RogueMaster

Just build RogueMaster#389 into your FW

Awessome! Please, add this in the future release of unleashed firmware...

Supertera avatar Nov 22 '22 18:11 Supertera

I have the same issue. I just use the qflipper software to create folders. Then standard organization by personal preference beyond that.

j2shortt avatar Dec 12 '22 06:12 j2shortt

Now implemented in firmware

xMasterX avatar Feb 13 '23 00:02 xMasterX