Commit Graph

2 Commits

Author SHA1 Message Date
Maurice O'Neal
10e5af0588 I've fully written out code for the base of the app and tested to to be
working, also added svg icons to the user interface. the settings button
currently does nothing (still work in progress). during testing, i
discovered QMediaPlayer would have trouble playing some music files that
have an ID3 tag so AudFile was created as a way to read the size of the
ID3 tag and step over it when QMediaPlayer reads from the file. although
it fixed the playback issue, QMediaPlayer is now having trouble
calculating the duration properly without the tag. i already have a
solution to the porblem in mind, more to come in the next commit.
2016-10-10 13:29:41 -04:00
Maurice O'Neal
455723cede 1st commit for this project. current work in progress is to get the
basic skelton for all classes setup and then i will fill in all code
later, it's not compilable at this time.
2016-10-03 00:47:02 -04:00