Skip to content

Commit d813f2e

Browse files
committed
- Fixed Readme's bin ffmpeg install steps
1 parent 246fd41 commit d813f2e

File tree

1 file changed

+21
-4
lines changed

1 file changed

+21
-4
lines changed

README.md

Lines changed: 21 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,8 @@ Note: Installation of ffmpeg will take some time as its compiled from scratch.
6969
Once done you should be able to run aria2 or ffmpeg in the Terminal window but you probably need to start a new Terminal.
7070

7171
### Install from binary:
72-
We are going to download dl-nhltv and ffmpeg and put them both into the same folder
72+
We are going to download dl-nhltv
73+
We are going to download ffmpeg pre-build binary and put it into /usr/local/bin as root user
7374
We are going to install aria2c and start a new Terminal window.
7475

7576
#### Get dl-nhltv source from github:
@@ -84,7 +85,17 @@ We are going to install aria2c and start a new Terminal window.
8485
* Go to http://evermeet.cx/pub/ffmpeg/
8586
* Find the dmg file with the highest version number like “ffmpeg-3.2.4.dmg”
8687
* Download and Open with DiskImageMounter
87-
* Copy ffmpeg fie into same folder dl-nhltv-master
88+
* While on Finder User keyboard shortcut Apple+Shift+G to got to folder /usr/local/
89+
* Authenticate with password (you need to do that a few times)
90+
* create a new folder in /usr/local/ called "bin" (authenticate)
91+
* change into folder bin
92+
* drag and grop ffmpeg binary to the /usr/local/bin folder
93+
94+
Verify by opening a new Terminal window and type in
95+
```
96+
ffmpeg -h
97+
```
98+
You shoudl see ffmpeg short help printed
8899

89100
#### Get aria2 binary package and install it
90101
* Go to http://mac.softpedia.com/get/Internet-Utilities/aria2.shtml
@@ -94,7 +105,12 @@ We are going to install aria2c and start a new Terminal window.
94105
* In Downloads right click on the aria2.pkg file and select “open”
95106
* Click install and authenticate.
96107

97-
Note: you have auto start a new Terminal window to work with aria2c !
108+
Verify by starting a new Terminal window and type in
109+
```
110+
aria2c -h
111+
```
112+
You should get aria2c's help printed
113+
98114

99115
## On Linux
100116
On Linux this should be rather easy. Havent tried. Only painfull thing could be the python version.
@@ -142,8 +158,9 @@ OS X TextEdit is messing up the quotes by turning normal up quotes into some spe
142158
* Hit enter
143159
* Run
144160
```
145-
python2.7 nhltv.py -t Detroit
161+
python2.7 nhltv.py -t Detroit -u yourNhlUserName -p yourNhlPassword
146162
```
163+
Note: your username and password gets stored in settings.json folder so you don't need to flash it on the comamnd line everyt time.
147164

148165
# How dl-nhltv works
149166
When it runs it will check the nhl.tv servers for a new game for your team and if it finds it then it will download it. Then after it downloads it will do a loop and start looking for the next game. It saves the id of the last game so if you aren't getting the results you expect then take a look at the settings.json file and set the game id manually to be lower than the gameid you want to download. It also saves the username and password in the settings.json file

0 commit comments

Comments
 (0)