Kodi Community Forum

Full Version: My Pictures Database : sort order
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
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
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 ...