Skip to main content

Documentation Index

Fetch the complete documentation index at: https://mintlify.com/Edgar11-06/SistemaMultimedia/llms.txt

Use this file to discover all available pages before exploring further.

Sistema Multimedia is a comprehensive Windows desktop application built with C# and .NET 8 WinForms. It brings together a rich set of tools — file browsing, media playback, image editing with GPS EXIF support, live camera capture, and powerful data fusion and validation modules — all integrated in a single, cohesive suite.

Get Started

Learn what Sistema Multimedia is, how to install it, and how all the modules fit together.

Quickstart

Build and run the application in minutes, then explore your first module.

File Explorer

Navigate drives and directories with a familiar tree-view explorer and rich context menus.

Media Playback

Play MP3 playlists with artwork and lyrics, or watch videos with full-screen VLC playback.

Image Editor

Apply filters, resize, annotate, and embed GPS coordinates directly into JPEG EXIF data.

Camera

Capture photos and record video from any DirectShow-compatible webcam using OpenCvSharp.

Data Fusion

Import CSV, JSON, and XML files and export data to SQL Server, MariaDB, or PostgreSQL.

Data Validation

Run automated quality checks on any dataset and generate HTML or plain-text reports.

What’s Inside

Sistema Multimedia is organized as a multi-project .NET solution. The main application (SistemaMultimedia) hosts the file explorer and launches every specialized tool. Supporting projects provide shared services that any module can use.

SistemaMultimedia

The main WinForms host — file explorer, media players, image editor, camera, data fusion, and document viewer.

DataValidationModule

Stand-alone data-quality engine with validators, a data cleaner, and TXT/HTML report exporters.

Imagenes.Shared

Shared GPS EXIF services (GpsExifService, ImageMetadataService) used by the image editor and geolocation form.

FotoGeolocalizada

WinForms module for reading and writing GPS coordinates into JPEG files, with an embedded Google Maps view.

VisorEditorDocumentos

PDF and Word document viewer/editor powered by OpenXML.

Quick Orientation

1

Build the solution

Open SistemaMultimedia.sln in Visual Studio 2022 and restore NuGet packages. Target net8.0-windows and build in Release|Any CPU.
2

Launch the File Explorer

Run the main project. ExploradorArchivosForm opens automatically — it is your starting point for navigating to any file or launching any module.
3

Open a media file

Double-click an MP3, video, or image file in the file explorer. The correct player or editor opens automatically based on file type.
4

Try Data Fusion or Validation

Click the DataFusion toolbar button to load a CSV or JSON file, then click Validate to run automated data-quality checks on the loaded dataset.

Build docs developers (and LLMs) love