Releases: CodeBoy722/MediaFacer
Releases · CodeBoy722/MediaFacer
MediaFacer 1.0.3
An android library for structured querying of the MediaStore to get media files in the simplest way possible taking into account both storage mediums on device
Added functions in videoGet and pictureGet classes
audioGet.getAbsoluteVideoFolders(Uri contentLocation)
returns an ArrayList of videoFolderContent with each videoFolderContent having all videoContent of the specific folder in it videoFiles variable, you don't have to use getAllVideoContentByBucket_id(int bucket_id) to get the videos is the folder anymore
pictureGet. getAbsolutePictureFolders()
returns an ArrayList of pictureFolderContent with each pictureFolderContent having all pictureContent of the specific folder in it photos variable you don't have to use getAllPictureContentByBucket_id(int bucket_id) to get the images in the folder anymore