blob: e9176087fc4a51446ec02dce0e53385b3bd9014e (
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
36
37
38
39
40
|
# 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`.
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
```
## Install
```
git clone https://github.com/gch1p/peerflix-deadbeef
cd peerflix-deadbeef
sudo make install
```
## Uninstall
```
sudo make uninstall
```
## License
MIT
|