ShreyasJenner / media-player

Implementation of a media player
0 stars 0 forks source link

track list #2

Open ShreyasJenner opened 1 month ago

ShreyasJenner commented 1 month ago

get list of tracks along with audio format

ShreyasJenner commented 4 weeks ago

read all files in a directory. detect which are audio files and list it

ShreyasJenner commented 4 weeks ago

use a tree structure to store directory and files. Detect file format to be added later