this post was submitted on 17 Oct 2024
41 points (97.7% liked)

Linux

47764 readers
1278 users here now

From Wikipedia, the free encyclopedia

Linux is a family of open source Unix-like operating systems based on the Linux kernel, an operating system kernel first released on September 17, 1991 by Linus Torvalds. Linux is typically packaged in a Linux distribution (or distro for short).

Distributions include the Linux kernel and supporting system software and libraries, many of which are provided by the GNU Project. Many Linux distributions use the word "Linux" in their name, but the Free Software Foundation uses the name GNU/Linux to emphasize the importance of GNU software, causing some controversy.

Rules

Related Communities

Community icon by Alpár-Etele Méder, licensed under CC BY 3.0

founded 5 years ago
MODERATORS
 

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?

top 37 comments
sorted by: hot top controversial new old
[–] HappyTimeHarry@lemm.ee 5 points 8 hours ago

Is there a reason you don't want the files organized? Id suggest using radarr or something else to organize them first.

As an alternative to kodi, jellyfin is great.

[–] Yingwu@lemmy.dbzer0.com 3 points 12 hours ago

I use Jellyfin in conjunction with Kodi. Basically I only have Kodi as front-end, as it treats subtitles better than the Jellyfin client does. Works great.

[–] Templa@beehaw.org 6 points 15 hours ago

The directory is not organized, file names aren’t manually adjusted, and the movies and shows are mixed together.

Sounds like a nightmare for me

[–] Linktank@lemmy.today 1 points 11 hours ago (2 children)

Is there a reason nobody is mentioning PLEX?

[–] ProgrammingSocks@pawb.social 1 points 1 hour ago* (last edited 1 hour ago)

Because Jellyfin is free and not corporate.

[–] Zanathos@lemmy.world 3 points 8 hours ago (1 children)

Plex is a taboo topic anymore because of their recent business-focused changes. I personally use Plex as I've been a user since the early 2000s with no intentions to learn the nuances of Jellyfin, and get my remote streamers moved over to it.

Plex mixed with Sonarr, Radarr and Overseer fits my needs perfectly.

[–] Linktank@lemmy.today 1 points 2 hours ago

Thanks for the answer!

[–] Psiczar@aussie.zone 8 points 21 hours ago (1 children)

I was a long time Kodi user from back when it was called XBMC.

About 5 years ago I got tired of messing about with managing media, editing config files and installing addons. Moved to Emby first, and now I am on Jellyfin. No media management required, the backend server does it all for me and the front end is great, never gives me any problems and plays everything. I run the front end on multiple Nvidia Shields with no performance issues.

I’d manage your media better with movies and TV in separate parent folders and not all mixed together. When you setup Jellyfin, you point it at a folder and tell it what media type it is. Mixing up different media types in the same folder structure just makes things harder than they need to be for no gain.

[–] utopiah@lemmy.ml 7 points 1 day 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.

[–] tankplanker@lemmy.world 3 points 23 hours ago

Long time Kodi user, since it first came out on the original xbox.

Assuming you are a watch and delete person then for films you really do not need more that a seperate folder than you dump films AND only films into and make sure that the film name is correct AND it includes the accurate year for the film. Vast majority of downloads will already have this in place, I never have to bother to rename or move films about as they just go straight into my download folder that Kodi is looking for my watch and delete films. Older versions of Kodi used to be much more annoying for film scanning requiring proper spacing and so on. However its very very important that only films go into this directory otherwise it will fuck up if you start dumping TV programs into here.

TV is much more complex if Kodi is doing the metadata scanning as it normally relies on the top level folder name, and a proper season and episode numbering scheme. If you watching TV I would just switch to a managed downloader like sonarr, its a PITA to manually manage weekly show downloads anyway and sonarr will sort everything out for you.

[–] originalucifer@moist.catsweat.com 16 points 1 day ago (2 children)

kodi is best as a front-end for an already curated library. ive used it extensively since the xbmc days...

i use mediaelch to scrape, generate metadata files and rename files and folders into a standard way. it [can] generate things in a kodi-compatible format. kodi is set to just pull in that data. i concurrently use emby (jellyfin) to access that same metadata.

your problem is conflating the curation of your library with the applications that will use it.

kodi does need a full computer to run. thats where emby comes in. its for viewing the same shit on any other device

[–] Quail4789@lemmy.ml 4 points 1 day ago (2 children)

your problem is conflating the curation of your library with the applications that will use it.

This is not some extremely hard job that's way out of the scope of a media center. As I said, other platforms already have applications that can do this without breaking a sweat. I've never had to manually organize my files in years in any other platform.

[–] originalucifer@moist.catsweat.com 10 points 1 day ago (1 children)

i cant even imagine wanting a mess of stuff as you describe, or expecting some media app to manage that mess on the fly. but hey, if thats how you want it. good luck.

ive got 2500 movies and > 35,000 episodes in my library.

[–] Quail4789@lemmy.ml 1 points 1 day ago (1 children)

It's not a mess on properly implemented clients but I also have a fraction of the media you have. I put new stuff in, they get indexed, I watch them, I delete them. I am not going to do extra work for the privilege of using Kodi 🤷

[–] originalucifer@moist.catsweat.com 5 points 1 day ago (1 children)

i do zero work for kodi. i curate a library i care about and that is not your end goal. kodi is definitely not for the 'watch and delete' crowd.

[–] Quail4789@lemmy.ml 3 points 1 day ago* (last edited 1 day ago) (1 children)

Well, that's why I'm asking for alternatives but I also know a few people who rip a ton of blurays and throw them to a server and never curate it, and those are the only people self-hosting their media that I know anyway.

[–] originalucifer@moist.catsweat.com 1 points 1 day ago (1 children)

you seem to already have apps that do that stuff you want.. i was more answering 'how to make kodi work'

[–] Quail4789@lemmy.ml 2 points 1 day ago (1 children)

Not really, as those aren't available on Linux directly. The 'how to make kodi work' bit is because my research didn't give me any apps that can do this by default so I thought kodi might have extensions or forks I missed.

[–] Mugmoor@lemmy.dbzer0.com 7 points 1 day ago

If you're on Desktop just use VLC, or try running Nova in an Android VM. Most Linux users are the type to meticulously organize their files, so I wouldn't expect that there's an app that'll do what you're looking for. There are plenty that will help you rename/restructure your WebDAV though.

[–] clmbmb@lemmy.dbzer0.com 0 points 23 hours ago

other platforms already have applications that can do this without breaking a sweat

Then go with those applications and that's it. In the same vein, you can say that Kodi needs an organized library, so organize it and Kodi won't break a sweat. That's what a lot of people are telling you in this thread.

[–] N0x0n@lemmy.ml 3 points 1 day ago

Thanks for the mediaelch tip !

[–] Wolf314159@startrek.website 9 points 1 day ago (1 children)

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 2 points 1 day ago (1 children)

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?

[–] Lem453@lemmy.ca 3 points 1 day ago (1 children)

Sonarr puts shows in

  • show folder
  • season folder
  • show name - S01E01 - episode name.mp4
[–] klep@lemmy.ml 1 points 22 hours ago (1 children)

Wait, is this not standard practice?

I've always organized media files this way; I index my music similarly.

[–] Nibodhika@lemmy.world 1 points 48 minutes ago

Which is why most people don't even realize this is a requirement. Also lots of us come from a time before these fancy players, so we needed to sort things out this way in order to find what we wanted.

To me, having a library be just files thrown in a folder regardless of show/movie/etc seems very messy.

[–] bloodfart@lemmy.ml 2 points 1 day ago

What desktop?