Skip to content

Instantly share code, notes, and snippets.

View DomSless's full-sized avatar

Dom DomSless

  • UK
View GitHub Profile
@DomSless
DomSless / KodiSendURL.html
Last active September 15, 2021 20:48
Quick, Dirty 'n' Hacky Method to Send Video URL's to Kodi/XBMC
<!DOCTYPE html>
<html lang=”en”>
<head>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/2.1.3/jquery.min.js"></script>
</head>
<body>
Enter URL:
<input type="text" style="width: 300px;" value="http://download.blender.org/peach/bigbuckbunny_movies/big_buck_bunny_480p_surround-fix.avi">
<button>Send..</button>
</br></br>