Skip to content

Conversation

@TheJoeFin
Copy link
Owner

No description provided.

Introduced `BooleanToFavoriteGlyphConverter` for star glyph conversion based on favorite status. Added `FavoriteTrack` to model favorited tracks and `PlaylistHistoryItem` to manage playlist history with favoriting functionality. Implemented property change notifications and metadata conversion methods.
Introduced a new FavoritesPage for displaying and managing
user's favorite tracks. Added a ViewModel to handle data
binding, track removal, and dynamic updates via
FavoritesService. Implemented UI elements for empty state,
track list, and external search links. Included debugging
statements for better traceability.
Introduced `FavoritesService` for managing favorite tracks with JSON serialization, caching, and event handling. Added `PlaylistHistoryService` to track recently played tracks, handle metadata updates, and integrate with favorites. Included error handling, duplicate prevention, and debug logging for both services.
Enhanced NowPlayingPage and PlayingPage layouts to include
favorite buttons and a playlist history section. Updated
NowPlayingViewModel to manage favorite status and integrate
with FavoritesService and PlaylistHistoryService. Added
navigation to a new Favorites page and ensured dynamic UI
updates for favorite status changes.
Refactored App.xaml.cs to initialize PlaylistHistoryService early. Updated Trdo.csproj to include FavoritesPage.xaml as a compilable resource.
Introduces a first-run tutorial window with usage instructions and animation. Removes MainWindow in favor of the new onboarding experience. Updates project files and assets accordingly.
Refine tutorial experience to show only on first launch, redesign tutorial window, and expand About page with new sections and external links. Add SettingsService for persistent app settings.
Improved NullToVisibilityConverter to handle empty strings as null, and added StringToImageSourceConverter for converting valid URL strings to BitmapImage.
Extended RadioStation with homepage and favicon properties, and StreamMetadata with album art URL. Updated conversion logic and made RadioStation partial for extensibility.
Improves Windows System Media Transport Controls support with live radio metadata, album art, and hardware button handling. Expands metadata parsing for more stream formats and improves resource management and debug logging.
Enhances station model and UI to handle homepage and favicon fields, improving metadata display and integration with system media controls.
Centralize MediaSource recreation after external pause, improve playback state handling, and optimize metadata polling and HTTP client settings for efficiency.
Enables users to open a station's homepage from the context menu and includes minor UI adjustments for improved appearance.
Improves album art handling by using async/await for proper fallback between metadata and favicon, adds success/failure feedback, and enhances debug logging.
Changed pause handling to trigger MediaSource recreation on next play, ensuring playback resumes at the live position.
Improves user feedback by displaying errors in an InfoBar when network or search issues occur. Updates view model to track and expose error states and messages. Refines UI layout to accommodate error display.
@TheJoeFin TheJoeFin added the enhancement New feature or request label Jan 3, 2026
@TheJoeFin TheJoeFin merged commit 0079b1f into main Jan 3, 2026
1 check passed
@TheJoeFin TheJoeFin deleted the favorite-songs-and-playlist branch January 3, 2026 18:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

enhancement New feature or request

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants