Module:Data/Media/Soundtrack/raw

Revision as of 19:43, 23 October 2024 by Mistiryshak (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Documentation for this module may be created at Module:Data/Media/Soundtrack/raw/doc

local media = {
-- Persona
	--P2
	['p2sc1'] = 'Persona 2: Innocent Sin × Eternal Punishment Sound Collection vol.1',
	['p2sc2'] = 'Persona 2: Innocent Sin × Eternal Punishment Sound Collection vol.2',
	['p2sc3'] = 'Persona 2: Innocent Sin × Eternal Punishment Sound Collection vol.3',
	['p2sc4'] = 'Persona 2: Innocent Sin × Eternal Punishment Sound Collection vol.4',
	['p2sc5'] = 'Persona 2: Innocent Sin × Eternal Punishment Sound Collection vol.5',
	['p2sc6'] = 'Persona 2: Innocent Sin × Eternal Punishment Sound Collection vol.6',
	--P4G
	['p4gaostv1'] = 'Persona 4 The Golden Animation Original Soundtrack Vol.1',
	['p4gaostv2'] = 'Persona 4 The Golden Animation Original Soundtrack Vol.2',
	--P5A
	['p5aost1'] = 'Persona 5 the Animation Original Soundtrack Vol.1',
	['p5aost2'] = 'Persona 5 the Animation Original Soundtrack Vol.2',
	['p5aost3'] = 'Persona 5 the Animation Original Soundtrack Vol.3',
	['p5aost4'] = 'Persona 5 the Animation Original Soundtrack Vol.4',
	-- Persona Movies
	['p3msobts'] = 'Persona 3 The Movie -#1 Spring of Birth- Theme Song CD Set',
	['p3msobst'] = 'Persona 3 The Movie #1 Spring of Birth Soundtrack CD',
	['p3mmkdts'] = "Persona 3 The Movie -#2 Midsummer Knight's Dream- Theme Song CD Set",
	['p3mmkdst'] = "Persona 3 The Movie #2 Midsummer Knight's Dream Soundtrack CD",
	['p3mfdts'] = 'Persona 3 The Movie -#3 Falling Down- Theme Song CD Set',
	['p3mfdst'] = "Persona 3 The Movie #3 Falling Down Soundtrack CD",
	['p3mworts'] = 'Persona 3 The Movie -#4 Winter of Rebirth- Theme Song CD Set',
	['p3mworst'] = "Persona 3 The Movie #4 Winter of Rebirth Soundtrack CD",
	-- Persona original CDs
	['amp34v1'] = 'Atlus Music Persona3&Persona4 Sound Selection Vol.1',
	['amp34v2'] = 'Atlus Music Persona3&Persona4 Sound Selection Vol.2',
-- Devil Survivor
	['desu2aostv1'] = 'Devil Survivor 2 The Animation Original Sound Track Vol.01',
	['desu2aostv2'] = 'Devil Survivor 2 The Animation Original Sound Track Vol.02',
-- Other
	['tmsedsv1'] = 'Tokyo Mirage Sessions ♯FE Encore Digital Single vol.1 Reincarnation',
	['tmsedsv2'] = 'Tokyo Mirage Sessions ♯FE Encore Digital Single vol.2 Feel',
	['tmsedsv3'] = 'Tokyo Mirage Sessions ♯FE Encore Digital Single vol.3 The Labyrinth',
	['tmsedsv4'] = 'Tokyo Mirage Sessions ♯FE Encore Digital Single vol.4 Amaoto no Memory',
	['tmsedsv5'] = 'Tokyo Mirage Sessions ♯FE Encore Digital Single vol.5 Dream☆Catcher',
	['tmsedsv6'] = 'Tokyo Mirage Sessions ♯FE Encore Digital Single vol.6 Give me!!',
	['tmsedsv7'] = 'Tokyo Mirage Sessions ♯FE Encore Digital Single vol.7 She is...',
	['amusv1'] = 'Atlus Music User Selection Vol.1',
	['amusv2'] = 'Atlus Music User Selection Vol.2',
}

return {
    media = media,
}