Need help with sorting
#1
Is it possible to list items in the a directory in the order that they were added? For example, if I add:

aTitle - Test 1
cTitle - Test 2
bTitle - Test 3

By, default these three items will be listed on XBMC as:

aTitle - Test 1
bTitle - Test 3
cTitle - Test 2

What is the correct SORT_METHOD that I should use?
Reply
#2
SORT_METHOD_NONE should do that I think?
Always read the XBMC online-manual, FAQ and search the forum before posting.
Do not e-mail XBMC-Team members directly asking for support. Read/follow the forum rules.
For troubleshooting and bug reporting please make sure you read this first.


Image
Reply
#3
Oh yeah, that works. I tried that before but it wasn't working because I had addSortMethod on the wrong line. Rofl

Thanks
Reply

Logout Mark Read Team Forum Stats Members Help
Need help with sorting0