mirror of
https://github.com/SabreTools/MPF.git
synced 2026-02-03 21:29:27 +00:00
[PR #26] [MERGED] Disc Information Framework #900
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/SabreTools/MPF/pull/26
Author: @mnadareski
Created: 6/12/2018
Status: ✅ Merged
Merged: 6/12/2018
Merged by: @undefined
Base:
master← Head:master📝 Commits (10+)
de48c8fAdd method to find the first (only) track of a dump9bdd2d6First use of finding the first trackdb4a785Use path combinationeb69b74Add check to ensure all output files are found2e52d00Add TODO1dbf23cAdd first iteration of getting output information (incomplete)a37e6aaAdd first two info extraction helpers17c283fAdd a couple more info grabbersfd855b9More clariication of template, fix .dat reading5adbdd2Add all CD-ROM info getters📊 Changes
2 files changed (+514 additions, -24 deletions)
View changed files
📝
MainWindow.xaml.cs(+42 -24)📝
Utilities.cs(+472 -0)📄 Description
Provide a basic framework for getting all required disc information in one place.
Currently, this is not practically hooked up (just a Dictionary is populated), but in a future PR, this will result in an outputted file with all of the information correctly formatted.
Known issues with this commit:
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.