ddotthomas / SteamDeck_SD_Card_Scanner

A program to keep track of the games on the Steam Deck's SD card
GNU General Public License v3.0
18 stars 0 forks source link

SD Root may be dynamic. #7

Closed jcc10 closed 1 year ago

jcc10 commented 1 year ago

When mounting my SD cards it's now showing up under /run/media/deck/[some kind of UUID?]

This causes the app to not function.

It may be best for the app to scan /run/media/* for the steamapps folder and have a cardname.txt file with one line being the card's name. (or just generate a name from the path?)

anyway, this may just be from the preview channel or it may not, however it would allow for multiple libraries to be tracked at the same time. (For docked / USB drive situations.)

ddotthomas commented 1 year ago

I'll have to look into that, thanks for bringing it up

ddotthomas commented 1 year ago

The issue should be fixed with the updates from #8