Cargo2017720penglishesubsvegamoviesnlmkv Top Direct

-- Extend the existing `media` table with a few helper columns ALTER TABLE media ADD COLUMN release_group VARCHAR(16), -- e.g., 'NL' ADD COLUMN source_tag VARCHAR(32), -- e.g., 'vegamovies' ADD COLUMN subtitle_lang VARCHAR(8); -- e.g., 'en'

: Short for "subtitles," indicating that the movie has subtitles, likely in English given the context. cargo2017720penglishesubsvegamoviesnlmkv top