Replies: 6 comments 2 replies
-
If this ends up being something that doesn't fit in jellyfin functionality you can use this: |
Beta Was this translation helpful? Give feedback.
-
@jedthe3rd looks interesting, but I am really used to Jellyfin's UI and various client apps. Don't want to switch to another medium. Willing to invest coding efforts here. But I saw this in their Contribution Guideline to first post an Enhancement request here before building a big feature. EDIT: It seems Jellyfin is supported https://ersatztv.org/user-guide/configure-clients/ I will check this out. |
Beta Was this translation helpful? Give feedback.
-
Feature requests belong on features.jellyfin.org. Here is one that seems related: https://features.jellyfin.org/posts/812/create-live-tv-channels-streaming-your-own-media |
Beta Was this translation helpful? Give feedback.
-
No this wasn't a feature request, I read somewhere in the Readme to open an issue if I have a large Pull Request in Mind and discuss technical implementation prior. |
Beta Was this translation helpful? Give feedback.
-
Ah I see. A plugin would belong in a separate git repository and would not be added via a pull request here, but I understand where you are coming from now. I think the best place to discuss how to get started would be in the development channel on matrix or discord. Information on how to join can be found on the website. |
Beta Was this translation helpful? Give feedback.
-
A limitation of Jellyfin plugins is that they aren't flexible at all in their user interface. You can provide pages for the dashboard and that's it. Some third-party plugins hack around this by injecting JavaScript but that's not something we want to support. So either the plugin has it's completely separate frontend or it needs to be integrated in the official clients (at which point it can't be a plugin anymore). So the real question here is whether to integrate such a feature into Jellyfin or not. I'll move the issue to our "meta" repository which is used to discuss these kinds of things. Personally I think it would be a nice addition, if kept simple. For more advanced use there are already great third-party tools like Ersatz. |
Beta Was this translation helpful? Give feedback.
-
Hi,
I want to make a feature and add to this repo, that allows to create local channels out of existing media files.
Take movies for example, movies can be categories into Genres. Each Genre could be a channel.
Primary Motivation is to remove the time taken to select a movie/media file.
Initial Feature List I have in mind -
For TV I haven't thought too much at the moment. But it could be similar, in future I plan to create different kinds of channels based on common features of Movies or TV Shows.
Beta Was this translation helpful? Give feedback.
All reactions