Very small mpd client with limited functionality. Generates a genre-subgenre tree that the user can traverse to see all tracks falling under that genre selection. At any point, the user can add all tracks falling under the currently selected parameters to the mpd queue. Tracks will only be considered to fall under the selected genre if their "genre" tag matches one of the lowest level subgenres under a genre. Genres and their subgenres are parsed from a simple textfile listing genres, and subgenres underneath them, with a tab depth 1 more than the parent genre
stylefreak
Electronic
House
Deep House
French House
Dubstep
Brostep
Chillstep
Dubstep
Rock
Alternative
Metal
According to the above rules... * A file with a genre of Deep House would fall under Deep House, House, and Electronic * A file with a genre of Dubstep would fall under Dubstep, Dubstep, and Electronic * A file with a genre of House WOULD NOT fall under House or Electronic
This project was mostly for testing out rust as a programming language. Originally I wanted to make an entire music player modeled after ncmpcpp but with more flexibility like foobar2000, configured via textfiles. After a while though, I decided that I basically like ncmpcpp and it'd be too much work. Therefore, I scrapped the majority of the project to work on other things and limited scope to the one thing I really wanted, genre sorting and the ability to customize that sorting
<All>
options in Artist, Album, and Track menus