ebenbruyns / junkstore

Imagine a Kodi like interface for all your non-Steam games! Transform your gaming experience with Junk-Store. Say goodbye to clunky work arounds and hello to a world of endless gaming possibilities. Get ready to elevate your gaming to the next level with Junk-Store!

Home Page:https://junkstore.xyz/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

SD card mount location issue

Syltaris opened this issue · comments

INSTALL_DIR="/run/media/mmcblk0p1/Games/epic/"

^ seems like this path doesn't work for generic SD cards, the plugin will return 'not found' error when attempting to install
maybe instead of hardcoding this, is it possible to sweep/scan the location for potential SD card directories and use that to install instead?
or maybe provide a way to specify individual SD card locations?

Yeah this one became obvious only after it made contact with a lot of users. I will likely add another option in the settings menu to specify a path. I just need to wrap my head around all the uses cases that are popping up to try and cover as much ground as possible on this one.

You could copy that logic and add it to the overrides file (you can see the path in that same file), that way you can have your own custom solution that won't get clobbered by updates. This is a new concept I added recently so it might change, but it's a way to add "extensions" to extensions.

It's going to be turtles all the way down (if you know the reference).

duplicate of #37