Files
drop/server/internal/library
DecDuck b84d1f20b5 v2 download API and Admin UI fixes (#177)
* fix: small ui fixes

* feat: #171

* fix: improvements to library scanning on admin UI

* feat: v2 download API

* fix: add download context cleanup

* fix: lint
2025-08-09 15:45:39 +10:00
..
2025-07-25 21:28:00 +10:00
2025-07-25 21:28:00 +10:00
2025-04-15 21:46:34 -04: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.