OpenTune 应用
InnerTune的一个分支,适用于Android的Material 3 YouTube Music客户端功能:
- 无广告播放YT/YT Music中的歌曲
- 背景播放
- 从YouTube Music搜索歌曲、视频、专辑和播放列表
- 库管理
- 缓存和下载歌曲以供离线播放
- 同步歌词
- 跳过静音
- 音频标准化
- 动态主题
- 本地化
- 支持Android Auto
- 个性化快速选择
- Material 3
更新详情 2.0.1
- Improved player state management and communication with the new music widget, including progress updates, state changes (IDLE, BUFFERING, etc.), and handling of volume, mute, position, and "like" status.
- Replaced the widget progress update system with a more efficient Coroutines-based system.
- Added error handling with try-catch blocks in various player interactions.
- Visually updated the music widget with a glassmorphism style, shadows, rounded corners, and new backgrounds.
- The "Like" button now reflects the actual track state, and the "Play/Pause" button changes color if repeat mode is enabled.
- Added a new music widget in Beta, with playback controls, track information display, and dynamic progress.
- Refactored PlayerConnection using immutable StateFlow and new properties to reflect connection state, progress, volume, mute status, and more.
- Added new control methods such as toggleShuffle, toggleReplayMode, seekTo, setVolume, toggleMute, among others.