-
-
Notifications
You must be signed in to change notification settings - Fork 294
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Mobile App #509
Comments
Unfortunately the behavior described:
would not be possible. Jellyseerr can be linked and added to jellyfin using custom menu links. In addition, Jellyseerr is a PWA so you can install onto your mobile like any other native app (this also unlocks some cool features like web push notifications [native-like notifications]) and PWA is supported on desktops, macs, android, and iphones (iOS 16+). |
Nice find, thanks for sharing. On the other hand, there's one project which does this: Reiverr but sadly there's no TV/android app yet and some basic features like subtitles are still being worked on (but the lack of developers makes the progress slow)
The problem are mainly android TVs/Nvidia Shield/.. since they don't support PWA :/ Wish there was a official way of integrating Jelly and Jellyseerr into one beast 🙁 |
Just a update: With Plex there's a baked in 'Discovery' page but I'd much rather use Jellyfin and Jellyseerr if there's a way to combine them into one app |
That's because androidTV does not use the Web client. It's completely kotlin native app. You still cannot combine jellyseerr and jellyfin unless you create a custom app. Jellyseerr is in no way affiliated with jellyfin to be able to combine them officially. |
I know, I'm fishing for more ideas or similar projects! In the meantime, here's a feature request to display custom menu links in Jellyfin's native clients which would make it possible to have everything contained to one app. For future readers, consider dropping a upvote to make it more visible :) |
Here's a update for future readers. Jellyfin Server has a I'm still fishing for a better solution 🙂 |
@GrabbenD how is fishing going along? Any Updates on this topic?😃 |
@thorbolo Instead of building a native app from scratch (as discussed here), it's much simpler to just add support for D-pad navigation and display Jellyseerr using a WebView from pretty much anywhere: |
Ah this has been something I have wanted to do for ages, I gave up in the end. Would be very cool to have both of them in one place. Its no big deal having 2 seperate apps for me but some non-techy users who use my jellyfin server would certainly love it. |
I definitely like the idea of using d-pad navigation for jellyseer on tv's. Also on the idea of having jellyseer and jellyfin functionality in a single application, I noticed in the jellyfin api docs there is an endpoint for creating a direct streaming link for a media item. Currently the "play on jellyfin" button on the media items info page on jellyseer is just a link to the media item on jellyfin, but if this endpoint is used: You could create a stream link for the item and use that as a media source for the clients built in media player. With some navigation tweaks this would make it possible to request and watch media all in one application. I've been looking into this recently but I only have a basic understanding of jellyseers code. |
I may or may not add to this, but i just found an app called "seerrtv" on google playstore for my android tv device, it loads up jellyseer/overseer from a "local user" account. Might be worth looking at, unfortunatley i couldn't find any github link. I did how ever find this: https://devmesh.ca/seerrtv Im going to test it out some. Seams to forward all the requests to jellyseerr correctly too. |
Description
I'm trying to create a user friendly flow for my parents and friends which allows non tech-savvy users to simply browse & discover movies/series then download and stream at highest possible quality from one single app.
The vast majority of whom stream directly from a TV use a Android based system (like NVIDIA Shield, Android TV, Chromecast, Firestick, Plasma Bigscreen/Anbox, ..) which itself uses Playstore Apps. This implies that they have to first navigate to a web browser with a fiddly TV controller, type in a long server address and then do the deed in Jellyseerr which then redirects to another app. Such process isn't as seamless as just opening one app and having everything in one place (to minimize confusion with older people and avoid quality problems due video/audio codecs).
Desired Behavior
One idea how this could work is to integrate Jellyseerr directly into Jellyfin's start page. This way no new app would have to be created and it would be possible to utilize all codecs from Jellyfin's browser & mobile apps.
Additional Context
Any ideas/solutions to this problem are highly welcomed!
Code of Conduct
The text was updated successfully, but these errors were encountered: