Skip to content

notflix. is a shell script that searchs and streams video torrents on-the-go.

License

Notifications You must be signed in to change notification settings

miermontoto/notflix.

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

70 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

notflix.

search for magnet links and stream them directly with webtorrent

This fork is maintained, but it won't keep up with upstream commits.

If you're having issues with rofi not inputting from keyboard, try adding -normal-window to rofi in the script, and then move to $PATH.

Requirements

  • webtorrent-cli sudo npm i -g webtorrent-cli
  • libnotify-bin (optional)
  • vlc (or mpv)
  • rofi (or dmenu)

Install

cURL

Download the script to your $PATH and give executable permissions.

sudo curl -sL "https://raw.githubusercontent.com/miermontoto/notflix./master/notflix" -o /usr/local/bin/notflix
sudo chmod +x /usr/local/bin/notflix

make

Clone this repository and use make to copy the script to $PATH.

git clone https://github.com/miermontoto/notflix..git
cd notflix. && sudo make

Uninstall

To uninstall, remove notflix from your $PATH sudo rm -f /usr/local/bin/notflix

License

This project is a fork of Bugswriter's notflix, which is licensed under GPL-3.0.

About

notflix. is a shell script that searchs and streams video torrents on-the-go.

Topics

Resources

License

Stars

Watchers

Forks

Languages

  • Shell 97.6%
  • Makefile 2.4%