Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
shtayeb authored Oct 19, 2021
1 parent 38b4b69 commit 4395db1
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ This package get all the sound files in your local and sd card for Androi and iO
* Author
* Album
* Duration
* Path
* url
* Cover
* Duration
* Genre
Expand Down Expand Up @@ -117,7 +117,7 @@ MusicFiles returns an array of objects where you can loop, something like this.
duration : 132132312321, // miliseconds
cover : "file:///sdcard/0/123.png",
blur : "file:///sdcard/0/123-blur.png", //Will come null if createBLur is set to false
path : "/sdcard/0/la-danza-del-fuego.mp3"
url : "/sdcard/0/la-danza-del-fuego.mp3"
}
]
```
Expand Down Expand Up @@ -182,7 +182,7 @@ This class is essentially an extended version of getMusicFiles but only works on
| artist | string | artist |
| album | string | album name |
| duration | string | duration in ms |
| path | string | path of the song |
| url | string | path of the song |


#### Methods
Expand Down Expand Up @@ -223,7 +223,7 @@ This class is essentially an extended version of getMusicFiles but only works on
| author | string | author |
| album | string | album name |
| duration | string | duration in ms |
| path | string | path of the song |
| url | string | path of the song |
| fileName | string | fileName |
| cover | string | path to cover |
* ##### note :
Expand Down

0 comments on commit 4395db1

Please sign in to comment.