1
0
mirror of https://github.com/TeamPiped/Piped.git synced 2024-12-13 22:00:28 +05:30
Piped/README.md

48 lines
1.3 KiB
Markdown
Raw Normal View History

2020-12-19 00:25:11 +05:30
# Piped
2020-11-06 09:06:25 +05:30
2020-12-01 18:48:24 +05:30
[![Matrix](https://img.shields.io/matrix/piped:matrix.org)](https://matrix.to/#/#piped:matrix.org)
2020-12-01 18:04:25 +05:30
![Netlify](https://img.shields.io/netlify/6ccde6a7-6792-4105-9a28-ee13ce1fbc44)
2020-12-01 18:48:24 +05:30
[![GitHub Repo stars](https://img.shields.io/github/stars/TeamPiped/Piped-Frontend?style=social)](https://github.com/TeamPiped/Piped/stargazers)
[![GitHub last commit](https://img.shields.io/github/last-commit/TeamPiped/Piped-Frontend)](https://github.com/TeamPiped/Piped/commits)
2020-12-01 18:04:25 +05:30
2020-12-19 00:25:11 +05:30
An alternative YouTube frontend which is efficient by design.
2020-11-17 10:45:35 +05:30
2020-12-19 00:25:11 +05:30
## Features:
2020-11-06 09:06:25 +05:30
2020-12-19 00:25:11 +05:30
- [x] No Ads
- [x] No Tracking
- [x] Infinite Scrolling
- [x] Integration with SponsorBlock
- [x] Integration with LBRY
2020-12-19 00:25:11 +05:30
- [x] 4K support
- [x] No connections to Google's servers
- [x] Playing just audio
- [x] PWA support
- [x] Preferences saved locally
- [x] Multi-region loadbalancing
- [x] Performant by design, designed to handle 1000s of users concurrently
2020-11-17 10:45:35 +05:30
2020-12-19 00:25:11 +05:30
## WIP
- [ ] Proper video support Blocked by NPE[#461](https://github.com/TeamNewPipe/NewPipeExtractor/issues/461)
- [ ] Login
- [ ] Comments
- [ ] Feeds
- [ ] 8K support
- [ ] Custom extractor for streams?
- [ ] Video Muxing
2020-11-06 09:06:25 +05:30
2020-12-19 00:25:11 +05:30
## Development Setup
2020-11-17 10:45:35 +05:30
2020-11-06 09:06:25 +05:30
```
2020-12-19 00:25:11 +05:30
npm install
2020-11-06 09:06:25 +05:30
```
2020-12-19 00:25:11 +05:30
### Compiles and hot-reloads for development
2020-11-17 10:45:35 +05:30
2020-11-06 09:06:25 +05:30
```
2020-12-19 00:25:11 +05:30
npm run serve
2020-11-06 09:06:25 +05:30
```
2020-12-19 00:25:11 +05:30
You can now make changes and see them as soon you save the file!