Verify and Install Kodi and ffmpeg
– Run in terminal:
– which kodi
to check if it is installed.
– sudo apt update
to update the repositories.
– sudo apt install kodi ffmpeg -y
to install them.
Start Kodi
– Use the command kodi
to confirm that it runs correctly.
Create Directory Structure
– mkdir -p ~/kodi-repos
– mkdir -p ~/.kodi/addons
– mkdir -p ~/.kodi/userdata/sources
Download Repository
wget https://raw.githubusercontent.com/Gujal00/smrzips/master/zips/repository.resolveurl/repository.resolveurl-latest.zip
Configure Kodi via Interface
– Enable “Unknown Sources” in system settings to allow external movie sources.
– Install URLResolver from the downloaded repository.
– Add the repository “kodirepo” with the URL: http://k.slyguy.xyz
.
Add Sources
– Add sources:
– sudo wget http://mbebe.github.io/blomqvist/
Perform Optimizations
– Enable hardware acceleration if supported.
– Configure cache settings in Kodi options.
– Set the language to Catalan using Kodi’s graphical interface.
– Adjust playback and buffering for better performance.
Review File Structure
~/.kodi/
├── addons/
├── userdata/
│ ├── addon_data/
│ ├── Database/
│ └── sources/
└── media/