AI Updates & Player Enhancements#118
Merged
Merged
Conversation
Contributor
✅ Unit Test Report (Node 24.x)99/99 tests passed Details |
Contributor
✅ Type Coverage Report (Node 24.x)Coverage: 99.91% (threshold: 90%) Details |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This pull request introduces two major new features to the bot: an interactive music search command and a lyrics display command. Additionally, the
README.mdhas been significantly rewritten to better describe the bot's capabilities, features, and intended audience.New Features:
Music System Enhancements
/searchcommand for interactive music selection. Users can search Jellyfin (and fall back to YouTube), see up to 5 results (tracks, albums, or playlists), and queue selections directly via numbered buttons. The system caches search results for a short period to handle user interactions efficiently./lyricscommand to display lyrics for the currently playing track. The command fetches lyrics from the Jellyfin library when available, falling back to lrclib.net for other sources, and paginates long lyrics to fit Discord's message limits.Documentation Improvements:
README Overhaul
README.mdwith a new banner, badges, and a detailed, themed description of the bot's features. The new documentation provides a clearer overview of the bot's music, AI, operations, astronomy, and crew service capabilities, and clarifies its source-available status and intended audience.