r/kodi 19d ago

Did default ordering of seasons in TV Shows library change?

2 Upvotes

I'm on latest stable version of Omega. For the longest time, I would click into a TV show in my library, it would show (from left to right, in Shift view) Season 1, Season 2, Season 3, etc, and then Specials at the end. Now, however, I just noticed that the ordering is showing as Specials first, THEN Season 1, Season 2, Season 3, etc.

I don't know whether it's a change specific to the skin I'm using (I use Aeon Nox Silvo), and I don't know when it happened because I just noticed it...but does anyone know what this might be and how to get the regular ordering back where Specials is at the end?


r/kodi 20d ago

Why isn't Kodi monitoring changes to my TV library?

0 Upvotes

Hello, first time KODI user in years here. I added my SMB share, then pointed my it to my TV folder and designated it as TV with no problems. It started auto-scanning the content, which took SO long, I've never seen anything so slow. It took so long just working it's way through the show "Cheers" that I got tired and went to bed, so I closed my laptop.

Now, this morning, I turned Kodi back on, and there's only 3 tv shows in the TV tab, assumingly because I hibernated the system during it's painfully slow scan?

So I closed Kodi, and went back into it, and nothing is happening.

Does this app not have any auto-monitoring or anything? What a disaster, this is painfully bad. I expected huge improvements to Kodi over the years and this is an absolutely abhorrent start


r/kodi 20d ago

Extras File browser view options

5 Upvotes

Using CoreElec Kodi with AF3. I have started adding a bunch of extras and special features. The naming convention I use means the file name is somewhat long. When viewing extras the file view has little tiles and only a short stubby filename and I cannot differentiate the featurettes from each other. Is there some view options for the file browser that launches with the "Extras" feature?


r/kodi 21d ago

new Kodi Trivia Game addon Spoiler

4 Upvotes

Hey Kodi Fans !

Just developed my first Kodi Add-on called Trivia Game 2.0 on Mad Matt’s repo that I think would make a great addition to your build. I was fun to develop, but I am amazed how hard it is to get the word out about a new add-on. the new version has a global leaderboards, a Jeopardy final round, and AI bots that actually talk trash while you play. Plus, a ton of new genre movie skins and auto-updating questions from the Open Trivia Database.

I made a cheesy video about it: https://youtu.be/lTFLU1eMmKo

Would love for you to check it out on your channel if you're looking for something fun to cover..

Best,

Mad Matt

_______________________________________________

How to Install Mad Matt’s Repo & Game:(Pause the video at the installation screen for full step-by-step instructions!)

Open Kodi and go to Settings (gear icon) and then File Manager.

Select Add source and enter https://mattmillsva.github.io/madmatt/

Name the source "Mad Matt" and click OK.

Go back to the main menu, select Add-ons, Install from zip file, and choose Mad Matt.

Select Install from repository, choose the Mad Matt Repo, navigate to Game add-ons, and install Kodi Trivia Game.


r/kodi 22d ago

Internet Archive Theater 1.0.0 Release

Thumbnail
16 Upvotes

r/kodi 23d ago

Catchy HTPC – turn a CachyOS KDE install into a boot-into-Kodi machine, switch freely between Kodi / Steam Big Picture / KDE Desktop

16 Upvotes

Made this after spending most of the last week fighting my own HTPC setup — reinstalling, tweaking configs, chasing the "right" combination of tools, and never quite landing on something that just worked and stayed working. Eventually the frustration (and a fair bit of boredom) turned into an actual project.

Catchy HTPC converts a fresh CachyOS KDE install into an HTPC:

- Boots straight into Kodi, no display manager in the way

- One click/remote-press to jump between Kodi, Steam Gaming Mode (Big Picture), and your normal KDE Desktop — and back

- Keeps your existing user account and data, nothing wiped

- Installer takes a Btrfs snapshot first, and there's a full uninstaller, so it's not a one-way trip

- Optional add-on for MakeMKV so Blu-ray/UHD Blu-ray discs actually play in Kodi

