You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# !!! This Project has been deprecated in favor of [Switcheroo](https://github.com/Tyler-A/Switcheroo) / [Switcheroo Lite](https://github.com/dmynerd78/switcheroo-lite) !!!
6
+
5
7
## Requirements
8
+
This package requires pycryptodome and BeautifulSoup4.
9
+
You can install them by running
10
+
``pip install -r requirements.txt``
6
11
7
-
*``pip install pycryptodome``
12
+
(Optional) Key at offset 0x71000704D0 from the capsrv NSO loaded up in IDA as ``key.txt`` on the same folder as nxshot for automatic updating. Hash: ``24e0dc62a15c11d38b622162ea2b4383``
8
13
9
-
*``pip install BeautifulSoup4``
14
+
## Usage
10
15
11
-
* (Optional) Key at offset 0x71000704D0 from the capsrv NSO loaded up in IDA as ``key.txt`` on the same folder as nxshot for automatic updating. Hash: ``24e0dc62a15c11d38b622162ea2b4383``
16
+
``nxshot.py [-h] [-d] FILEPATH``
12
17
13
-
## Usage
18
+
positional arguments:
14
19
15
-
``nxshot.py FILEPATH``
20
+
FILEPATH "Nintendo/Album" folder from your SD card.
16
21
17
-
Positional arguments:
22
+
optional arguments:
18
23
19
-
>FILEPATH: "Nintendo/Album" folder from your SD card.
24
+
-h, --help show this help message and exit
25
+
-d, --download-nswdb Download IDs from nswdb.com instead of switchbrew.org
@@ -28,8 +35,8 @@ If some of your screenshots end up being copied to ``../Nintendo/Album/Organized
28
35
29
36
To see what games are currently automatically recognized, take a look at the [gameids.json](gameids.json) file.
30
37
31
-
The list is automatically updated from [SwitchBrew](http://switchbrew.org/index.php?title=Title_list/Games)
32
-
38
+
The list is automatically updated from [SwitchBrew](http://switchbrew.org/index.php?title=Title_list/Games) by default. [nswdb](http://nswdb.com/) can be used with the ``-d`` flag.
39
+
33
40
## Help
34
41
35
42
If you have any questions, feel free to send me a tweet [**@s1cp_**](https://twitter.com/s1cp_).
0 commit comments