Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

update readme #139

Merged
merged 1 commit into from
Sep 7, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
41 changes: 16 additions & 25 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,36 +2,27 @@

**M**edia **M**anagement **T**ool

Or, what to do if your desk looks like this:

![](https://i.imgur.com/qmgLaxg.jpg)

## Backstory:

I've been using an assortment of scripts over the years to manage media from my different action cameras and drones, it's clear a centralized and unified solution is needed.
Manage your action camera/drone files intelligently.

This tool draws inspiration from my [dji-utils/offload.sh](https://github.com/KonradIT/djiutils/blob/master/offload.sh) script as well as the popular [gopro-linux tool](https://github.com/KonradIT/gopro-linux/blob/master/gopro#L262) and @deviantollam's [dohpro](https://github.com/deviantollam/dohpro)

Right now the script supports these cameras:

### Camera support:

- GoPro:
- HERO2 - HERO5
- MAX
- Fusion
- HERO6 - HERO12
- Insta360: X2, GO2, X3
- DJI: Osmo Pocket 1/2, DJI Osmo Action 1/2/3, Mavics, Minis
- HERO6 - HERO13
- HERO 2024
- Insta360: X2, GO2, X3, X4
- DJI:
- Mavic drones (tested with Air 2, Air 2S, Mini 3 Pro, Mavic 3)
- Osmo Action cameras (tested with Action 3)
- Osmo Pocket cameras (tested with Pocket 1)
- Android: All, but with Pixel 6 (Google Camera) specific fixes
- Autel Lite drone

Feel free to PR!

I plan have the tool read a directory, use a config file and act accordingly to offload media from any type of drive

## To-do:

Refer to [Issues](https://github.com/KonradIT/mmt/issues)

## Features:
### Features:

- Import videos and photos from the most popular action cameras (GoPro, Insta360, DJI)
- Fix nonsensical filenames and file structures:
Expand All @@ -45,16 +36,16 @@ Refer to [Issues](https://github.com/KonradIT/mmt/issues)
- Location (eg: `El Escorial, España`)
- Apply LUT profiles to photos

## Installing:
### Installing:

Download binary from [the releaser Github Action](https://github.com/KonradIT/mmt/actions/workflows/build-artifacts.yaml)

## Running:
### Running:

Different commands are supported, [refer to the wiki](https://github.com/KonradIT/mmt/wiki/commands)

[How to configure mmt](https://github.com/KonradIT/mmt/wiki/configfile)

## How it looks:
### Development:

![](https://i.imgur.com/MjYKhfj.png)
pkg/* hosts different implementations for each camera.
Loading