mirror of
https://github.com/aaru-dps/RedBookPlayer.git
synced 2026-02-09 13:34:57 +00:00
[PR #12] [MERGED] Player Refactor #53
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/aaru-dps/RedBookPlayer/pull/12
Author: @mnadareski
Created: 6/22/2021
Status: ✅ Merged
Merged: 6/29/2021
Merged by: @claunia
Base:
devel← Head:player-refactor📝 Commits (10+)
28a7e47Migrate to official CSCore repo1715388Split PlayableDisc from Player02193adOnly check disc init for displaying the time7fba90dRemove unnecessary async from TOC load5d0e16fFix PreviousIndex behavior49ff21eUpdate Aaru submodulea8ccfe2Separate loading into a new method60edd57Use IOpticalMediaImage, check 4CH, better subchannel usagef28de1aFix comments34c1d7aFix track flags, fix track changing again📊 Changes
8 files changed (+833 additions, -688 deletions)
View changed files
📝
.gitmodules(+1 -1)📝
Aaru(+1 -1)➕
RedBookPlayer/PlayableDisc.cs(+699 -0)📝
RedBookPlayer/Player.cs(+25 -628)📝
RedBookPlayer/PlayerView.xaml(+2 -0)📝
RedBookPlayer/PlayerView.xaml.cs(+98 -56)📝
RedBookPlayer/PlayerViewModel.cs(+7 -0)📝
RedBookPlayer/SettingsWindow.xaml.cs(+0 -2)📄 Description
This PR does the following:
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.