aboutsummaryrefslogtreecommitdiff
path: root/README.md
blob: f635337e622c69c9afb4c07dbede3397335bc5f0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
# peerflix-deadbeef

**peerflix-deadbeef** is a wrapper script to use (peerflix)[https://github.com/mafintosh/peerflix] to listen to music from torrents in (DeaDBeeF)[https://github.com/DeaDBeeF-Player/deadbeef].

### Usage

```
peerflix-deadbeef <magnet link or torrent file>
```

## Requirements

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`.

## Install

```
git clone https://github.com/gch1p/peerflix-deadbeef
cd peerflix-deadbeef
sudo make install
```

## Uninstall

```
sudo make uninstall
```

## License

MIT