r/Addons4Kodi Aug 18 '24

Content Request Getting Started with Third-Party Addons 4 Kodi

219 Upvotes

To help users get started on their Add-ons 4 Kodi journey, we've put together a Getting Started Wiki & an FAQ on GitHub with the most basic overview of the platform, its terminology & the way everything works. In addition, we've put together a full list of all current recommended add-ons, can be found on our Recommended Add-ons GitHub.

The Wiki, FAQ & Recommended Add-ons have been set up this way so that up-to-date information is not reliant on mods always updating the various repositories of information & similarly, so that users in the community can take an active role in contributing their knowledge to help others. Through this community driven approach, new users can learn with more relevant information & veteran users can make their learnings & experience more readily accessible.

If you would like to contribute to the Wiki or FAQ, please fork the relevant files & commit your changes. If you would like to request an add-on be added to the recommended add-ons list, please fork the Recommended Add-ons.md file & propose changes using the format from the recommendation template. If you'd like to add information that doesn't fit in any of the existing documents, you can even create your own & commit the new file for review. Mods will then approve the pull requests from these commits & have the information/recommendations added to the GitHub repository.

In addition, if you have any specific content you'd like to find, please feel free to leave a comment in this post outlining the content you're looking for & hopefully the community can point you in the right direction. Please do not use this post to request technical support.

For easy access:

Our GitHub Repository

Our Wiki

Our FAQ

Our Recommended Add-ons


r/Addons4Kodi Aug 12 '24

Discussion What's up with the sticky post?

62 Upvotes

Not updated since >1y, no Fen Light, no POV,... How come the sticky is not updated anymore? Is there any way to help out here?


r/Addons4Kodi 14h ago

Everything working. Need guidance. Umbrella with Cocoscrapers & Real Debrid. Should I be looking at alternatives?

19 Upvotes

It’s still working and finding sources, but I’ve noticed I’m getting fewer results than I used to. I’ve had this set up for a while, so I’m a bit out of the loop on what people are using now.

Is Cocoscrapers still a good option with Umbrella, or are there better alternatives worth switching to?

Also, is Real Debrid still a good option to use with Umbrella, or have people moved to other Debrid services?


r/Addons4Kodi 7h ago

Something not working. Need help. Simple version: where the heck is my Trakt collection?

4 Upvotes

Long version: Umbrella updated today and when connecting to my Trakt collection, I see only a few items I added years ago when I started using Kodi.

Worse, when I log into Trakt, I find it's been relabelled as "Library" and all it contains is, apparently, every episode ever of Survivor!

Any idea what the hell is going on and how I can get my ACTUAL collection back?

Thanks in advance!


r/Addons4Kodi 1h ago

Something not working. Need help. Cannot setup any lists service in POV

Upvotes

In the My lists section of POV settings all three services (Trakt, MDBList and TMDb) have their username field greyed out and disabled. How am I suppose to configure my Trakt and MDBList account?

Latest coreelec nightly

Version 6.09.01


r/Addons4Kodi 13h ago

Looking for content / addon Current best addon and RD alternative.

9 Upvotes

Hi.

I currently use POV and RD. I have got by with RD, but since the issues things aren't what they used to be!

I am coming up to renew, so what's the best alternative debrid solution now that mirrors RD best.

Also is POV still recommended? I mainly watch shows and new movies.

Third question...

Guess if I switch to say AD, it's just a case of updating that in the scrapers and away we go?


r/Addons4Kodi 12h ago

Announcement Youtube Trailers Fix

6 Upvotes

If you have been getting sporadic video freezes and audio stutter with youtube trailers after 20 or so seconds, its not just you.

To fix it download request_client.py from the link(dont right click and use save link as) - https://github.com/ReaLx3m/FLAM-Fixes/blob/main/request_client.py and replace your original one located in Kodi\addons\plugin.video.youtube\resources\lib\youtube_plugin\youtube\client .

