File tree Expand file tree Collapse file tree 1 file changed +10
-10
lines changed
Expand file tree Collapse file tree 1 file changed +10
-10
lines changed Original file line number Diff line number Diff line change @@ -16,27 +16,22 @@ Requires Python 3.8 or newer.
16162 ) Install the dependancies with:
1717
1818```
19- $ pip install -r requirements.txt
19+ $ pip install beetstream
2020```
2121
22- 3 ) Add the folder to your path (probably in ` ~/.bashrc ` or ` ~/.zshrc ` ):
23- ```
24- export PYTHONPATH="${PYTHONPATH}:/home/username/Beetstream"
25- ```
26-
27- 4 ) Enable the plugin for Beets in your config file ` ~/.config/beets/config.yaml ` :
22+ 3 ) Enable the plugin for Beets in your config file ` ~/.config/beets/config.yaml ` :
2823``` yaml
2924plugins : beetstream
3025` ` `
3126
32- 5 ) **Optional** You can change the host and port in your config file ` ~/.config/beets/config.yaml`. Here are the default values:
27+ 4 ) **Optional** You can change the host and port in your config file ` ~/.config/beets/config.yaml`. Here are the default values:
3328` ` ` yaml
3429beetstream:
3530 host: 0.0.0.0
3631 port: 8080
3732` ` `
3833
39- 6 ) Run with :
34+ 5 ) Run with :
4035` ` `
4136$ beet beetstream
4237` ` `
@@ -49,7 +44,12 @@ There is currently no security whatsoever. You can put whatever user and passwor
4944
5045# ## Server and Port
5146
52- Currently runs on port `8080`. i.e : ` https://192.168.1.10:8080` .
47+ Currently runs on port `8080`. i.e : ` https://192.168.1.10:8080` . You can configure it in `~/.config/beets/config.yaml`. Defaults are:
48+ ` ` ` yaml
49+ beetstream:
50+ host: 0.0.0.0
51+ port: 8080
52+ ` ` `
5353
5454# # Supported Clients
5555
You can’t perform that action at this time.
0 commit comments