dimanche 23 juillet 2017

Pattern to detect parted files for an AudioBook

I am currently working on audiobook android application, where audios are very large, so they come in parts and media player detects it and shows it as a single item.

For example
File1 Name : some-song-name-here-01.mp3
File2 Name : some-song-name-here-02.mp3
File3 Name : some-song-name-here-03.mp3
File4 Name : some-song-name-here-04.mp3

Now app should show it as a single audio file as
some-song-name-here

What logic should i use to get such files. Or if there is some other better way let me know.

Things i have treid
I searched google and i can't find any sample project or code related to that.

Aucun commentaire:

Enregistrer un commentaire