If the camera really does need to be that thick for lens reasons, couldn’t we at least make the rest of the body bigger with more battery?
If the camera really does need to be that thick for lens reasons, couldn’t we at least make the rest of the body bigger with more battery?
I’m actively working on building something for this. In the interim, most phones have something akin to a voice recorder with transcriptions.
Oh man, you read my mind: https://github.com/jellyfin/jellyfin/pull/7663#issuecomment-1758314971. Thanks for jumping on this!
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 [
as per ]https://jellyfin.org/docs/general/server/media/movies/ and letting themoviedb.org handle it all for you.
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.
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.
Likewise. Debian, installed Steam, updated my graphics driver, and everything runs smoothly. I’m surprised how well Linux gaming has come along!
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.
My Steam Deck convinced me to try Linux (Debian) a try for desktop gaming. So long as you install the latest GPU drivers, it’s smooth as butter. I guess what I’m saying is Linux for everything at this point… for those capable of installing drivers from the CLI.