peerflix-deadbeef is a wrapper script to use peerflix to listen to music from torrents in DeaDBeeF.
peerflix-deadbeef <magnet link or torrent file>
Make sure that peerflix
and curl
or wget
are in your $PATH
.
On Linux, deadbeef
is expected to be in your $PATH
.
On macOS, script assumes that DeaDBeeF.app
is installed to /Applications
.
I also recommend installing my patched version of peerflix. It adds one tiny hack to m3u playlist creating code:
npm i -g git+https://github.com/gch1p/peerflix
git clone https://github.com/gch1p/peerflix-deadbeef
cd peerflix-deadbeef
sudo make install
sudo make uninstall
MIT