Skip to content

A simple utility to copy the screenshots of a Nintendo Switch in folders organized by game

License

Notifications You must be signed in to change notification settings

lechip/siwtchScreenshotOrganizer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

NINTENDO SWITCH SCREENSHOT PROCESSOR

This is a simple node CLI tool that recursively copies the jpg and mp4 files of the /Album folder of the Nintendo Switch SD card and outputs it in the chosen output folder an collection of folders for each game and with the media files withtin each corresponding game.

Usage:

node index.js -i "E:\Nintendo\Album" -o "D:\lechip\Downloads\output" # input is the "Album" folder of the SD card
# node index.js -i "D:\lechip\Downloads\Album" -o "D:\lechip\Downloads\output" # Alternative if copyied to disk
Attempting to organize Sreenshots in ./AlbumC
Reading 996 files
Processed 996 files.

TODO

  • Check what happens with directories that already have folders
  • Tests?
  • Make a dry-run option
  • Rename to "Nintendo Switch Media Exporter"
  • Open-Source
  • Publish on NPM

About

A simple utility to copy the screenshots of a Nintendo Switch in folders organized by game

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published