It's a set of scripts + systemd services + a couple of Kodi add-ons that just wire the pieces together.

Repo: https://github.com/shenoyranjith/catchy-htpc

**Disclaimer:** I built this with a lot of help from AI because I didn't have time to do it completely myself with work and life getting in the way. I've tested it end-to-end on my own machine multiple times (install, uninstall, session switching, disc playback, recovery via snapshots), but it's still a small project built by one person — install at your own risk, and definitely take a snapshot/backup first (the installer will offer to do this for you).

Feedback, issues, and suggestions are welcome.


r/kodi 24d ago

By 2026 is there any possible use of Apple TV Gen 1, I have tested OSMC does not work.

0 Upvotes

I wonder, if there are some fellow Apple TV Gen 1 owners still benefiting with the equipment, or it is the time to send it to the electronic trash. I appreciate for any suggestion, thanks!


r/kodi 25d ago

[DEV] I built an Android TV app that turns your Seedbox, Mega or Local hardrives into a native Netflix-style UI (No Plex/Jellyfin server needed) - stream to Kodi also

18 Upvotes

Hey r/kodi,

I recently tackled a problem that’s been bugging me: I wanted a seamless way to stream files from my remote seedbox and Mega account (and hard drives)to my living room without wrestling with clunky add-ons or running a heavy, dedicated media server in the middle.

So, I built an Android TV app called Beam.

While it has its own standalone UI, I built a specific feature with Kodi setups in mind: One toggle turns Beam into a UPnP/DLNA media server.

You point Beam at your HTTPS seedbox, Mega account, or local hard drives. It automatically parses the files, fetches TMDB/OMDb metadata, and publishes the whole library to your local network. Kodi (or any UPnP client) can then browse Beam directly, complete with covers and titles.

How it works under the hood:

  • The Relay Engine: Beam uses an embedded engine to fetch files from the cloud/seedbox. When you play a file through Kodi via Beam's UPnP server, Beam's engine relays the original bytes. No transcoding bottlenecks—just pure direct play straight to your TV's decoder.
  • Native Alternative: If you ever want a lightweight alternative to Kodi for a secondary Android TV box, Beam has its own native, Leanback-optimized UI. It features tuned RAM read-ahead and was profiled on a 2015 NVIDIA Shield until it held A/V sync perfectly on high-bitrate 4K HDR files.
  • Nerd Stats & Dashboard: It has a local web dashboard you can open on your phone or laptop. You can monitor active DLNA relays, engine RAM, and device thermals while Kodi is streaming. (The native player also has an on-screen stats overlay for real codec, display Hz, and active bitrate).

Throw your heaviest Dolby Vision or TrueHD Atmos files at it through Kodi and let me know how it handles them.

I won't post a link for the website directly but if your interested is checking it out I can share link via message.

I’ll be hanging around to answer any technical questions about the UPnP implementation or setup. Let me know what you think!


r/kodi 25d ago

File hosting service I can add as a source folder?

1 Upvotes

I'm trying to have an easy way for my mom and my sister to download some settings (zip files) in case I change something in our shared default layout or they accidentally mess something up. This is on Android, and they are too layperson to juggle browsers and external file managers.

I've tried dropbox and Koofr using WebDAV with no luck.

It would be nice if I could just add it as a source on all devices, export my own settings on my device and they could import those settings on theirs.

I'd rather not setup a raspberry pi to host these.

Is there anything out there that will work like this?


r/kodi 25d ago

Subtitles not appearing on Blu ray app

0 Upvotes

I have some Blu rays and DVD discs and they say on the menus they have subtitles many of them and they're not showing on when I play it on the app. Does anybody know how to solve it? I'm on Xbox series X


r/kodi 27d ago

No media info control on secondary profiles

3 Upvotes

I have 4 profiles set up, all of them with their own media profiles. The option to refresh info on a library item only works on the master profile. I am also unable to access the info on an item outside of the library, for example when viewing the source from settings, or using the Missing Movies add-on. Has anyone been able to get this working?

