mirror of
https://github.com/Melon-Bread/RetroUFO
synced 2024-11-24 16:28:30 -05:00
Added more info and crossed off (while also adding) some TO-DOs 🔄
This commit is contained in:
parent
ebc29dd7ab
commit
1225d83d47
23
README.md
23
README.md
@ -3,7 +3,7 @@
|
||||
[![Python Version](https://img.shields.io/pypi/pyversions/Django.svg)](https://www.python.org/downloads/) [![License.](https://img.shields.io/github/license/mashape/apistatus.svg)](https://opensource.org/licenses/MIT)
|
||||
|
||||
A ~~messy~~ Python script that grabs the latest version of every libretro core from the [build bot](https://buildbot.libretro.com/).
|
||||
(As of right now it only downloads the 64-Bit Linux cores)
|
||||
|
||||
***
|
||||
### Usage
|
||||
|
||||
@ -13,13 +13,24 @@ Just run the script with _Python 3_:
|
||||
python3 ./RetroUFO.py
|
||||
```
|
||||
|
||||
It will then download and extract all the (latest version) of each core to: `~/.config/retroarch/cores/`
|
||||
It will then download and extract all the latest versions of each core to their default location based on `retroarch.default.cfg` for each platform
|
||||
_(Which is only Linux & Windows for right now)_
|
||||
|
||||
If you are more of a advance user, and want to do things a bit more manually, you can view all the scripts arguments by:
|
||||
```bash
|
||||
python3 ./RetroUFO.py --help
|
||||
```
|
||||
|
||||
|
||||
***
|
||||
### TO-DO
|
||||
|
||||
- Set where cores downloaded
|
||||
- Set where cores are extracted for RA Usage
|
||||
- Choose which architecture you are downloading format
|
||||
- Choose what platform you are downloading format
|
||||
- Set where cores are downloaded
|
||||
- ~~Set where cores are extracted for RA Usage~~
|
||||
- ~~Choose which architecture you are downloading format~~
|
||||
- ~~Choose what platform you are downloading format~~
|
||||
- ~~Auto detect platform & architecture~~
|
||||
- Download progress bar
|
||||
- ~~Keep downloaded archives~~
|
||||
- Give better console output
|
||||
- Real error handling
|
||||
|
Loading…
Reference in New Issue
Block a user