![]() |
My Pictures Database : sort order - Printable Version +- Kodi Community Forum (https://forum.kodi.tv) +-- Forum: Support (https://forum.kodi.tv/forumdisplay.php?fid=33) +--- Forum: Add-on Support (https://forum.kodi.tv/forumdisplay.php?fid=27) +---- Forum: Picture Add-ons (https://forum.kodi.tv/forumdisplay.php?fid=150) +---- Thread: My Pictures Database : sort order (/showthread.php?tid=193114) |
My Pictures Database : sort order - michel60 - 2014-04-24 Hi, I am a new user of XBMC. My configuration is: - XBMC V12.3 - RaspBmc on Raspberry modele B - Plugin MyPicsDb (My Pictures Database) V12.2.4 When i select to display images by keys words, the list is displayed in the reverse order => the newest first. I want that the images are displayed the oldest fist. I try to change options but they are always displayed the newest fist. The images are displayed like this. - IMG_6380.JPG - IMG_6379.JPG ... - IMG_6365.JPG - IMG_6364.JPG All the EXIF data seems to be good. How can i change this ? Below the debug infomation in the xbmc.log 19:54:42 T:2728391744 DEBUG: [plugin.image.mypicsdb] line 178 in default.py function add_picture >> /home/pi/Photos/2014/Ham_LesGeants 19:54:42 T:2728391744 DEBUG: [plugin.image.mypicsdb] line 179 in default.py function add_picture >> IMG_6364.JPG 19:54:42 T:2728391744 DEBUG: [plugin.image.mypicsdb] line 229 in default.py object Main.add_picture >> Picture has EXIF Date/Time 2014-04-20 14:07:36 19:54:42 T:2728391744 DEBUG: [plugin.image.mypicsdb] line 239 in default.py object Main.add_picture >> Picture has resolution 1536 x 2048 19:54:42 T:2728391744 DEBUG: [plugin.image.mypicsdb] line 175 in default.py object Main.add_picture >> Name = /home/pi/Photos/2014/Ham_LesGeants/IMG_6365.JPG 19:54:42 T:2728391744 DEBUG: [plugin.image.mypicsdb] line 178 in default.py function add_picture >> /home/pi/Photos/2014/Ham_LesGeants 19:54:42 T:2728391744 DEBUG: [plugin.image.mypicsdb] line 179 in default.py function add_picture >> IMG_6365.JPG 19:54:42 T:2728391744 DEBUG: [plugin.image.mypicsdb] line 229 in default.py object Main.add_picture >> Picture has EXIF Date/Time 2014-04-20 14:07:38 19:54:42 T:2728391744 DEBUG: [plugin.image.mypicsdb] line 239 in default.py object Main.add_picture >> Picture has resolution 1536 x 2048 19:54:42 T:2728391744 DEBUG: [plugin.image.mypicsdb] line 175 in default.py object Main.add_picture >> Name = /home/pi/Photos/2014/Ham_LesGeants/IMG_6367.JPG 19:54:42 T:2728391744 DEBUG: [plugin.image.mypicsdb] line 178 in default.py function add_picture >> /home/pi/Photos/2014/Ham_LesGeants .... 19:54:43 T:3040223232 DEBUG: -- items: 23, sort method: 0, ascending: false Regards Michel RE: My Pictures Database : sort order - michel60 - 2014-04-26 Now when i choose the order on the left taq, it is working. I can sort by date ascending / descending. I have not changed anything ... |