Hacking [SX OS Tip] Alphabetical Order your Rom

soaresden

Well-Known Member
OP
Member
Joined
Dec 16, 2013
Messages
333
Trophies
1
XP
2,109
Country
France
Hi everyone,

Since you already know, when you transfer your xci in your microsd, the latest rom is loaded at first in the menu.
Because i Have a 256Go, it's difficult to choose a game remembering what was the first rom you transfered.

To help: Grab this portable freeware

SD Sorter :

upload_2018-7-7_13-35-19.png


Just instert the SD on your computer and hit Sort SD Card Twice to make sure it's sorted.

When you load up again, it will be sorted by name of your file

2018-07-05 22.06.50.jpg


Nota : You can sort With Numbers to have your current games on the beginning.
Per exemple, if you are on Super Mario Odyssey, then rename your "Super Mario Odyssey.xci" to "00-Super Mario Odyssey.xci"
The file will be at the very left :)

Some info from the website :

SDSorter on the other hand just moves (renames) the files into a temp folder with the correct order and moves the files back again into the original path.
All the actions of SDSorter are tracked at the log file.
This makes more secure SDSorter and more cross-platform but does not mean that it is 100% secure operation. So : Please back up your SD card before proceeding, I am not responsible for any data or even hardware loss


EDIT Sunday 21 October 2018 :
With SxOs support, SDSorter don't recognize the HDD, so I have found a new freeware to order the disk and :
https://www.softpedia.com/get/System/File-Management/FAT-Sorter.shtml
FAT-Sorter_1.png


Because I don't want to install it, I made it portable with Universal Extractor and here is the link for this portable version.

http://www.mediafire.com/file/1371e1k7wdmsj5p/FatSorter-1.0.4.zip/file

Personnaly I don't recommand to Process Subfolders because of risk of corruption.
 
Last edited by soaresden,

wurstpistole

GBAtemp MVP
Member
Joined
Nov 19, 2015
Messages
4,661
Trophies
1
XP
5,441
Country
United Kingdom
Just a question, how does this work? Like, in theory. What does it do to make games appear in a certain order? Modify timestamp?
BTW I already mailed TX about some kind of sort function or a grid view since scrolling through a lot of games when you have many on the card is a bit tedious, they said they work on it
 

skylol

Member
Newcomer
Joined
Feb 18, 2018
Messages
17
Trophies
0
Age
30
XP
205
Country
Germany
505 games? Damn you must've downloaded the whole library.

Thanks for the tool, might come in handy whenever my jig arrives.
 

julienbdes

Well-Known Member
Member
Joined
Sep 3, 2015
Messages
175
Trophies
0
Age
34
XP
326
Country
Canada
505 games? Damn you must've downloaded the whole library.

Thanks for the tool, might come in handy whenever my jig arrives.
505 Games is the Publisher Name/Compagny name probably :P.
If you are too impatient, look forward to Paperclip or Tin foil, reliable and easy. After just go with AutoRcm
 

soaresden

Well-Known Member
OP
Member
Joined
Dec 16, 2013
Messages
333
Trophies
1
XP
2,109
Country
France
Just a question, how does this work? Like, in theory. What does it do to make games appear in a certain order? Modify timestamp?
BTW I already mailed TX about some kind of sort function or a grid view since scrolling through a lot of games when you have many on the card is a bit tedious, they said they work on it

It's simple, the tool create a temp directory and move all your files in there
Then it moves back with alphabetical order as if you transfer from Z to A (you can see the change log when it's complete on the textbox at the bottom).
This way, the XCI files are just allocated without delting and transfering again everything

--------------------- MERGED ---------------------------

505 games? Damn you must've downloaded the whole library.

Thanks for the tool, might come in handy whenever my jig arrives.
lol yes, it's the publisher of Portal Knights :)
 
Last edited by soaresden,
  • Like
Reactions: peteruk

skylol

Member
Newcomer
Joined
Feb 18, 2018
Messages
17
Trophies
0
Age
30
XP
205
Country
Germany
505 Games is the Publisher Name/Compagny name probably :P.
If you are too impatient, look forward to Paperclip or Tin foil, reliable and easy. After just go with AutoRcm


You are right, thanks for the heads up.
I tried the tinfoil method but I suck at stuff like that. :P
 
  • Like
Reactions: julienbdes

soaresden

Well-Known Member
OP
Member
Joined
Dec 16, 2013
Messages
333
Trophies
1
XP
2,109
Country
France
Last edited by soaresden,
  • Like
Reactions: RahFah and peteruk

Toanzzz

New Member
Newbie
Joined
Jul 10, 2014
Messages
1
Trophies
0
Age
36
XP
67
Country
I just wrote a script in to do it in my macbook (thanks to @soaresden idea) and I think I should share with everyone here:

Code:
( \
  export DIR=`pwd`; \
  echo "Working dir: $DIR"; \
  echo "Making temp folder..."; \
  mkdir -p "__tmp"; \
  for f in *.{xci,nsp}; \
  do \
    echo "Moving $f to temporary folder..."; \
    mv -f "$f" "__tmp/$f"; \
  done; \
  cd __tmp; \
  for f in *.{xci,nsp}; \
  do \
    echo "Moving $f back..."; \
    mv -f "$f" "$DIR/$f"; \
  done; \
  cd $DIR; \
  echo "Done, cleaning up..."; \
  rm -rf __tmp; \
)

How to use:
- Open Terminal
- Browse (cd) to your xci/nsp folder
- Copy, paste & run the script
- Enjoy :grog:
 

Site & Scene News

Popular threads in this forum

General chit-chat
Help Users
    Psionic Roshambo @ Psionic Roshambo: By the power of Florida Man, I have the power!!! *Lifts up meth pipe* Meth Man!!! lol