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
Source filter in the Library (All / Torrent / RomM / Direct link): shows where each
entry comes from, so ROMs served by your RomM server can be listed on their own.
Tag filter replaces the old Type filter. It covers every tag that is not a region,
language, video standard or file extension — Game, Demo, Beta, Proto, Rev, Unl… — instead of
the fixed content-type list, so tags like Beta or Proto are now filterable.
Fixed
Metadata fetch failing on large torrents. libtorrent rejects torrent info dicts above
3 MiB by default; multi-TB collection torrents (e.g. MiNERVA's Redump – Microsoft – Xbox,
~30 MB of metadata) were rejected on every peer and always timed out. The limit is now
256 MiB, and the same magnet fetches in about 20 s.
Metadata timeout is now an inactivity timeout. The clock restarts whenever bytes or new
peers arrive, so slow but healthy swarms are no longer cut off; it only gives up after the
configured time with no progress (hard cap: 30 windows). Default raised from 20 s to 30 s.
Changed
Settings → Metadata timeout hint explains the new inactivity behaviour (EN/ES).
Onboarding copy mentions the tag and source filters.