![]() |
Jellix - a Netflix inspired web client for Jellyfin - Printable Version +- Jellyfin Forum (https://forum.jellyfin.org) +-- Forum: Development (https://forum.jellyfin.org/f-development) +--- Forum: Client Development (https://forum.jellyfin.org/f-client-development) +--- Thread: Jellix - a Netflix inspired web client for Jellyfin (/t-jellix-a-netflix-inspired-web-client-for-jellyfin) |
RE: Jellix - a Netflix inspired web client for Jellyfin - Yummy_rad - 2024-05-23 Very slick interface! I’m curious how you implemented the “similar to your watch history” and “because you watched…” categories. Is it with tags? I’m interested in some of the details about this as I am thinking about making a plugin to create smart playlists using user prompts and maybe openAI API RE: Jellix - a Netflix inspired web client for Jellyfin - jelly.fan - 2024-05-23 (2024-05-23, 01:15 AM)Yummy_rad Wrote: I am thinking about making a plugin to create smart playlists using user prompts and maybe openAI API I advise you not to. I'm an AI and backend engineer, and I can say with certainty, if a core functionality of your code is an API call to OpenAI, it's dead on arrival. A custom trained neural network would be plenty more efficient and effective for this job, a general purpose LLM just isn't suited for this job. RE: Jellix - a Netflix inspired web client for Jellyfin - Yummy_rad - 2024-05-24 Thanks for the perspective. Alas I am not a programmer so I won’t be making a plugin anytime soon. My thought is that the LLM would only be used to covert a natural langue user prompt (eg: I want to watch a high school comedy set in the 80’s) into key words which then can be used in a standard recommendations system. In any case, I’ve written this all in the wrong sub as I was confusing Jellix with Jellyflix. Jellyflix is the multiplatform client that has the recommendation features. RE: Jellix - a Netflix inspired web client for Jellyfin - doihaveto - 2024-06-29 New version released. Changes: - New navigation buttons that can be enabled through the settings menu, for Chromecast and similar devices that lack built-in navigation capability. - New filter by maximum movie runtime. - Fixed an issue with the filters not being applied. https://github.com/doihaveto/jellix/commit/de566a5c054746bc77d486c229404562138c4a38 RE: Jellix - a Netflix inspired web client for Jellyfin - jennystreaming - 2024-07-26 Thank you for the updated version! (2024-06-29, 12:36 PM)doihaveto Wrote: New version released. Changes: RE: Jellix - a Netflix inspired web client for Jellyfin - Jalex FILMS - 2024-08-02 Good evening, I need help. I would like to be able to install it on a Synology NAS. It would be good to have some installation guide for those who are less knowledgeable on the subject. Can you help me with an installation guide on Synology NAS? RE: Jellix - a Netflix inspired web client for Jellyfin - doihaveto - 2024-08-05 (2024-08-02, 08:28 AM)Jalex FILMS Wrote: Good evening, I need help. I would like to be able to install it on a Synology NAS. It would be good to have some installation guide for those who are less knowledgeable on the subject. I don't have access to a Synology NAS so I'm not sure how it works exactly, but if you have SSH access you can follow the docker installation guide. I'll probably add an official docker image sometime in the future which will the make process a bit easier. RE: Jellix - a Netflix inspired web client for Jellyfin - Jalex FILMS - 2024-08-07 doihaveto dateline='[url=tel:1722848424' Wrote: 1722848424[/url]'] If I have SSH access, the image would be very helpful. I would really appreciate it. RE: Jellix - a Netflix inspired web client for Jellyfin - Jalex FILMS - 2024-08-07 I did a manual installation with ngnix and everything was fine. But I can't access what is the username and password? I can't get past the login tab. I've tried with username and password and nothing, it won't let me access. RE: Jellix - a Netflix inspired web client for Jellyfin - doihaveto - 2024-08-07 (2024-08-07, 02:10 AM)Jalex FILMS Wrote: I did a manual installation with ngnix and everything was fine. But I can't access what is the username and password? I can't get past the login tab. I've tried with username and password and nothing, it won't let me access. It's your Jellyfin username and password. If it doesn't let you login check the network tab in your browser's developer tools to make sure it's using the correct Jellyfin URL. |