GoogleCodeArchives / xbmc-scripts

Automatically exported from code.google.com/p/xbmc-scripts
0 stars 0 forks source link

order by missing by rootpaths #2

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
when adding a new root path, the actual list of rootpath's are shown whithout 
an default order.

My advice: sort it by directory name

This is my suggestion for MypicsDB.py

def RootFolders():
    "return folders which are root for scanning pictures"
    return [row for row in Request( """SELECT path,recursive,remove,exclude FROM Rootpaths ORDER BY path""")]

Original issue reported on code.google.com by mdeb...@gmail.com on 19 Jan 2011 at 9:20

GoogleCodeExporter commented 9 years ago

Original comment by mdeb...@gmail.com on 19 Jan 2011 at 9:43

GoogleCodeExporter commented 9 years ago
Change made

Original comment by alexso...@gmail.com on 19 Jan 2011 at 9:52