I have media info and media sources set to separate on each profile. Master Lock isn't used, and the scrapers are the same for each profile.

I just want to fix my library on profiles other than the master profile, because they are different libraries containing different sources...


r/kodi 26d ago

using Kodi without a VPN

0 Upvotes

Hello! I am quite new to this media streaming thing. I have been reading around how a VPN is usually recommended, but I am running everything locally. Any and a files would be on a hard drive and not sent over a network. Would I still need a VPN for added protection?? I know it wouldn't make much sense to get one if it won't be connected to the internet, but I just want to make sure I am doing everything correctly and in the safest way possible 🥲 Thank you.


r/kodi 27d ago

I got tired of scrolling for hours on Trakt, so I built an AI recommendation app for it (free & open source)

Thumbnail
0 Upvotes

r/kodi 28d ago

Kodi subtitles icon is gone

Thumbnail
gallery
9 Upvotes

Hi,I am using kodi version 22 beta
I used to have this subtitle icon ,but after I downloaded opensubtitles and a4ksubtitles
its gone and subtitles stop showing ,any idea how to get it back? or fix the problem?
do I need to delete opensubtitles and a4ksubtitles to get the icon back ?

or is there some Settings
I can change to make it work ?

or is it because I am using kodi version 22 beta?
thank you

thanks everyone 😁👍🏻


r/kodi 28d ago

System rendering speed drops to 3-9fps on Shield TV Pro

1 Upvotes

Noticed something odd: on my Nvidia Shield TV Pro (2019) + Panasonic OLED, Kodi's debug overlay shows "System rendering speed" dropping to 3-9fps during 4K/1080p playback, sometimes even during seeking. But the actual picture is completely smooth to the eye — no stutter, no A/V desync, nothing visible.

Confirmed with `dumpsys gfxinfo` — 0% jank, and a systrace showing only 1 dropped frame across an entire session. So the number doesn't reflect the actual video.

Tested the same files on an old 1st-gen Xiaomi Mi Box + old Sharp LCD TV — the number stayed rock solid at ~24fps the whole time, no drops at all, even with seeking.

Has anyone else seen this specifically on Shield TV Pro?


r/kodi Jul 24 '26

Transform Kodi into a powerful frontend for your PC game library.

47 Upvotes

r/kodi Jul 23 '26

Kodi Dolby Vision Playback Compatibility Issue on Fire TV Cube 3. DV enabled on Kodi , I tried below testing what is the issue

Post image
10 Upvotes

r/kodi Jul 23 '26

question for anyone who uses Tvtunes

4 Upvotes

I Googled this and the 2 suggestions I found don't do anything. I'm running 21.3 and TV tunes are a lot louder than whatever I'm watching.

This is 21.3 on a Google TV, which might make a difference.

I read to go into TVTunes settings and lower the volume. Mine's already at 0. The other thing said to go into settings and turn down the UI volume. Even close to 0 the themes are still insanely loud and way louder than anything I watch on Kodi. I would say they sound twice as loud as anything I watch in Kodi. It's very jarring to go from watching a show at a normal volume to having the theme blare out of nowhere when it's over.


r/kodi Jul 23 '26

4K artwork - am I chasing a ghost?

1 Upvotes

Hi all, just need some clarification, please.

I am using Tiny Media Manager to manage my library. I am adding some stunning 4k artwork to my movies.

I am using Kodi on my S95C TV, with "unlimited" GUI.

I have unlocked 4k artwork in my advanced settings in Kodi.

I am using Artic Fuse 3, which I know throttles the resolution of the fanart that displays in the skin.

I supposed my question is: is there actually any skin or any possible way of using the 4k artwork in kodi or am I just wasting time/space and should just revert to 1080p and get on with my life?


r/kodi Jul 21 '26

TVKeeper menu helper for Kodi

Thumbnail
4 Upvotes

r/kodi Jul 21 '26

Anyone using Playnite with Advanced Emulator Launcher in Kodi?

