File Structure
MagnetDB is distributed as a single SQLite database file (~100GB uncompressed) containing all torrent and file metadata. The database includes three main tables:
- torrents: Core torrent information (name, size, discovery timestamp)
- files: File-level metadata (paths, sizes, codecs, quality tags)
- imdb_matches: IMDb-linked video files with confidence scores
System Requirements
To work with MagnetDB, you'll need:
- Storage: At least 120GB free space (100GB database + working space)
- Memory: 8GB RAM recommended for efficient querying
- Software: SQLite-compatible tools (Python, R, SQLite browser)
License & Usage
MagnetDB is released under Creative Commons Attribution 4.0 International (CC BY 4.0). You are free to use, remix, and distribute the dataset with proper attribution to the authors.