madamiru

Crates.iomadamiru
lib.rsmadamiru
version
sourcesrc
created_at2024-12-12 22:25:24.073425
updated_at2024-12-12 22:25:24.073425
descriptionDynamic multi-multimedia player
homepage
repositoryhttps://github.com/mtkennerly/madamiru
max_upload_size
id1481702
Cargo.toml error:TOML parse error at line 18, column 1 | 18 | autolib = false | ^^^^^^^ unknown field `autolib`, expected one of `name`, `version`, `edition`, `authors`, `description`, `readme`, `license`, `repository`, `homepage`, `documentation`, `build`, `resolver`, `links`, `default-run`, `default_dash_run`, `rust-version`, `rust_dash_version`, `rust_version`, `license-file`, `license_dash_file`, `license_file`, `licenseFile`, `license_capital_file`, `forced-target`, `forced_dash_target`, `autobins`, `autotests`, `autoexamples`, `autobenches`, `publish`, `metadata`, `keywords`, `categories`, `exclude`, `include`
size0
Matthew Kennerly (mtkennerly)

documentation

README

Logo Madamiru

Madamiru is a cross-platform media player written in Rust that can automatically shuffle multiple videos, images, and songs at once in a grid layout.

Features

  • Customizable layout with multiple groups of dynamically selected media
  • Video formats: AVI, M4V, MKV, MOV, MP4, WebM
  • Image formats: BMP, GIF, ICO, JPEG, PNG, TIFF, SVG, WebP
  • Audio formats: FLAC, M4A, MP3, WAV
  • Subtitles are supported within MKV (but not as separate files)

If you'd like to help translate Madamiru into other languages, check out the Crowdin project.

Demo

GUI demo

Installation

Download the executable for Windows, Linux, or Mac from the releases page. It's portable, so you can simply download it and put it anywhere on your system.

You'll also need to install GStreamer, which is a framework that provides various video codecs.

Note:

  • Windows users may see a popup that says "Windows protected your PC", because Windows does not recognize the program's publisher. Click "more info" and then "run anyway" to start the program.
  • Mac users may see a popup that says "Madamiru can't be opened because it is from an unidentified developer". To allow Madamiru to run, please refer to this article, specifically the section on If you want to open an app [...] from an unidentified developer.

Usage

Detailed help documentation is available for several topics.

General

Interfaces

Other

Development

Please refer to CONTRIBUTING.md.

Commit count: 79

cargo fmt