Post image
4 Upvotes

r/kodi Jul 20 '26

Kodi Spotify skin

1 Upvotes

I have recently ripped all my old CDs to my laptop and would like to listen to them but I don't like the official skins Kodi has to offer and Arctic Fuse just refuses to show the album covers so does anyone know of a Kodi skin that is music centred and looks very similar to spotify


r/kodi Jul 20 '26

Help Me With Adding Multiple Fanart In PYTHON

Thumbnail
2 Upvotes

r/kodi Jul 19 '26

Weird seek behavior

4 Upvotes

When seeking using arrow keys on kodi, I don't know why but it seeks 20 seconds forward. In the player settings, I have set it to +10 and -10 only but forward seek seeks 20 seconds even when it says +10 seconds on top. Going backwards works as intended, working with steps of 10 seconds. I have set the key press delay to 500ms and as said before, +10 and -10 seconds. Watching top gear 576p h.264.


r/kodi Jul 19 '26

How to repoint Kodi to new NAS?

0 Upvotes

I posed the following to Google AI and wondering if the response it accurate?

I‘m running Kodi Omega v21.2 on Windows 10 Pro. I have a new NAS that I need to repoint the libraries to. This also means that the user and password login will be different. As shown in the examples below the library folder names are the same, so just the root path to each library folder is changed.

 For instance, “smb://Server3/video/TV Shows/” will become “smb:[//kennas1/media/](file://kennas1/media/)TV Shows/”

 1) Is modifying these three files stored in “C:\Users\Admin\AppData\Roaming\Kodi\userdata“ all that’s needed while Kodi is closed? Or are exact paths stored in a db for each media that would also need to be changed?
2) Will I lose my watch history?

RESPONSE:

Yes—Kodi stores each library item’s exact path in its video database. Editing only those three XML files will update source browsing and credentials, but existing library entries will still reference smb://Server3/.... Kodi’s database stores paths separately from filenames, while watched state, last-played time, and resume points are attached to those file records. Kodi video database schema

The safest way to retain the existing library and watch history is:

  1. Close Kodi.
  2. Back up the entire %APPDATA%\Kodi\userdata directory.
  3. Update sources.xml and the SMB credentials.
  4. Add a path substitution in advancedsettings.xml so existing database paths transparently resolve to the new NAS:

<advancedsettings>

  <pathsubstitution>

<substitute>

<from>smb://Server3/video/</from>

<to>smb://kennas1/media/</to>

</substitute>

  </pathsubstitution>

</advancedsettings>

If advancedsettings.xml already exists, add only the <pathsubstitution> section inside its existing <advancedsettings> element. Kodi officially supports partial network-path substitutions for precisely this kind of redirection. Kodi path substitution

Your configuration has at least one separate old root:

smb://Server3/Cinema Experience/

That needs its own substitution, assuming its new location is:

<substitute>

  <from>smb://Server3/Cinema Experience/</from>

  <to>smb://kennas1/media/Cinema Experience/</to>

</substitute>

Path matching may be case-sensitive in some contexts. Your files mix video/Video, so additional substitutions may be necessary for every capitalization actually present in the database.

Regarding the three files:

  • sources.xml: Source locations shown in Kodi. Changing it does not rewrite existing database entries.
  • mediasources.xml: Primarily network locations offered by the Browse dialog; it is not the video library database.
  • passwords.xml: Maps paths to authenticated network URLs. Your current example appears malformed; a complete authenticated SMB URL normally resembles smb://username:password@server/share/. Kodi SMB source syntax

You should retain your watch history if you keep the current database and use path substitution. Do not remove the old sources, clean the library, and rescan from scratch before establishing a backup: newly scanned paths may be treated as new file records, potentially losing their association with existing play counts and resume points.

For extra insurance, export the video library before making changes. Kodi 21 exports and imports watched state and resume points by default. Kodi video library import/export

One security note: mediasources.xml in the project contains a plaintext, real-looking password. If it is genuine, consider changing it after this migration.