- How To Install Xbmc Addon
- How To Install Project Reality
- How To Install Project M Homebrew
- How To Install Project M
Hello all,
I spent this weekend frustratingly trying to get some milkdrop 2 presets to work with XBMC. I tried to get them to work in ProjectM and they would not run. I am running XBMC on Ubuntu so OpenGL should not be a problem but I could not get them to work.
Somethings I found out....
ProjectM is version 1 in XBMC while there is a version 2 available, is there a way to get ProjectM 2 working in XBMC?
XMBC has guides on how to write Vortex presets but nothing on how to install Vortex, What is the thing called Vortex and where can I get it?
If I need to write my own addon for ProjectM 2 in order get it to work, I will happily give it a go and share it back with the community but I could not find any guides specifically about writing visualization addons. When I look at the visualization.projectm folder, the addon.xml points to something called projectm.viz . Is there maybe a way to compile ProjectM 2 into a viz file and get it to work that way?
Is there anything else I should be trying to get these milkdrop 2 presets to work?
Kodi is a free and open source media player application developed by the XBMC Foundation, a non-profit technology consortium. Kodi is available for multiple operating-systems and hardware platforms, featuring a 10-foot user interface for use with televisions and remote controls. Video is somewhat cropped by the camera, but you can get the idea. ProjectM is awesome! Music: Toxic - Rising Waves.
This is a Kodi visualization addon.
Build instructions
When building the addon you have to use the correct branch depending on which version of Kodi you're building against.For example, if you're building the master
branch of Kodi you should checkout the master
branch of this repository.Also make sure you follow this README from the branch in question.
How To Install Xbmc Addon
Linux
The following instructions assume you will have built Kodi already in the kodi-build
directorysuggested by the README.
How To Install Project Reality
git clone https://github.com/xbmc/xbmc.git
git clone https://github.com/notspiff/visualization.projectm.git
cd visualization.projectm && mkdir build && cd build
cmake -DADDONS_TO_BUILD=visualization.projectm -DADDON_SRC_PREFIX=../.. -DCMAKE_BUILD_TYPE=Debug -DCMAKE_INSTALL_PREFIX=../../xbmc/kodi-build/addons -DPACKAGE_ZIP=1 ../../xbmc/cmake/addons
make
How To Install Project M Homebrew
How To Install Project M
The addon files will be placed in ../../xbmc/kodi-build/addons
so if you build Kodi from source and run it directlythe addon will be available as a system addon.