You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am writing a PowerShell script to synchronize my LaunchBox collection with Playnite collection, so I am pointing the cover and background images to assets managed by LaunchBox.
It works fine, but the problem is that when I delete a game from Playnite, it deletes the associated media from the filesystem.
I am aware this normally happens because Playnite copies images to its own directory, but I would like to have a Playnite option or at least a boolean flag in the Game class to indicate that a image is an external asset and should not be deleted on game removal.
Screenshots
No response
The text was updated successfully, but these errors were encountered:
Feature description
I am writing a PowerShell script to synchronize my LaunchBox collection with Playnite collection, so I am pointing the cover and background images to assets managed by LaunchBox.
It works fine, but the problem is that when I delete a game from Playnite, it deletes the associated media from the filesystem.
I am aware this normally happens because Playnite copies images to its own directory, but I would like to have a Playnite option or at least a boolean flag in the Game class to indicate that a image is an external asset and should not be deleted on game removal.
Screenshots
No response
The text was updated successfully, but these errors were encountered: