Skip to content

Play online videos on Kodi, or stream local media

Notifications You must be signed in to change notification settings

norrinr/send-to-kodi

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 

Repository files navigation

Send to Kodi

Screenshot of dialog box

  • Paste an URL to play it on Kodi.
  • Stream files from your computer to Kodi.
  • Uses youtube-dl to support hundreds of sites.
  • MPEG-DASH (high quality video) support.
  • No Kodi add-ons required for standard video.

Installation

  1. In Kodi, enable System > Servicies > Web server > Allow remote control via HTTP.

  2. Install on your Kodi box:

    • InputStream.Adaptive to enable MPEG-DASH support.
    • Youtube add-on for better youtube support.
  3. Install on your Linux machine:

    • zenity to get a GUI.
    • youtube-dl to add support for hundreds of video sites.
    • python-twisted to enable local file sharing and MPEG-DASH support.
  4. Now you can run it from the command line like so:

    ./send-to-kodi -r kodibox:8080 -u kodi:SomePassword https://vimeo.com/174312494
    
  5. For a more polished experience, edit send-to-kodi.desktop and add your credentials.

  6. Copy to system folders:

    sudo cp send-to-kodi.sh /usr/local/bin/
    sudo cp send-to-kodi.desktop /usr/share/applications/
    

About

Play online videos on Kodi, or stream local media

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 100.0%