XBMC Community Forum
Menu Sorting Help - Printable Version

+- XBMC Community Forum (http://forum.xbmc.org)
+-- Forum: Development (/forumdisplay.php?fid=32)
+--- Forum: Python Add-on Development (/forumdisplay.php?fid=26)
+--- Thread: Menu Sorting Help (/showthread.php?tid=121382)



Menu Sorting Help - k_zeon - 2012-01-29 17:49

I am scraping a website and then listing the names in a Menu
I would like to Sort them A-Z but the website does not have a sort by A-Z

Is there and easy way to get a list scraped, then sort, then display the Menu, or will I have to scrap the list first , then sort the list then create the Menu

any help is appreciated.

tks