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
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.
Please visit https://mediaelch.github.io/mediaelch-doc/download.html
For build instructions, see: https://mediaelch.github.io/mediaelch-doc/contributing/build.html
User Documentation
git submodule update --init
mkdir build && cd $_
cmake ..
make docs
Doxygen
mkdir build && cd $_
cmake ..
make doxygen
See test/README.md.
mkdir build && cd $_
qmake CONFIG += sanitize ..
make -j4
./mediaelch