Support for music in addition to dashcam clip storage.

This commit is contained in:
cimryan
2018-10-13 18:18:00 -07:00
parent 9cfce11bd4
commit a03c322c01
4 changed files with 39 additions and 15 deletions

View File

@@ -126,16 +126,17 @@ Now that you have a shell on the Pi you can turn the Pi into a smart USB drive.
ping 192.168.0.41
```
1. If you can't ping the archive server by IP address from the Pi you should go do whatever you need to on your network to fix that. If you can't reach the archive server by name from the Pi but you can by IP address then use its IP address, below, in place of its name.
1. Run these commands, subsituting your values:
1. Run these commands, subsituting your values. The last line is the percent of the drive you want to allocate for dashcam storage. The remaining percentage will be allocated for music.
```
export archiveserver=Nautilus
export sharename=SailfishCam
export shareuser=sailfish
export sharepassword=pa$$w0rd
epxort campercent=100
```
1. Run these commands:
```
wget https://raw.githubusercontent.com/cimryan/teslausb/master/windows_archive/setup-teslausb
wget https://raw.githubusercontent.com/cimryan/teslausb/u/cimryan/music/windows_archive/setup-teslausb
chmod +x setup-teslausb
./setup-teslausb
```