Client id has been changed in the request_client.py file as per this commit - https://github.com/anxdpanic/plugin.video.youtube/pull/1482/changes/71a8d9b4b5ceb4cd352843cb050c364bf7be3463 . You can optionally edit your original request_client.py file yourself.


r/Addons4Kodi 11h ago

Something not working. Need help. Umbrella 6.7.86 / lost all widget data

3 Upvotes

Suddenly my MDBlist data is gone and the UI seems to not be doing new authentications.

Anyone know what might be up?

Thanks /sub.


r/Addons4Kodi 19h ago

Something not working. Need help. RedWizard down? Mirriors or alt repos by chance?

9 Upvotes

Not sure if its something weird on my end etc but redwizard repo appears to be down and an ungrateful absolutely miserable wretch of a human my wifes bestfriends boyfriend needs me to update their firestick from an old fenlight build. It has been made clear to me that if I do not update it I will be forced into the next game night at their house.... please help me. They are still on realdebrid for the next random amount of months.


r/Addons4Kodi 18h ago

Something not working. Need help. YouTube Addon freezes exactly after 20-30s (Audio loops infinitely)

5 Upvotes

Hi everyone,

I'm completely stuck with a playback issue using the official YouTube Addon and InputStream Adaptive. Every time I start a video, it plays perfectly fine for about 20 to 30 seconds. Then, the video freezes and the audio gets stuck in an infinite, stuttering loop (like a broken record). It never recovers.

My setup:

  • Hardware: Raspberry Pi 5 (16GB RAM)
  • OS: RetroPie (Debian 13 Trixie, Linux kernel 6.1)
  • Kodi Version: 21.3 Omega
  • Addons: YouTube v7.4.0, InputStream Adaptive v21.5.9

What I tried so far (and nothing fixed the issue)

  1. Disabling MPEG-DASH: The video runs past the 30s mark without freezing, but is capped at 720p and has no audio.
  2. Increasing Cache: Created an advancedsettings.xml with <memorysize>524288000</memorysize> and <readfactor>20</readfactor>.
  3. Forcing ALSA over PIPEWIRE: Started Kodi with KODI_AE_SINK=ALSA kodi to rule out PipeWire sync issues.
  4. Kodi Audio/Video Settings: Disabled "Sync playback to display" and disabled audio passthrough.
  5. Codec limits: Forced the YouTube addon to use AVC/H.264 instead of AV1/VP9 to ease the CPU load.

The log error: The debug log is flooded with DRM/Windowing messages, but right before the freeze, ActiveAE shows a massive audio sync error that goes out of bounds within 2 seconds:

warning <general>: ActiveAE - large audio sync error: -1004.162977 warning <general>: ActiveAE - large audio sync error: -1656.981056 warning <general>: ActiveAE - large audio sync error: -2207.997334 info <general>: CVideoPlayer::CloseFile()

Does anyone have an idea what causes InputStream Adaptive and ActiveAE to crash exactly at the 30-second mark on a Pi 5? Any help is greatly appreciated!


r/Addons4Kodi 19h ago

Everything working. Need guidance. POV work with IMDB Trailers?

7 Upvotes

Hey, is it possible to get IMDB trailers working through POV instead of YouTube? YouTube keeps freezing with a buzzing noise after 20 seconds unless I turn off inputstream adaptive and when I do takes ages for trailers to load but IMDB work flawless if I open the context menu, go to information and run the trailer through the skin. Thanks


r/Addons4Kodi 17h ago

Something not working. Need help. Need help enabling Magneto scraper

1 Upvotes

Need a little help. Have just updated my system. Running Nvidia Shield. Kodi, and a build. In Umbrella Addon, when I go to set Magneto as scraper it is not listed as an option in the list. When I go to list of addons, Magneto is shown as installed and enabled. I don’t understand why it is not an option in the list for scrapers. How do I enable Magneto Scrapers? Any help would be appreciated.


r/Addons4Kodi 1d ago

Looking for content / addon Full console experience on linux

3 Upvotes

