You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Release v1.4.2: Media Browsing Standards Compliance
- Update version to 1.4.2 in manifest.json
- Update README with v1.4.2 changelog highlighting MediaClass compliance improvements
- Document the technical improvements for media browsing standards compliance
Copy file name to clipboardExpand all lines: README.md
+7Lines changed: 7 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -94,6 +94,13 @@ This integration is developed for the Yamaha R-N301 but might work with other Ya
94
94
95
95
## Recent Updates
96
96
97
+
### Version 1.4.2 - Media Browsing Standards Compliance
98
+
- **FIXED**: Updated media browsing to use MediaClass instead of MediaType for proper Home Assistant standards compliance
99
+
- **IMPROVED**: NET RADIO browsing now uses MediaClass.DIRECTORY for folders and MediaClass.TRACK for stations
100
+
- **IMPROVED**: SERVER browsing now uses MediaClass.DIRECTORY/ALBUM for containers and MediaClass.TRACK for playable items
101
+
- **ENHANCED**: Intelligent media class selection - albums use MediaClass.ALBUM, other folders use MediaClass.DIRECTORY
102
+
- **TECHNICAL**: Follows Home Assistant's media player integration standards where MediaClass categorizes browsing hierarchy and MediaType identifies playback content type
103
+
97
104
### Version 1.4.1 - Code Refactoring and Cleanup
98
105
- **IMPROVED**: Major code quality improvements with ~250 fewer lines
99
106
- **REFACTORED**: Eliminated duplicate XML parsing logic (saved ~135 lines)
0 commit comments