--- alias: user-guide-multimedia-index description: "This documentation outlines managing audiovisual content and associated loss data within the system" --- # Multimedia :lock: Multimedia.**Show** ## Overview A **Multimedia** is any audiovisual content or document that is stored as an object in the system. ## Browsing Multimedia Select the **Multimedia** page to see the **Multimedia** folder structure. To see the content of each folder, select the intended folder and its content will be displayed in tile format in the pane on the right. ![multimedia_page][multimedia_page] The **Folders** structure on the left allows you to: * Create New Folder * Edit a Folder * Delete a Folder ![multimedia_page1][multimedia_page1] You can also decide whether or not to see **System Items** by selecting the box accordingly: ![multimedia_system_items][multimedia_system_items] ## Supported File Types The following table describes the file types that are supported by the application: | **File Type** | **Description** | | --- | --- | | AAC | Audio | | ASF | Video | | AVI | Video | | DOC | Document | | DOCX | Document | | HTM | URL | | HTML | URL | | JPEG | Picture | | JPG | Picture | | MOV | Video | | MP3 | Audio | | MP4 | Video | | MPEG | Video | | MPG | Video | | PDF | Document | | PNG | Picture | | PPT | Document | | PPTX | Document | | TIF | Picture | | TXT | Document | | WAV | Audio | | WMA | Audio | | WMF | Picture | | XLS | Document | | XLSX | Document | Table: Supported file types The following image illustrates the table above: ![multimedia_page1][multimedia_page2] ## Electronic Failure Catalogue The **Electronic Failure Catalogue** (EFC) is generated automatically in the system based on information from **Multimedia** objects of scope Loss and the associations between **Multimedia** objects and loss **Reasons**. This information is used to create a visually structured catalogue, which is also used when recording **Material** losses. !!! warning The generation of the image catalogue is done automatically, but it may take several minutes to complete. The EFC tree update requires a refresh of the navigation pane. ## Tying Everything Together ```mermaid graph LR A1[fabLive] -.- Main[Multimedia] L1[Loss Multimedia] --- Main --- L2[Folder] L2 --- L2 classDef mermaid_title color:#000, fill:#fafafa, stroke:#fafafa, stroke-width:0x, font-size:100%, font-weight:200; classDef mermaid_start color:#000, fill:#fafafa, stroke:#fafafa, color:#fafafa, stroke-width:0x, font-size:100%, visibility: hidden; classDef mermaid_businessdata color:#000, fill:#65CDE8, stroke:#65CDE8, stroke-width:0px, font-size:100%; classDef mermaid_nonbusinessdata color:#000, fill:#B7DEE8, stroke:#B7DEE8, stroke-width:0px, font-size:100%; classDef mermaid_entity color:#000, fill:#FB9F53, stroke:#FB9F53, stroke-width:0px, font-size:100%; classDef mermaid_entitylinked color:#000, fill:#FCD5B5, stroke:#FCD5B5, stroke-width:0px, font-size:100%; classDef mermaid_context color:#000, fill:#B9CDE5, stroke:#B9CDE5, stroke-width:0px, font-size:100%; classDef mermaid_optional color:#000, fill:#B7DEE8, stroke:#65CDE8, stroke-width:1px, font-size:100%, stroke-dasharray: 5 5; class Main mermaid_entity class A1,A2,A3,A4,A5,A6,A7,A8,A9,A10,A11,A12 mermaid_businessdata class L1,L2,L3,L4,L5,L6,L7,L8,L9 mermaid_entitylinked class C1,C2,C3,C4,C5,C6 mermaid_context class N1,N2,N3,N4,N5,N6 mermaid_nonbusinessdata click Main "../../business-data/chart" click A1 "../../business-data/parameter" click A2 "../../business-data/maintenance-plan" click A3 "../../business-data/protocol" click A4 "../../business-data/flow" click C1 "../../administration/tables/smart-tables/resourcechartcontext" click C2 "../../administration/tables/smart-tables/stepchartcontext" ``` ## Sequence Of Steps The necessary steps for correctly using a **Multimedia** are the following: 1. Create the **Multimedia**. [multimedia_page]: ../../images/multimedia_page.png [multimedia_page1]: ../../images/multimedia_page1.png [multimedia_page2]: ../../images/multimedia_page2.png [multimedia_system_items]: ../../images/multimedia_system_items.png {{ generate_index() }}