https://github.com/jellyfin/jellyfin/blob/31aa44d23d12b5dbb5f9a131242cc82c9ef98f24/Emby.Server.Implementations/Data/SqliteItemRepository.cs#L2279 is what's discovering similar content. If the InheritedParentalRatingValue
is considered zero, it's only going to match other content with the same value. Can you elaborate on "I did change the name of the key for the rating variable in the metadata to be ‘MPAA rating’ instead of the default which I think was ‘rating’ before since I found it confusing."? I suspect we're zeroing (ha ha) in on the problem.
bradbeattie
Hey, I've worked in the recommendations/similarity calculations. Could you post a screenshot of the detail page for Inside Out? I suspect your media doesn't have associated metadata (e.g. tmdb tags) that are used to power similarity calculations.
Installing the lastest Nvidia drivers for Debian was pretty straightforward, after which everything runs smoothly. I suspect the distro you pick isn't going to matter as much as you think!
In addition, theatres advertise a starting time of X:00, but the movie can sometimes start as late as X:30 after 30 fucking minutes of ads and trailers. That was my previous and last experience in a theatre.
"When other people take notice of an individual's identity-related behavioral intention, this gives the individual a premature sense of possessing the aspired-to identity."
When Intentions Go Public, https://www.researchgate.net/publication/24354628_When_Intentions_Go_Public
I added some liquid smoke to mine. Worked great!
I've given thought to this one as a vegan in the game industry. It's strange. I'm happy to play games like Cyberpunk and murder just about everyone in my way. But when it comes to cozy games, there's something discordant about the "build a happy little farm" vibe and "kill all the fish you want". It just doesn't match the fantasy cottagecore games are selling for me. :shrug:
If only https://en.m.wikipedia.org/wiki/United_States_v._Paramount_Pictures,_Inc. was expanded to streaming services instead of repealed.
Take a read through https://en.m.wikipedia.org/wiki/United_States_v._Paramount_Pictures,_Inc.
Real shame this was terminated rather than extended to streaming platforms.
Getting the code running, easy. Getting the pull requests moved forward, a lot more frustrating than expected.
https://lemmy.ca/post/6420647 summarizes my feelings on the latter.
I got a bunch of commits in around searching and similarity. https://github.com/jellyfin/jellyfin/pulls?q=is%3Apr+author%3Abradbeattie+is%3Amerged, https://github.com/jellyfin/jellyfin-web/pulls?q=is%3Apr+author%3Abradbeattie+is%3Amerged.
Yes, modifying the value is going to break the mappings (see https://github.com/jellyfin/jellyfin/blob/master/Emby.Server.Implementations/Localization/Ratings/us.csv). Anywho, I think we've discovered the root of your problem. How you choose to rectify it I leave to you! Personally, I'd recommend suffixing your filenames with
[tmdbid-123456]
as per https://jellyfin.org/docs/general/server/media/movies/ and letting themoviedb.org handle it all for you.