blob: 64bec91324dbb1068c6da5d0c3ea52037d865d95 (
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
|