Hi everyone,
I'm trying to create a full console-like experience using Kodi as a base interface. The ultimate goal is to make a fully-featured, open source and legal gaming console on a linux pc. This means allowing the less-experienced user to easily install the distro (which I'm covering), navigate the main menu using a gamepad-friendly interface (Kodi) and just as easily set it all up.
This means giving the user full gamepad support, not only for the main menu, but for the apps as well. Fortunately, gaming apps have mostly native support for it, but the same cannot be said about streaming apps like Netflix, Prime, Spotify, ecc, or chat apps like Discord.
"You can see the whole library inside Kodi" you might answer, but the login phase is a bit more complicated. Also, i know Discord is not supported, but I would settle for the other apps, for now.

So the question is: Is there any legal tool that lets you have full control on streaming apps via gamepad, from login to navigation to logout?

Sorry for the complicated request, but I'm getting pretty desperate, here. There's not much documentation around. Any help will be appreciated.

Edit: at this point, I'll take advice on any other solution, even if it means changing frontend/system/solution.
Also, I'm a professional Frontend dev and can write basic BASH scripts, so a little bit of programming magic is always possible (but I'm trying to avoid writing an entire system from scratch).


r/Addons4Kodi 1d ago

Something not working. Need help. POV Update V.6.09.01

15 Upvotes

9/3-Update: Followed developer's instruction and it resolved the issues for me.

Was using POV without incident yesterday. Today just updated. Then when to clear cache, stuck on cleaning meta cache. Restarted same thing. Anyone else updated to this version and having similar issues? I will create a log next.


r/Addons4Kodi 1d ago

Something not working. Need help. Kodi 21.2.0 + AH2 + TMDb Helper/Trakt "In Progress TV Shows" stopped working

2 Upvotes

Hi all,

I'm running:

  • Kodi 21.2.0 (Omega)
  • Arctic Horizon 2 skin
  • TMDb Helper
  • Trakt account connected

For the past couple of weeks, my "In Progress TV Shows" widget has stopped working. Instead, I'm getting the following error:

I've already tried:

  • Updating TMDb Helper
  • Reauthorising Trakt
  • Clearing the TMDb Helper cache

The error still appears, and the Trakt In Progress TV Shows widget doesn't populate.

I'm wondering whether the repository.addons4kodi error is actually causing the problem, or whether this is a separate TMDb Helper/Trakt issue.

I've seen a few reports recently of TMDb Helper/Trakt issues, but I haven't been able to find a solution that works for me.

Before I do a complete fresh Kodi install/rebuild, has anyone experienced this particular problem with Kodi 21.2 + Arctic Horizon 2 and found a fix?

Any suggestions would be greatly appreciated. Thanks!


r/Addons4Kodi 1d ago

Something not working. Need help. cocoscrapers failing with Python 3.15.0rc1

1 Upvotes

I noticed that:

[2026-09-03 10:08:01] [COLOR red][ COCOSCRAPERS WARNING ][/COLOR]: Error: Loading module: "knaben": 'SourceFileLoader' object has no attribute 'load_module'
[2026-09-03 10:08:01] [COLOR red][ COCOSCRAPERS WARNING ][/COLOR]: Error: Loading module: "limetorrents": 'SourceFileLoader' object has no attribute 'load_module'
[2026-09-03 10:08:01] [COLOR red][ COCOSCRAPERS WARNING ][/COLOR]: Error: Loading module: "mediafusion": 'SourceFileLoader' object has no attribute 'load_module'
[2026-09-03 10:08:01] [COLOR red][ COCOSCRAPERS WARNING ][/COLOR]: Error: Loading module: "nyaa": 'SourceFileLoader' object has no attribute 'load_module'

I read that load_module was removed from python. So, what to do?


r/Addons4Kodi 1d ago

Review / Opinion Discussion Adding an add-on to the catalogue.

1 Upvotes

Hello, after Traktv stopped working for me, I made a video scrobbler website and service, and it also includes a Kodi add-on (which is my main requirement), and a Netflix web-browser extension.

