More actions
No edit summary |
No edit summary |
||
(2 intermediate revisions by the same user not shown) | |||
Line 2: | Line 2: | ||
|title=GoldtreePy | |title=GoldtreePy | ||
|image=goldtreepynx.png | |image=goldtreepynx.png | ||
|description=A python port of XorTroll | |description=A python port of Quark by XorTroll (formerly Goldtree). | ||
|author=friedkeenan | |author=friedkeenan | ||
|lastupdated=2022/02/11 | |lastupdated=2022/02/11 | ||
|type= | |type=Game Installer Companion | ||
|version=0.10 | |version=0.10 | ||
|license=GPL-3.0 | |license=GPL-3.0 | ||
Line 13: | Line 13: | ||
|donation= | |donation= | ||
}} | }} | ||
A python port of XorTroll's [https://github.com/XorTroll/Goldleaf/tree/master/Quark Quark] (assistance tool for [[Goldleaf_Switch|Goldleaf]] with remote PC option, formerly named Goldtree). It is purely a CLI (no GUI). | A python port of XorTroll's [https://github.com/XorTroll/Goldleaf/tree/master/Quark Quark] (assistance tool for [[Goldleaf_Switch|Goldleaf]] with remote PC option, formerly named Goldtree). | ||
It is purely a CLI (no GUI). | |||
==User guide== | ==User guide== | ||
Line 34: | Line 36: | ||
To install all the dependencies, do <code>pip3 install -r requirements.txt</code>. Requires a PyUSB backend such as <code>libusb</code>. | To install all the dependencies, do <code>pip3 install -r requirements.txt</code>. Requires a PyUSB backend such as <code>libusb</code>. | ||
==Changelog== | |||
'''v0.10 2022/02/12''' | |||
*Updated to support Goldleaf 0.10. | |||
'''v0.9 2020/09/09''' | |||
*Total rewrite, adds support for Goldleaf 0.8 and upcoming 0.9. | |||
'''v0.7 2019/09/05''' | |||
*Fixes a few bugs that weren't caught because Goldleaf used to request 16MB at a time. | |||
'''v0.6.1 2019/08/07''' | |||
*Will not work with any Goldleaf version earlier than v0.6.1. | |||
'''v0.5 2019/06/08''' | |||
*Only works with Goldleaf v0.5. | |||
== External links == | == External links == |
Latest revision as of 12:39, 6 July 2024
GoldtreePy | |
---|---|
General | |
Author | friedkeenan |
Type | Game Installer Companion |
Version | 0.10 |
License | GPL-3.0 |
Last Updated | 2022/02/11 |
Links | |
Download | |
Website | |
Source | |
A python port of XorTroll's Quark (assistance tool for Goldleaf with remote PC option, formerly named Goldtree).
It is purely a CLI (no GUI).
User guide
To use, open Goldleaf, run Goldtree.py, and then open Explore content > Remote PC (via USB) in Goldleaf.
usage: Goldtree.py [-h] [-f SELECTED_FILE] [drive_paths [drive_paths ...]] positional arguments: drive_paths optional arguments: -h, --help show this help message and exit -f SELECTED_FILE, --selected-file SELECTED_FILE
Additionally, if you don't specify the selected-file
argument and your first argument is a file, then that file will be treated as the selected file. The paths specified with the drive_paths
arguments will show as drives in Goldleaf so you don't have to navigate a bunch of folders to get to them.
You need to run as root to run the script (using sudo
) unless you set up udev rules to avoid this. This can be done with pheki's nx-udev project.
To install all the dependencies, do pip3 install -r requirements.txt
. Requires a PyUSB backend such as libusb
.
Changelog
v0.10 2022/02/12
- Updated to support Goldleaf 0.10.
v0.9 2020/09/09
- Total rewrite, adds support for Goldleaf 0.8 and upcoming 0.9.
v0.7 2019/09/05
- Fixes a few bugs that weren't caught because Goldleaf used to request 16MB at a time.
v0.6.1 2019/08/07
- Will not work with any Goldleaf version earlier than v0.6.1.
v0.5 2019/06/08
- Only works with Goldleaf v0.5.