Skip to content
/ qmtn Public

mirror repository for GUI movie thumbnailer

Notifications You must be signed in to change notification settings

wahibre/qmtn

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Description

GUI Thumbnail Generator Using CLI mtn.

Aplication focuses on quick thumbnails-grid creating using drag&drop.

Features:

  • Drag&drop files and folders
  • Recursive search for movie files
  • Instant image making in background
  • Image and output log preview
  • Open image in Fullscreen or and external image viewer
  • Recreate image with new settings
  • Managing mtn switches
  • Settings profiles
  • Extracting album art

Dependencies

Debian/Ubuntu/Mint

sudo apt-get install qt5-default qtbase5-dev qtwebengine5-dev

Fedora/CentOS

dnf install qt5-qtbase-devel qt5-qtwebengine-devel

Mageia

sudo dnf install lib64qt5webengine-devel

Get source

git clone https://gitlab.com/movie_thumbnailer/qmtn.git

Configuration

Optional Qt configuration:

use_git_version - gets the version number based on git tag
use_webengine - allows to view the upload image result web page

CONFIG += use_git_version use_webengine

Build

cd qmtn
qmake-qt5 src
make

Install

sudo make install

Links