You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+21-4Lines changed: 21 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -69,7 +69,8 @@ Note: Installation of ffmpeg will take some time as its compiled from scratch.
69
69
Once done you should be able to run aria2 or ffmpeg in the Terminal window but you probably need to start a new Terminal.
70
70
71
71
### 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
73
74
We are going to install aria2c and start a new Terminal window.
74
75
75
76
#### Get dl-nhltv source from github:
@@ -84,7 +85,17 @@ We are going to install aria2c and start a new Terminal window.
84
85
* Go to http://evermeet.cx/pub/ffmpeg/
85
86
* Find the dmg file with the highest version number like “ffmpeg-3.2.4.dmg”
86
87
* 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
88
99
89
100
#### Get aria2 binary package and install it
90
101
* 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.
94
105
* In Downloads right click on the aria2.pkg file and select “open”
95
106
* Click install and authenticate.
96
107
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
+
98
114
99
115
## On Linux
100
116
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
142
158
* Hit enter
143
159
* Run
144
160
```
145
-
python2.7 nhltv.py -t Detroit
161
+
python2.7 nhltv.py -t Detroit -u yourNhlUserName -p yourNhlPassword
146
162
```
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.
147
164
148
165
# How dl-nhltv works
149
166
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