-
Notifications
You must be signed in to change notification settings - Fork 0
/
README
51 lines (33 loc) · 2.19 KB
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
# XBoxBurner
XboxBurner is a graphics program that allows you to burn game images for Xbox Classic and Xbox360 to disc.
![Browse](https://raw.githubusercontent.com/juliagoda/XboxBurner/main/resources/images/XBoxBurner.png)
[![Build Status](https://travis-ci.org/juliagoda/XboxBurner.svg?branch=master)](https://travis-ci.org/juliagoda/XboxBurner)
![CodeFactor Grade](https://img.shields.io/codefactor/grade/github/juliagoda/XboxBurner)
[![Open Source Helpers](https://www.codetriage.com/juliagoda/xboxburner/badges/users.svg)](https://www.codetriage.com/juliagoda/xboxburner)
[![Coverity Scan Build Status](https://scan.coverity.com/projects/24302/badge.svg)](https://scan.coverity.com/projects/juliagoda-xboxburner)
[![Commit Activity](https://img.shields.io/github/commit-activity/m/juliagoda/XboxBurner)](https://github.com/juliagoda/XboxBurner/graphs/contributors)
[![Code Climate](https://codeclimate.com/github/juliagoda/XboxBurner/badges/gpa.svg)](https://codeclimate.com/github/juliagoda/XboxBurner)
[![GitHub pull-requests closed](https://img.shields.io/github/issues-pr-closed/juliagoda/XboxBurner)](https://github.com/juliagoda/XboxBurner/pulls)
[![PRs Welcome](https://img.shields.io/badge/PRs-welcome-brightgreen.svg?style=flat-square)](http://makeapullrequest.com)
The original old source is [here](https://sourceforge.net/projects/xboxburner/)
## Features
- Burns XBox and XBox360 game images
- Infos for burner and media
- Maximum media compatibility with DVD-ROM
- Progress bar for burning and buffers
- Log for info and error analysis
## Dependencies
### For Qt5
Arch Linux - qt5-base, dvd+rw-tools
Debian Based - qtbase5-dev, dvd+rw-tools
RPM Based (like Fedora) - qt5-qtbase, dvd+rw-tools
Windows - https://doc.qt.io/qt-5/windows.html, http://fy.chalmers.se/~appro/linux/DVD+RW/tools/win32/
### For Qt6
Arch Linux - qt6-base, dvd+rw-tools
Debian Based - not yet, dvd+rw-tools
RPM Based (like Fedora) - qt6-qtbase, dvd+rw-tools
Windows - https://doc.qt.io/qt-6/windows.html, http://fy.chalmers.se/~appro/linux/DVD+RW/tools/win32/
## Future plans
* Support for other XBOX consoles
* After taking into account other Xbox versions, we can think about other consoles and rename the program
* Tests for Mac OS X