summaryrefslogtreecommitdiffstats
path: root/BeetPlayer.pro
Commit message (Collapse)AuthorAgeFilesLines
* Rethink GUIArno2017-02-251-2/+4
| | | | | | | | | | While figuring out how to populate the album view, I realized that I don't want to view my music by albums, only by artist, maybe by genre... So I removed the QComboBox for the different sort orders and concentrated on the filter, which is a good thing (tm). Just make the filter find anything you need. Name/Title is already implemented. Have to think about genre/year...
* Implement basic player layoutArno2017-02-251-2/+5
| | | | Does nothing yet, just for show :)
* Added Menus and GlobalsArno2017-02-191-2/+4
|
* Added some ArtworkArno2017-02-191-0/+3
|
* First version of IndexerWidgetArno2017-02-181-2/+6
| | | | List metadata of files, nothing else...
* Initial commitArno2017-02-181-0/+31
Create database and connect. Does nothing yet...