Bugswriter / notflix

Notflix is a shell script to search and stream torrent.
GNU General Public License v3.0
1.9k stars 176 forks source link

does not work on Mac notifier not found #33

Open aj-arts opened 2 years ago

aj-arts commented 2 years ago

/usr/local/bin/notflix: line 29: notify-send: command not found

0xmzn commented 2 years ago

You can comment out any line containing notify-send or even remove it and the script will work perfectly fine. notify-send is responsible for displaying notification messages only.

BreadMoncher commented 2 years ago

I made a version which uses the command line instead, and it works fine on my Mac:

https://github.com/BreadMoncher/notflix

aj-arts commented 2 years ago
image

it now shows searching for show but its not showing any shows and therefore not opening mpv

BreadMoncher commented 2 years ago

It probably means your connection is bad, or maybe a firewall or something could be blocking access to the website.

Try putting this in your browser, and see if the page loads: https://1337x.wtf/search/endgame/1/

aj-arts commented 2 years ago

it worked...I changed the 1377x website to a working proxy and now it works... thank you so much I used your fork...its amazing and minimalistic

BreadMoncher commented 2 years ago

You're welcome :)

aj-arts commented 2 years ago

you should tell to bugs writer he will add your version for Mac so Mac users can directly use the read me file for Mac

BreadMoncher commented 2 years ago

I made a pull request, so hopefully he'll add it in