smirgol / plugin.video.crunchyroll

Watch videos from the anime platform Crunchyroll.com on Kodi
GNU Affero General Public License v3.0
51 stars 10 forks source link

confused on how to install #81

Closed RealAmethyst closed 2 months ago

RealAmethyst commented 2 months ago

Hi. I am a bit confused on how to install this. Do I go with the main repo or one of the branches? I use Kodi 21. Would be great if you could make a repository.

smirgol commented 2 months ago

Yeah setting up a repository is still on my list. I have to find a convenient way for me to automate that, as it's quite some work to do it manually :)

Well, I assume you can put files on your Kodi system. If so, download the ZIP of the master branch (which is for Nexus / Kodi 20, but also works for Omega / Kodi 21): https://github.com/smirgol/plugin.video.crunchyroll/archive/refs/heads/main.zip

If you always want the latest stuff and changes, go for the nexus-staging. But as of now, it is identical to the one above. I just leave it here for the sake of completeness: https://github.com/smirgol/plugin.video.crunchyroll/archive/refs/heads/nexus-staging.zip

Put that file on your Kodi system and within Kodi go to your settings for the addons and chose something like "Install from Zip File", navigate to the downloaded Zip file and install that.

That's a rough explanation on how to do it, but maybe it helps you already. If you need more help, let me know and I'll respond in more detail in the evening.

crpb commented 2 months ago

I just use git

osmc@osmc:~$ cd .kodi/addons/plugin.video.crunchyroll/
osmc@osmc:~/.kodi/addons/plugin.video.crunchyroll$ ls
LICENSE.txt  README.md  addon.xml  changelog.txt  default.py  resources
osmc@osmc:~/.kodi/addons/plugin.video.crunchyroll$ git remote --verbose
origin  https://github.com/smirgol/plugin.video.crunchyroll.git (fetch)
origin  https://github.com/smirgol/plugin.video.crunchyroll.git (push)
osmc@osmc:~/.kodi/addons/plugin.video.crunchyroll$ git branch --verbose
  main          5c4ec5a [behind 37] update auth
* nexus-staging 803108c Added more Dub Filter Settings (#76)

So if not installed already this should work IIRC

cd ~/.kodi/addons
git clone https://github.com/smirgol/plugin.video.crunchyroll.git
cd plugin.video.crunchyroll
git checkout nexus-staging
RealAmethyst commented 2 months ago

Thanks! Got it installed now.