Skip to content

hudokkow/audioencoder.flac

 
 

Repository files navigation

FLAC Audio Encoder add-on for Kodi

This is a [Kodi] (http://kodi.tv) FLAC audio encoder add-on.

CI Testing

Build Status Coverity Scan Build Status

Build instructions

When building the add-on you have to use the correct branch depending on which version of Kodi you're building against. For example, if you're building the Jarvis branch of Kodi you should checkout the Jarvis branch of this repository. Add-on releases are also tagged regularly.

Linux

  1. git clone https://github.com/xbmc/xbmc.git
  2. git clone https://github.com/audioencoder.flac/audioencoder.flac.git
  3. cd audioencoder.flac && mkdir build && cd build
  4. cmake -DADDONS_TO_BUILD=audioencoder.flac -DADDON_SRC_PREFIX=../.. -DCMAKE_BUILD_TYPE=Debug -DCMAKE_INSTALL_PREFIX=../../xbmc/addons -DPACKAGE_ZIP=1 ../../xbmc/project/cmake/addons
  5. make

The add-on files will be placed in ../../xbmc/addons so if you build Kodi from source and run it directly the add-on will be available as a system add-on.

Useful links

About

Flac encoder addon for Kodi

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 59.3%
  • CMake 40.7%