Skip to content

MediaFacer 1.0.3

Latest
Compare
Choose a tag to compare
@CodeBoy722 CodeBoy722 released this 07 Jul 10:53
· 22 commits to master since this release

1 ARUJ1yzwjpDp1aRX7oZrwQ

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