Compare with Previous | Blame | View Log
local LMP = LibStub("LibMediaProvider-1.0")
-- -----
-- BACKGROUND
-- -----
LMP:Register("background", "Brushed Metal", [[LMP_MediaStash\background\brushedmetal.dds]])
LMP:Register("background", "Copper", [[LMP_MediaStash\background\copper.dds]])
LMP:Register("background", "Rainbow", [[LMP_MediaStash\background\rainbowgradient.dds]])
LMP:Register("background", "Blue Gradient", [[LMP_MediaStash\background\BlueGradient.dds]])
-- -----
-- BORDER
-- ----
LMP:Register("border", "RothSquare", [[LMP_MediaStash\border\roth.dds]])
LMP:Register("border", "SeerahScalloped", [[LMP_MediaStash\border\SeerahScalloped.dds]])
LMP:Register("border", "Thin", [[LMP_MediaStash\border\Thin.dds]])
-- -----
-- FONT
-- -----
-- fonts require a license that allows redistribution
LMP:Register("font", "Adventure", [[LMP_MediaStash\fonts\Adventure.ttf]])
LMP:Register("font", "Arial Narrow", [[LMP_MediaStash\fonts\arialn.ttf]]) --had been removed from game files, so now added here
LMP:Register("font", "Black Chancery", [[LMP_MediaStash\fonts\BlackChancery.ttf]])
LMP:Register("font", "DorisPP", [[LMP_MediaStash\fonts\DORISPP.ttf]])
LMP:Register("font", "Enigmatic", [[LMP_MediaStash\fonts\Enigma__2.ttf]])
LMP:Register("font", "ESO Cartographer", [[LMP_MediaStash\fonts\esocartographer-bold.otf]]) --had been removed from game files, so now added here
LMP:Register("font", "Fitzgerald", [[LMP_MediaStash\fonts\Fitzgerald.ttf]])
LMP:Register("font", "Fontin Bold", [[LMP_MediaStash\fonts\fontin_sans_b.otf]]) --had been removed from game files, so now added here
LMP:Register("font", "Fontin Italic", [[LMP_MediaStash\fonts\fontin_sans_i.otf]]) --had been removed from game files, so now added here
LMP:Register("font", "Fontin Regular", [[LMP_MediaStash\fonts\fontin_sans_r.otf]]) --had been removed from game files, so now added here
LMP:Register("font", "Fontin SmallCaps", [[LMP_MediaStash\fonts\fontin_sans_sc.otf]]) --had been removed from game files, so now added here
LMP:Register("font", "Gentium", [[LMP_MediaStash\fonts\Gentium.ttf]])
LMP:Register("font", "Hooked Up", [[LMP_MediaStash\fonts\HookedUp.ttf]])
LMP:Register("font", "Liberation Sans", [[LMP_MediaStash\fonts\LiberationSans.ttf]])
LMP:Register("font", "Vera Serif", [[LMP_MediaStash\fonts\VeraSe.ttf]])
-- -----
-- SOUND
-- -----
-- Custom sounds currently not supported by ESO
-- -----
-- STATUSBAR
-- -----
LMP:Register("statusbar", "Aluminium", [[LMP_MediaStash\statusbar\Aluminium.dds]])
LMP:Register("statusbar", "BantoBar", [[LMP_MediaStash\statusbar\BantoBar.dds]])
LMP:Register("statusbar", "Button", [[LMP_MediaStash\statusbar\Button.dds]])
LMP:Register("statusbar", "DarkBottom", [[LMP_MediaStash\statusbar\DarkBottom.dds]])
LMP:Register("statusbar", "Diagonal", [[LMP_MediaStash\statusbar\Diagonal.dds]])
LMP:Register("statusbar", "Fifths", [[LMP_MediaStash\statusbar\Fifths.dds]])
LMP:Register("statusbar", "Fourths", [[LMP_MediaStash\statusbar\Fourths.dds]])
LMP:Register("statusbar", "Glamour", [[LMP_MediaStash\statusbar\Glamour.dds]])
LMP:Register("statusbar", "Glamour2", [[LMP_MediaStash\statusbar\Glamour2.dds]])
LMP:Register("statusbar", "Glamour3", [[LMP_MediaStash\statusbar\Glamour3.dds]])
LMP:Register("statusbar", "Glamour4", [[LMP_MediaStash\statusbar\Glamour4.dds]])
LMP:Register("statusbar", "Glamour5", [[LMP_MediaStash\statusbar\Glamour5.dds]])
LMP:Register("statusbar", "Glamour6", [[LMP_MediaStash\statusbar\Glamour6.dds]])
LMP:Register("statusbar", "Glamour7", [[LMP_MediaStash\statusbar\Glamour7.dds]])
LMP:Register("statusbar", "Glaze", [[LMP_MediaStash\statusbar\Glaze.dds]])
LMP:Register("statusbar", "Gloss", [[LMP_MediaStash\statusbar\Gloss.dds]])
LMP:Register("statusbar", "LiteStep", [[LMP_MediaStash\statusbar\LiteStep.dds]])
LMP:Register("statusbar", "Melli", [[LMP_MediaStash\statusbar\Melli.dds]])
LMP:Register("statusbar", "Minimalist", [[LMP_MediaStash\statusbar\Minimalist.dds]])
LMP:Register("statusbar", "Otravi", [[LMP_MediaStash\statusbar\Otravi.dds]])
LMP:Register("statusbar", "Outline", [[LMP_MediaStash\statusbar\Outline.dds]])
LMP:Register("statusbar", "Pill", [[LMP_MediaStash\statusbar\Pill.dds]])
LMP:Register("statusbar", "Ruben", [[LMP_MediaStash\statusbar\Ruben.dds]])
LMP:Register("statusbar", "Runes", [[LMP_MediaStash\statusbar\Runes.dds]])
LMP:Register("statusbar", "Smooth", [[LMP_MediaStash\statusbar\Smoothv2.dds]])
LMP:Register("statusbar", "Smudge", [[LMP_MediaStash\statusbar\Smudge.dds]])
LMP:Register("statusbar", "Steel", [[LMP_MediaStash\statusbar\Steel.dds]])
LMP:Register("statusbar", "Tube", [[LMP_MediaStash\statusbar\Tube.dds]])
LMP:Register("statusbar", "Wglass", [[LMP_MediaStash\statusbar\Wglass.dds]])