[GH-ISSUE #74] Library breaks when relocating a game folder from it's original drive, to a new location. #39

Closed
opened 2026-02-17 17:05:58 -05:00 by yindo · 2 comments
Owner

Originally created by @SCOPEDDXYZ on GitHub (Jun 2, 2025).
Original GitHub issue: https://github.com/Drop-OSS/drop/issues/74

So this is kind of a weird one. Say you have a folder for "Minecraft" on your main storage source. This will work just fine, but if you were to add another storage source, and move that "Minecraft" folder to it, you'll notice your entire library will just break.

I noticed this issue when I was trying to move games that I had metadata pre-setup for, while still keeping that metadata. In the end, this didn't work out, but it did help me to find this bug. I've provided logs of the error below.

While this is being dealt with, it may be a nice time to add an option to import to an existing game, rather than having a duplicate of the same game. Spoke about this with DecDuck in Discord, attached some screenshots from that conversation so this can be referred back to.

Image
Image

Originally created by @SCOPEDDXYZ on GitHub (Jun 2, 2025). Original GitHub issue: https://github.com/Drop-OSS/drop/issues/74 So this is kind of a weird one. Say you have a folder for "Minecraft" on your main storage source. This will work just fine, but if you were to add another storage source, and move that "Minecraft" folder to it, you'll notice your entire library will just break. I noticed this issue when I was trying to move games that I had metadata pre-setup for, while still keeping that metadata. In the end, this didn't work out, but it did help me to find this bug. I've provided logs of the error below. While this is being dealt with, it may be a nice time to add an option to import to an existing game, rather than having a duplicate of the same game. Spoke about this with DecDuck in Discord, attached some screenshots from that conversation so this can be referred back to. ![Image](https://github.com/user-attachments/assets/e4830cbf-b014-42d0-935b-ae13d658dc83) ![Image](https://github.com/user-attachments/assets/293b7b62-642e-4317-8f89-52d6702b3b05)
yindo closed this issue 2026-02-17 17:05:58 -05:00
Author
Owner

@DecDuck commented on GitHub (Jun 2, 2025):

To support re-discovering games after being moved between libraries, we'd need to write some sort of "identifier" to the game folder (like writing the game ID to a .dropid file at the root)

To support merging games, we'd need some work on the backend.

@DecDuck commented on GitHub (Jun 2, 2025): To support re-discovering games after being moved between libraries, we'd need to write some sort of "identifier" to the game folder (like writing the game ID to a `.dropid` file at the root) To support merging games, we'd need some work on the backend.
Author
Owner

@DecDuck commented on GitHub (Aug 1, 2025):

This issue has been addressed recently (not sure of exact commit) where games that cannot be accessed are marked as 'offline'. When moving between library sources, you will have to delete and recreate the game, which is something that can be improved. Created #152 to track that.

@DecDuck commented on GitHub (Aug 1, 2025): This issue has been addressed recently (not sure of exact commit) where games that cannot be accessed are marked as 'offline'. When moving between library sources, you will have to delete and recreate the game, which is something that can be improved. Created #152 to track that.
yindo changed title from Library breaks when relocating a game folder from it's original drive, to a new location. to [GH-ISSUE #74] Library breaks when relocating a game folder from it's original drive, to a new location. 2026-06-05 14:21:04 -04:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: Drop-OSS/drop#39