brokenprogrammer / RapidTunes

A music player that lets you play music from all sources.
MIT License
7 stars 4 forks source link

Refine Song & LocalSearch #18

Closed brokenprogrammer closed 6 years ago

brokenprogrammer commented 7 years ago

The Song class right now uses an integer as the song length property while it maybe should be using a string to easier fit in the Table view of the song browser. Also if it should keep using int as the type when setting the value for it it should be checked that its not a negative length etc..

The LocalSearch class should strip the filetype when it places all the songs into the array list which is returned. This might not have to be implemented because we are going to implement a class to strip the tags out of files and that class probably will handle things like that.