markjamesm / MusicSharp

MusicSharp is a lightweight TUI music player written in C#.
https://markjames.dev/blog/developing-a-cli-music-player-csharp/
GNU General Public License v3.0
57 stars 11 forks source link

Player Controls #2

Closed markjamesm closed 4 years ago

markjamesm commented 4 years ago

Need to create a window to house the player controls and wire them to the IPlayer interface.

markjamesm commented 4 years ago

The groundwork for this feature has been laid as of this commit.

markjamesm commented 4 years ago

closing this issue as Player controls have been implemented, the last element is choosing where to place them inside the UI, but that will be inside of another task.