Replies: 4 comments 5 replies
-
Unfortunately, I think this is a feature that we will not want to include in Jellyfin. Jellyfin clients should rely on a Jellyfin server for any metadata lookups and not bypass the server to directly interact with any metadata providers. |
Beta Was this translation helpful? Give feedback.
-
I agree. Clients' only dependency should be the server API. If the server opens an API endpoint to provide this data, that's cool, but a client to 3rd party direct connect - I don't like. |
Beta Was this translation helpful? Give feedback.
-
I truly ask you to reconsider. I will try to divide the discussion in some topics below. Basic functionality
If it can be done on the client, why not do on the client?
Could be an app plugin, if it was possible
OpenSubtitles login limitations
I would ask to preserve this feature as experimental, and if required I compromise to change the way it works in order for this feature to stay. Even if each subtitle requests must cross the globe twice before reaching the OpenSubtitles server. |
Beta Was this translation helpful? Give feedback.
-
If this is solely handled on client side, each client needs to implement it separately. Like 1hitsong said, a new API endpoint that does trigger the subtitle download makes much more sense. This way its way easier to provide the same feature for each client. I can see that a download limitation can be a problem, if the server is used by many different users. |
Beta Was this translation helpful? Give feedback.
-
This discussion is regarding this feature request, as listed in the site rules.
I have already implemented the feature, available on this fork, and this commit. I would like to know if there are some modifications required to allow the pull-request.
Beta Was this translation helpful? Give feedback.
All reactions