Code:
git clone git://github.com/OpenELEC/OpenELEC.tv.git OpenELEC.tv.spotify
cd OpenELEC.tv.spotify
git remote add openelec_spotyxbmc2_vpeter4 https://github.com/vpeter4/OpenELEC.tv.git
git fetch openelec_spotyxbmc2_vpeter4
Doesn't work for Gotham anymore. Trying to get it back but there is so much work to be done. Because I don't even use Spotify this will take long time (if any).
to create master branch (could have errors - I don't check daily if it still merges)
Code:
git checkout -b spotymaster
git merge 83dfe9d243
or to create 3.2.4 branch
Code:
git checkout -b spotystable tags/3.2.4
git merge 05068e3
or to create 3.2.3 branch
Code:
git checkout -b spotystable tags/3.2.3
git merge 05068e3
or to create 3.2.2 branch
Code:
git checkout -b spotystable tags/3.2.2
git merge 05068e3
or to create 3.2.1 branch
Code:
git checkout -b spotystable tags/3.2.1
git merge 05068e3
or to create 3.2.0 branch
Code:
git checkout -b spotystable tags/3.2.0
git merge 05068e3
or to create 3.1.7 branch
Code:
git checkout -b spotystable tags/3.1.7
git merge 05068e3
If git merge show you error maybe --no-edit must be used with it, like
Code:
git merge --no-edit xxxxxxx
copy your personal app.key file to packages/mediacenter/xbmc/ (overwrite the existing file)
make your image
Code:
PROJECT=... ARCH=... make release
Old thread
http://openelec.tv/forum/13-miscellaneous/7010-spotify
http://openelec.tv/forum/13-miscellaneou...=540#83677