Open Issues Need Help
View All on GitHubAI Summary: Relocate the functionality for adding and editing servers from a dedicated 'Servers' page to the existing 'Settings' page within the WinSonic application. This involves migrating the relevant UI elements, data handling, and backend logic.
AI Summary: Implement a new button on the QueuePage of the WinSonic application. This button should allow users to create a new playlist using the currently queued songs. The user will be prompted to provide a name for the new playlist.
AI Summary: Implement a `PlayNext` method within the `PlayerPlaylist` class of the WinSonic project. This method should handle advancing to the next song in the playlist, likely involving updating the currently playing track and potentially managing playlist looping or shuffling.
AI Summary: Implement a Genre page for the WinSonic music application. This page should display all available genres. Clicking on a genre should dynamically populate a GridTable displaying all songs belonging to that genre.