Normal
First one get the categories(can think of it as folders)So it's just like browsing a folder structure. A folder can have subfolders and also pictures.First:GetPictureCategoriesWhen selecting a category we get the subfolders(if any) and list them at the top of a listGetPictureSubCategoriesand then continue filling the list with the pictures in the folder.GetPicturesBasicByCategoryThis is how MPExt works and it reflects the setting Share view in MP1. In MP1 one can select Share of Date. I'm not sure how MP2 sort it's pictures.In MPExt one can also add a filepath that is independent from the the MP defined shares.
First one get the categories(can think of it as folders)So it's just like browsing a folder structure. A folder can have subfolders and also pictures.
First:
GetPictureCategories
When selecting a category we get the subfolders(if any) and list them at the top of a list
GetPictureSubCategories
and then continue filling the list with the pictures in the folder.
GetPicturesBasicByCategory
This is how MPExt works and it reflects the setting Share view in MP1. In MP1 one can select Share of Date. I'm not sure how MP2 sort it's pictures.
In MPExt one can also add a filepath that is independent from the the MP defined shares.