I have a WebDav server that contains some movies and shows. I use Infuse on Apple stuff and NOVA Video Player on Android to watch these. The directory is not organized, file names aren't manually adjusted, and the movies and shows are mixed together. Yet, both of these programs are able to index recursively, get metadata, create a library and let me watch my media without issues.

Kodi, on the other hand, seems to be unable to index nested directories, requires you to tell it what type of media is in the individual directories and cannot identify anything correctly unless I go and manually rename directories/files. It also is exclusive for TV usage and not very suitable for desktop.

So, are there alternative programs to Kodi, ideally better suited to desktop usage or extensions I can install to make it work properly?

  • utopiah@lemmy.ml
    ·
    3 hours ago

    I used Kodi with LibreElec for years in a similar setup. It was nice... but in practice I didn't really use the "cool" functionalities (like indexing, image preview, Web remote control, etc) so instead I checked how Kodi works and noticed DLNA. I saw that my favorite video player, namely VLC, supports DLNA. I then looking for DLNA server on Linux, found few and stuck to the simplest I found, namely minidlna. It's quite basic, at the least the way I use it, but for my usage it's enough :

    • install VLC on clients, including Android video projector, phones, XR HMDs, etc
    • install minidlna on server (RPi5)
    • configure minidlna to serve the right directory with subdirectories ( /var/lib/minidlna by default )
    • configure few extra software that get videos to push them (via scp script and ssh-key) to rpi5:/var/lib/minidlna/

    voila... very reliable setup (been using for more than a year on a daily basis.

  • Wolf314159@startrek.website
    ·
    7 hours ago

    Just organize your library properly and pretty much every software will manage it better. There are options for organizing and renaming them mostly automatically, like EastTAG or filebot. Some people use Sonarr and Radarr to organize shows and movies, but those are probably overkill for you. The various *arrs will be more useful if you're consuming new media through a server hosting Plex or Jellyfin. Kodi is also a waste if the library isn't already meticulously organized and you don't need a 10 foot interface.

    If you're only consuming on desktop and you insist on being disorganized, then why even bother with anything other than VLC? It runs on Linux, Windows, iOS, and Android.

    • blackbrook@mander.xyz
      ·
      6 hours ago

      People keep talking about needing to "organize your library" but what do you mean by that? Is metadata tagging sufficient? Or does Kodi care about filenames and directory structure?

  • ZWQbpkzl [none/use name]
    ·
    9 hours ago

    The main alternatives to Kodi are Jellyfin and Plex but I suspect those will have the same problem if your library isn't organized. How well are NOVA and Infuse handling your library? Like are they able to tell queue up the next episode of a TV show? Because Kodi is basically trying to be more like a local Netflix than "just a video player".

    Jellyfin and Plex are web-based so you'll get a a far more consistent experience across devices than Kodi. But they'll generally expect Movies to be in one folder, TV shows in another, and will have some expectations of the file name. They won't open the file to figure out what movie it is.

    • Quail4789@lemmy.ml
      hexagon
      ·
      9 hours ago

      The webdav server is on a pretty old device so I can't host Jellyfin or Plex on it as it can't handle decoding. The other two programs mentioned can index the library perfectly. They both identify TV series, break up the episodes into seasons, get metadata down to individual episodes and I don't need to do anything manually.