3
3
Demo
4
4
</a >
5
5
<a href =" https://habarnam.io/player/home " target =" _blank " title =" YouTube Player " >
6
- <img alt="Angular YouTube Player Logo" src="https://i.imgur.com/HPPdUMC.jpg " style="height: auto; max-width:100%;" />
6
+ <img alt="Angular YouTube Player Logo" src="https://i.imgur.com/rcuE2Ao.png " style="height: auto; max-width:100%;" />
7
7
</a >
8
8
</p >
9
9
10
10
# About Player
11
- [ ![ Version] ( https://img.shields.io/badge/Current%20version-v2.5.2 -brightgreen.svg?style=flat )] ( https://github.com/quead/angular-youtube-player )
11
+ [ ![ Version] ( https://img.shields.io/badge/Current%20version-v2.6.0 -brightgreen.svg?style=flat )] ( https://github.com/quead/angular-youtube-player )
12
12
13
13
[ ![ GitHub license] ( https://img.shields.io/badge/license-MIT-blue.svg )] ( https://raw.githubusercontent.com/quead/angular-youtube-player/master/LICENSE )
14
14
[ ![ GitHub forks] ( https://img.shields.io/github/forks/quead/angular-youtube-player.svg )] ( https://github.com/quead/angular-youtube-player/network )
@@ -18,7 +18,7 @@ This is a simple youtube web player based on [angular-cli](https://github.com/an
18
18
19
19
This player is compatible only with Chrome/webkit browsers.
20
20
21
- * The project status is beta .*
21
+ * The project status is RC (release candidate) .*
22
22
23
23
## How to use
24
24
@@ -31,15 +31,15 @@ This player is compatible only with Chrome/webkit browsers.
31
31
32
32
3 . Add your youtube api key in ** src/app/environments/settings.ts** or inside the app on settings page (when is running)
33
33
34
- 4 . To connect to your [ server] ( https://github.com/quead/angular-youtube-server " Angular youtube server ")
34
+ 4 . Start your [ server] ( https://github.com/quead/angular-youtube-server " Angular youtube server ")
35
35
36
- You must change inside ** src/app/environments/environment.ts ** your path to your server.
36
+ ` npm install && npm start ` in root folder
37
37
38
- 6 . Connect to your [ server] ( https://github.com/quead/angular-youtube-server " Angular youtube server ")
38
+ 5 . Connect to your [ server] ( https://github.com/quead/angular-youtube-server " Angular youtube server ")
39
39
40
- ` npm start ` in root folder
40
+ You must change inside ** src/app/environments/environment.ts ** your path to your server.
41
41
42
- ** For building the app**
42
+ ** To build the app**
43
43
44
44
1 . Install [ angular-cli 7.3.7+] ( https://github.com/angular/angular-cli " Angular Cli ")
45
45
@@ -52,6 +52,12 @@ Check [angular documentation](https://angular.io/cli/build 'angular cli') for ot
52
52
` ng build --prod=true `
53
53
54
54
## Changelog
55
+ Angular YouTube Player 2.6.0
56
+ - List of guests in the session
57
+ - Minor issues fixed (RC)
58
+ - Add mini player when you scroll
59
+ - First video from playlist is now the current video
60
+
55
61
Angular YouTube Player 2.5.2
56
62
- Add category badge to feed videos and current video
57
63
- UI updates
@@ -189,9 +195,9 @@ Angular YouTube Player 1.0.0
189
195
- * Room chat ** (unversioned)***
190
196
191
197
#### Roadmap to 3.0
192
- - * List of users joined in the session ** (in v2.6)***
198
+ - * Release a stable version ** (in v2.6.9 )***
193
199
- * Set private/public room ** (in v2.7)***
194
- - * List of public rooms ** (in v2.9 )***
200
+ - * List of public rooms ** (in v2.8 )***
195
201
- * Room moderators which can add videos, kick roommates, mute roommates ** (in v2.9)***
196
202
197
203
#### Roadmap to 4.0
@@ -201,7 +207,7 @@ Angular YouTube Player 1.0.0
201
207
- Global hotkeys for application in desktop (play/pause/next/prev, for keyboards with media buttons)
202
208
- Adding support for NW.js to export the app for desktop compatible: Windows x64, Linux x64
203
209
- Auto updating the app (desktop version)
204
- - Temporary removed theme function
210
+ - Themes temporary removed
205
211
206
212
## Copyright and License
207
213
Copyright [ quead] ( https://github.com/quead ) under the [ MIT license] ( LICENSE ) .
0 commit comments