Javernus / Gamepad-Editor

A Socket.io/Node.js program to ease the changing of the placement of images and their respective game paths.
0 stars 0 forks source link

The Editor should allow for arguments for extra folders (which go into the List) #4

Open Javernus opened 3 years ago

Javernus commented 3 years ago

When running node index.js, arguments can be given after that: node index.js ../../shortcuts/ et cetera. These arguments should get parsed and then all icons and shortcuts (think steam, downloading the icon and extracting the game link, and Uplay, Epic, Blizzard et cetera) should be displayed in the List to get dragged into the Gamepad, too. Make and use a branch named 'add-folder-args'.

Javernus commented 3 years ago

This needs research into the workings of Steam's API to fetch the icon (hash?) to then download the icon. The game path/url is already found. If impossible, maybe link the shortcut to an image of the same name. Branch is made with beginnings.