OpenGamepadUI icon indicating copy to clipboard operation
OpenGamepadUI copied to clipboard

Implement interface to select game installation location

Open ShadowApex opened this issue 2 years ago • 2 comments
trafficstars

Currently OpenGamepadUI doesn't provide an API that can allow Library plugins to prompt the user where they would like games to be installed (e.g. installed on SD card vs internal disk). We should provide an API interface to allow users to select where to install games. Standardizing this interface could be difficult as different library providers may have different ways of storing games. At very least, we should give Library plugins an optional content box where they can populate an interface to select storage.

ShadowApex avatar Apr 02 '23 03:04 ShadowApex

We should have a DiskManager utility that uses the steam-removable-media format to manage disks within the UI.

Features I'd like to see:

  • Default install location (per library)
  • Default install location (plugins)
  • Format, and eject media
  • Inspect drive for usage, mount point, and SMART data.

pastaq avatar Apr 02 '23 06:04 pastaq

this will be partially implemented with #368

pastaq avatar Jul 11 '24 16:07 pastaq