So far, everything works as it should.

I want to ask if people here install add-ons from zip files, or if it is required to add it to a catalogue, and how is this done. Just point me to a link with documentation, I will read it.


r/Addons4Kodi 1d ago

Something not working. Need help. Having a Problem With Otaku

1 Upvotes

For whatever reason, the "last watched", "watch history", and "next up" options aren't appearing on the main menu, despite being on in the options.

In addition, prior to this, "watch history" did show up, but it was't working. Oh, and search history doesn't save for whatever reason.

Prior to that, it was the same issue where nothing was showing up.

All this started around a year ago. Before all that, and whatever big update, everything worked just fine. I also think there were like a shit ton of tags removed from the tag search.

firestick

kodi21.3

usa


r/Addons4Kodi 1d ago

Everything working. Need guidance. Someone explain to me like I'm 12 years old, why does this happen

1 Upvotes

I have the latest POV add on installed on 2 different TVs. Both TVs running Kodi 21.3

On one TV the new season of The Rebuild: Inside the Montreal Canadiens shows up. On the other, it does not.

How/why does this happen? And how do I fix it? I tried clearing Trakt cache but that didn't work.

Also, on the TV where " The Rebuild" doesn't show up.. I see the new season of Leanne in POV, but it doesn't show in The Crew (Trakt also authorized) however in The Crew, new episodes of The Amazing Race Canada show up, but they don't show up in POV

What the heck? Someone make it make sense. But please, do it without simply suggesting other apps, because i'm not interested in switching.


r/Addons4Kodi 1d ago

Something not working. Need help. Torbox not showing as an option on The Crew on one device but is on another.

2 Upvotes

Fire cube and fire stick, both versions are the latest of The Crew and both same Kodi build. FS is in the bedroom and has the option for Torbox under Universal resolver 3 but the fire cube only has UR 2, no 3rd option. The Crew is not the main viewing choice as it is slower than the one’s I do use but sometimes has links when the others don’t.

Uninstall and reinstall doesn’t fix it, any ideas?


r/Addons4Kodi 2d ago

Something not working. Need help. Umbrella with coco or magneto

4 Upvotes

I seem to be having issues consistently being able to load streams. I am using torbox have messed with all the settings to make sure it is set up properly. Cleared cache etc. it is always able to find a ton of streams to play but ends up with the error saying umbrella found now streams. What is the fix for this?

I am using an nvidia on Kodi running umbrella. I used to use the diggs repository. Do I need to delete everything and re set kodi up with just umbrella to enable things to run more smoothly?


r/Addons4Kodi 2d ago

Announcement Kodi 22 beta 2 is now available for download

33 Upvotes

Getting closer to the final Kodi 22 Piers!


r/Addons4Kodi 2d ago

Everything working. Need guidance. does Titan Bingie Mod have good support for live tv?

2 Upvotes

I have set up Titan on my Kodi setup and i am about to move house where i will be getting a HDHomeRun to watch live tv. does anyone know if Titan Bingie Mod supports live tv functionality and if i could maybe get some screenshots on what the channel guide looks like as i have found nothing about it online.,


r/Addons4Kodi 2d ago

Something not working. Need help. is there a way to fix this?

0 Upvotes

pic am using add on red light version 2.4.1 with real-debrid and alldebrid and its doing this with alot of movies and tv shows that i use to watch like years ago and it worked fine now alot of movies are not playing bc of this i tired POV as well and same thing is happening anyway to fix this? ive already tired EZ Maintenance+ and still same thing here are the logs https://paste.kodi.tv/atayirazuf

am on pc windows 11 kodi build 21.3 (21.3.0)


r/Addons4Kodi 2d ago

Looking for content / addon Has the Dream Machine add-on stopped working?

1 Upvotes

My Dream Machine plugin has stopped working. The plugin I use for live sports events hasn't been working for 3 days. It finds the channels but keeps giving an error when I try to open them. Does anyone know why, or is this error temporary? Kodi OMEGA v21.3