spiritedpause@sh.itjust.works to Selfhosted@lemmy.worldEnglish · 1 year agoMovie-web: A small web app for watching movies and shows by displaying video files from third-party providersgithub.comexternal-linkmessage-square10fedilinkarrow-up1128arrow-down12 cross-posted to: piracy@lemmy.dbzer0.com
arrow-up1126arrow-down1external-linkMovie-web: A small web app for watching movies and shows by displaying video files from third-party providersgithub.comspiritedpause@sh.itjust.works to Selfhosted@lemmy.worldEnglish · 1 year agomessage-square10fedilink cross-posted to: piracy@lemmy.dbzer0.com
minus-squarewarmaster@lemmy.worldlinkfedilinkEnglisharrow-up2·1 year agoI’m not a developer, but looking at the docs, shows several plugins able to stream from external sources. Looks like Jellyfin refers to these plugins as “channels”, if the Jellyfin API isn’t enough, you can create custom endpoints. Links: https://jellyfin.org/docs/general/server/plugins/ https://api.jellyfin.org/#tag/Plugins https://github.com/jellyfin/jellyfin-plugin-template
minus-squarenieceandtows@programming.devlinkfedilinkEnglisharrow-up1·1 year agoInteresting, thank you
I’m not a developer, but looking at the docs, shows several plugins able to stream from external sources.
Looks like Jellyfin refers to these plugins as “channels”, if the Jellyfin API isn’t enough, you can create custom endpoints.
Links:
https://jellyfin.org/docs/general/server/plugins/
https://api.jellyfin.org/#tag/Plugins
https://github.com/jellyfin/jellyfin-plugin-template
Interesting, thank you