promotional bannermobile promotional banner

Simple Media Lib

Abandoned
A simple library for the sharing of media files amongst add-ons
<p>More of the fonts included in the font pack.</p>

More of the fonts included in the font pack.

<p>The new fonts provided in the font pack. Screenshots taken in-game.</p>

The new fonts provided in the font pack. Screenshots taken in-game.

Description

Simple Media Lib

A simple library for the sharing of media files amongst add-ons. Also provided is SimpleMedia-RoM provides some media that are standard Runes of Magic files. and SimpleMedia-FontPack provides 32 new fonts for use with RoM.

What it is

On its own, this add-on does very little. It maintains a list of media files that other add-ons may query in order to use these media files. Further, add-ons may register their own media files with Simple Media Lib in order to allow other add-ons to use these media files as well. The more add-ons that are Simple Media Lib aware, the more this add-on will be useful.

For Users

Just download and install Simple Media Lib like any other add-on. That's it really. Nothing fancy to do.

For Developers

In order to make your add-on Simple Media Lib aware, you will first need to load LibStub into your add-on and do the following:

local smlib = LibStub:GetLibrary("SimpleMediaLib", true);

If smlib is nil, then the library isn't loaded. Simple Media Lib provides some iterators for the media types it maintains, so you may retrieve a list of fonts by doing:

for _, entry in smlib:Fonts() do
    DEFAULT_CHAT_FRAME:AddMessage("Font Name: "..entry.name);
end

See Using SML.txt for details

The Simple Media Lib Team

profile avatar
  • 6
    Projects
  • 23.1K
    Downloads

More from _ForgeUser5823352View all

  • Perylous Action Bars project image

    Perylous Action Bars

    • 9.4K
    • Addons

    A simple addon to allow scaling and context opacity of the Runes of Magic action bars.

    • 9.4K
    • August 14, 2011
    • Addons
  • TransportMap project image

    TransportMap

    • 5.1K
    • Addons

    Shows clickable maps for all transport book markings.

    • 5.1K
    • January 7, 2011
    • Addons
  • KeyBinder project image

    KeyBinder

    • 2.2K
    • Addons

    KeyBinder allows key bindings to pretty much anything in the game.

    • 2.2K
    • January 1, 2011
    • Addons
    • +3
  • BannerBegone project image

    BannerBegone

    • 5.0K
    • Addons

    Hides the Scrolling Banner from the screen

    • 5.0K
    • November 10, 2010
    • Addons
  • Perylous Action Bars project image

    Perylous Action Bars

    • 9.4K
    • Addons

    A simple addon to allow scaling and context opacity of the Runes of Magic action bars.

    • 9.4K
    • August 14, 2011
    • Addons
  • TransportMap project image

    TransportMap

    • 5.1K
    • Addons

    Shows clickable maps for all transport book markings.

    • 5.1K
    • January 7, 2011
    • Addons
  • KeyBinder project image

    KeyBinder

    • 2.2K
    • Addons

    KeyBinder allows key bindings to pretty much anything in the game.

    • 2.2K
    • January 1, 2011
    • Addons
    • +3
  • BannerBegone project image

    BannerBegone

    • 5.0K
    • Addons

    Hides the Scrolling Banner from the screen

    • 5.0K
    • November 10, 2010
    • Addons