Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Not in kodi repo for nexus, is it intended? #141

Open
kraaa opened this issue Feb 16, 2022 · 4 comments
Open

Not in kodi repo for nexus, is it intended? #141

kraaa opened this issue Feb 16, 2022 · 4 comments

Comments

@kraaa
Copy link

kraaa commented Feb 16, 2022

Thought this would be in the Kodi Repo for nexus, but is it not ready?

@druidasse
Copy link

Same issue here. I can see the file on this gitub space though but i'm unsure of how to install it manually... Installing the source code zip fails...

@druidasse
Copy link

I got around the ubuntu package kodi-vfs-rar not being up to date like this, which is probably dirty but it works:

  • close kodi
  • run the following command lines:
mkdir kodi-build && cd kodi-build
`git clone --branch master https://github.com/xbmc/xbmc.git`
`git clone https://github.com/xbmc/vfs.rar.git`
`cd vfs.rar && mkdir build && cd build`
`cmake -DADDONS_TO_BUILD=vfs.rar -DADDON_SRC_PREFIX=../.. -DCMAKE_BUILD_TYPE=Debug -DCMAKE_INSTALL_PREFIX=../../xbmc/kodi-build/addons -DPACKAGE_ZIP=1 ../../xbmc/cmake/addons`
`make`sudo mv /usr/share/kodi/addons/vfs.rar /usr/share/kodi/addons/vfs.rar.bak
sudo mkdir /usr/share/kodi/addons/vfs.rar
sudo cp /home/kodi/kodi-build/xbmc/kodi-build/addons/vfs.rar/addon.xml /usr/share/kodi/addons/vfs.rar
sudo cp -r /home/kodi/kodi-build/xbmc/kodi-build/addons/vfs.rar/resources/ /usr/share/kodi/addons/vfs.rar
sudo mv /usr/lib/x86_64-linux-gnu/kodi/addons/vfs.rar /usr/lib/x86_64-linux-gnu/kodi/addons/vfs.rar.bak
sudo mkdir /usr/lib/x86_64-linux-gnu/kodi/addons/vfs.rar
sudo cp /home/kodi/kodi-build/xbmc/kodi-build/addons/vfs.rar/vfs.rar.s* /usr/lib/x86_64-linux-gnu/kodi/addons/vfs.rar/
  • restart kodi
  • in my case the extension was automatically activated

@Boilerplate4u
Copy link

I got around the ubuntu package kodi-vfs-rar not being up to date like this, which is probably dirty but it works:

Thanks a million! Any idea why "vfs.rar" lacks an active maintainer?

@druidasse
Copy link

druidasse commented Jan 25, 2023

I got around the ubuntu package kodi-vfs-rar not being up to date like this, which is probably dirty but it works:

Thanks a million! Any idea why "vfs.rar" lacks an active maintainer?

The package kodi-vfs-rar 20.x for ubuntu has been released since my previous comment.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants