jellyfin_externalplayer_iina

Add a button to the Jellyfin video info page that plays using the external player iina

QQ20220407-095945@2x

  1. Find Jellyfin's Web folder on the server. You can use find / -name jellyfin to search for its location.
  2. Open the corresponding folder and you will see a folder called web, then open it.
  3. Upload external_player.js here.
  4. Modify the index.html file under the folder.
  5. Add <script src="external_player.js" ></script>at the end of the file before </body>.
  6. Save the index.html file.