boolie / MediaElch

Media Manager for Kodi

Home Page:http://www.mediaelch.de

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

MediaElch Logo

Build Status

MediaElch

MediaElch is a MediaManager for Kodi. Information about Movies, TV Shows, Concerts and Music are stored as nfo files. Fanarts are downloaded automatically from fanart.tv. Using the nfo generator, MediaElch can be used with other MediaCenters as well.

Documentation can be found at https://mediaelch.github.io/mediaelch-doc/index.html

Supported scrapers

Included are scrapers for The Movie DB, The TV DB, Videobuster, OFDb, IMDB and Fanart.tv (and also some adult content scrapers). The Movie DB and The TV DB are available in more than 20 languages. Music information is scraped from The Audio DB, All Music and Discogs. Tv themes and trailers can also be downloaded.

Download

Please visit https://mediaelch.github.io/mediaelch-doc/download.html

Developer

For build instructions, see: https://mediaelch.github.io/mediaelch-doc/contributing/build.html

Documentation

User Documentation

git submodule update --init
mkdir build && cd $_
cmake ..
make docs

Doxygen

mkdir build && cd $_
cmake ..
make doxygen

Testing

See test/README.md.

Sanitizer

mkdir build && cd $_
qmake CONFIG += sanitize ..
make -j4
./mediaelch

About

Media Manager for Kodi

http://www.mediaelch.de

License:GNU Lesser General Public License v3.0


Languages

Language:C++ 93.9%Language:CMake 2.4%Language:Shell 1.7%Language:QMake 0.9%Language:CSS 0.7%Language:QML 0.3%Language:Objective-C++ 0.1%