Files
drop/server/internal/library
2025-11-03 13:54:53 +11:00
..
2025-09-20 11:21:53 +10:00
2025-11-03 13:54:53 +11:00
2025-09-20 11:21:53 +10:00
2025-04-15 21:46:34 -04:00
2025-08-20 11:50:59 +10:00

Library Format

Drop uses a filesystem-based library format, as it targets homelabs and not enterprise-grade solutions. The format works as follows:

/{game name}

The game name is only used for initial matching, and doesn't affect actual metadata. Metadata is linked to the game's database entry, which is linked to it's filesystem name (they, however, can be completely different).

/{game name}/{version name}

The version name can be anything. Versions have to manually imported within the web UI. There, you can change the order of the updates and mark them as deltas. Delta updates apply files over the previous versions.