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
Switch screenshots are stored in the following format: `[timestamp]-[game id].jpg`.
43
-
Therefore, we can use the filenames to figure out which game it was from.
52
+
Therefore, we can use the filenames to figure out from which game it was taken.
44
53
45
54
For example, the screenshot `2017030619573600-F1C11A22FAEE3B82F21B330E1B786A39.jpg`
46
55
was taken on March 6, 2017 in the game The Legend of Zelda: Breath of the Wild.
47
56
Some titles may have more than one ID, depending on the region or version. Demos
48
57
also have their own IDs.
49
58
50
59
The Switch UI contains multiple IDs, for different parts of the UI (home menu,
51
-
friends list, system settings, etc.). For simplicity, I've labeled all those
52
-
IDs as "Nintendo Switch".
60
+
friends list, system settings, etc.). For simplicity, I've labeled all those
61
+
IDs as "Nintendo Switch".
62
+
63
+
Today, the Switch saves files as JPG (screenshots) or MP4 (recordings). The program
64
+
also supports PNG files in case Nintendo ever adds lossless screenshots.
53
65
54
66
The `game_ids.json` file follows this format:
55
67
```
@@ -61,7 +73,7 @@ The `game_ids.json` file follows this format:
61
73
62
74
## Contributing
63
75
64
-
The initial version of `game_ids.json`contains only the titles I have played.
76
+
The initial version of `game_ids.json`contained only the titles I have played.
65
77
If you have a screenshot for a game that is not on this list, the program will
66
78
output a warning telling you which screenshot it was.
67
79
@@ -73,5 +85,6 @@ The Windows `.exe` was generated using PyInstaller.
73
85
74
86
## Discussion
75
87
76
-
If you want to discuss the program or ask questions about it, please check out
77
-
the [Reddit thread at /r/NintendoSwitch](https://www.reddit.com/r/NintendoSwitch/comments/6rcttl/i_made_a_program_to_organize_switch_screenshots/) or tweet at me [@RenanGreca](https://twitter.com/RenanGreca). :)
88
+
If you want to discuss the program or ask questions about it, create an issue, check out the
89
+
[Reddit thread at /r/NintendoSwitch](https://www.reddit.com/r/NintendoSwitch/comments/6rcttl/i_made_a_program_to_organize_switch_screenshots/)
90
+
or send me a tweet [@RenanGreca](https://twitter.com/RenanGreca). :)
0 commit comments