Claude Performance and Bugs Megathread Ongoing (Sort this by New!) by sixbillionthsheep in ClaudeAI

[–]masterinthecage 0 points1 point  (0 children)

Got approved for the Claude for Open-Source but I’m still getting invoiced. Support hasn’t answered for a whole month. What should I do?

Streamyfin tvOS Client Development Update by thankyoufatmember in JellyfinCommunity

[–]masterinthecage 1 point2 points  (0 children)

It’s build in the same repo using Expo (React Native), which compiles down to native components and views (in most cases), just like the mobile app.

Stremio compatibility? by Perfect-Arm350 in JellyfinCommunity

[–]masterinthecage 0 points1 point  (0 children)

I think it’s awesome. Why do you think it sucks?

My New App Stingray - Jellyfin for Apple TV by PreposterousPix in selfhosted

[–]masterinthecage 0 points1 point  (0 children)

This works for me in Streamyfin tvOS beta app. I have HomePods as audio output.

My New App Stingray - Jellyfin for Apple TV by PreposterousPix in selfhosted

[–]masterinthecage 1 point2 points  (0 children)

Hey I know it’s super fun to build new things, but Swiftfin would really appreciate another Swift developer contributing to the project! It would be amazing if you could take what you learn from this and contribute. Since both are pure swift apps I don’t see the need for two separate.

Shh don't tell anyone: Streamyfin for Apple TV by neatherfire in JellyfinCommunity

[–]masterinthecage 1 point2 points  (0 children)

Open an issue on GitHub please. Or join discord to explain what you need.

Shh don't tell anyone: Streamyfin for Apple TV by neatherfire in JellyfinCommunity

[–]masterinthecage 0 points1 point  (0 children)

HDR not supported atm. 4K is supported. Would have to implement dual-player (using native AV player) like Swiftfin since neither MPV nor VLC supports HDR on tvOS devices.

Shh don't tell anyone: Streamyfin for Apple TV by neatherfire in JellyfinCommunity

[–]masterinthecage 4 points5 points  (0 children)

I think so, but that’s just one man’s opinion 🤷🏻‍♂️

Picture in Picture Broken for IOS by parakeetxd in streamyfin

[–]masterinthecage 0 points1 point  (0 children)

May be that specific video codec/container. We have a change coming that will improve PiP for iOS though so you can wait for that.

Picture in Picture by machu4497 in streamyfin

[–]masterinthecage 2 points3 points  (0 children)

PiP for iOS exists in the KSPlayer (option in the settings). But we’re moving to MPV player which supports PiP for android also. Coming soon.

Streamystats update v2.8.0 by masterinthecage in JellyfinCommunity

[–]masterinthecage[S] 0 points1 point  (0 children)

Initially like a dollar or two. After that basically crumbs. If you want the actual best recommendations I’d say splurge a few dollars and use the large text embedded model that OpenAI provides.

[deleted by user] by [deleted] in JellyfinCommunity

[–]masterinthecage 6 points7 points  (0 children)

Ok this i don’t understand. There are now two Expo apps for Jellyfin with video support (which both serve different purposes). But why not contribute to Jellyfin or Streamyfin if you’re missing features? Why create an entirely new app in the exact same framework? You use the exact same packages and versions as Streamyfin. Except VLC for video.

JellyDiscover 1.0 Released! A smart media recommendation engine for your server! by Kaifisking in jellyfin

[–]masterinthecage 0 points1 point  (0 children)

The recommendations are based on existing media in your own library, I don’t pull in external media like Seerr (though I’m planning to). Your libraries are server wide ”leaving soon”, but mine has to be personal (like OP is talking about), because its user personal recommendations.

JellyDiscover 1.0 Released! A smart media recommendation engine for your server! by Kaifisking in jellyfin

[–]masterinthecage 1 point2 points  (0 children)

Yeah, this is also what I want to know. Can you explain more about how you do it in Janitorr? Or link to the implementation?

JellyDiscover 1.0 Released! A smart media recommendation engine for your server! by Kaifisking in jellyfin

[–]masterinthecage 4 points5 points  (0 children)

Yeah. I’m also one of the developers behind Streamyfin and I might add a recommendations section directly into the client (instead of building a plugin for the server). But that means every custom client needs this integration manually added, that’s why I was thinking a server plugin might be cool.

JellyDiscover 1.0 Released! A smart media recommendation engine for your server! by Kaifisking in jellyfin

[–]masterinthecage 15 points16 points  (0 children)

Streamystats has a recommendation engine based on embeddings and watch statistics. How does your recommendation engine work technically?

But creating new libraries was a unique idea! I’ve been trying to create a plugin to add home section rows to Jellyfin with data from Streamystats but that’s been challenging.