This extension calculates the sizes of the InstallDirectory
of all installed games.
Emulated games may not be correctly supported. If only GameImagePath
is set and not InstallDirectory
, no size will be listed. If multiple games are in the same InstallDirectory
, the total size of the directory will be listed for both games.
This script uses some pretty simple logic for calculating file sizes (the sum of the file size of each file, recursively). The file size may not be correctly calculated for a number of reasons (weird filesystem things, junction points, NTFS compressed files, etc.) Therefore, the reported size does NOT reflect "Size on disk", it's closer to Windows's "Size" calculation.
The report is saved as a game-sizes.csv
file in your Playnite profile's ExtensionData
folder. The extension automatically launches the file (probably with Excel) after completion.