Files
Piped-Material/README.md
T

99 lines
3.1 KiB
Markdown

# Piped-redesign
[![GitHub Repo stars](https://img.shields.io/github/stars/mmjee/Piped-redesign?style=social)](https://github.com/mmjee/Piped-redesign/stargazers)
[![GitHub last commit](https://img.shields.io/github/last-commit/mmjee/Piped-redesign)](https://github.com/mmjee/Piped-redesign/commits)
An alternative to an alternative YouTube frontend which is efficient by design.
Piped-redesign is an attempt to redesign Piped to be more space-efficient, rational and good-looking.
As a byproduct, the code is also much cleaner, dysfunctional patterns and paradigms have been replaced with clean, beautiful code :).
## Features:
- [x] No Ads
- [x] No Tracking
- [x] Infinite Scrolling
- [x] 4K support
- [x] No connections to Google's servers
- [x] Playing just audio
- [x] Comments
- [x] Playlist support
- [x] Captions support
- [x] Search Suggestions
- [x] Livestreams support with a quality selector
- [x] Support for IOS
- [x] Preferences saved locally
- [x] Multi-region loadbalancing
- [x] Performant by design, designed to handle 1000s of users concurrently
## WIP
- [ ] 8K support
- [ ] Improving UI
- [ ] Login
- [ ] Feeds
- [ ] Integration with SponsorBlock
- [ ] Integration with LBRY
- [ ] PWA support
## Documentation
The documentation can be found at https://piped-docs.kavin.rocks (accessible via IPNS as well)
## Screenshots
![Screenshot 1](https://piped-ng-assets.xn--17b.net/screenshot1.png)
![Screenshot 2](https://piped-ng-assets.xn--17b.net/screenshot2.png)
![Screenshot 3](https://piped-ng-assets.xn--17b.net/screenshot3.png)
## Donations
Donations can be made at:
- bc1qhq8zjxmu405nvp37njj6zv3s980zg400pu9jfe (BTC)
- 0x1D77D4cfB1a947514241bcf19B1F04738495e2fD (ETH)
- 8A5Up8rKgagVAz6TuUduBqHp518H1U6fYc6GqCfWsaEfjGzbSccfYpgMqp5d4oe5Ws5MuFE1iKmhQTadhMhvuk3bHRT5Ebk (XMR, aka Monero)
- nano_1ngejzydncche4rdua3iebhj7sa95pw5geq4pb8phugtjf3tku933ktjb4pq (Nano)
- XpzgouDTKCUuE8a92XqjX9b43gKL8oLihw (Dash)
Contributions in any other form are also welcomed.
## Development Setup
```
yarn install
```
### Compiles and hot-reloads for development
```
yarn serve
```
You can now make changes and see them as soon you save the file!
## Contact
If you would like to contact me personally, you may do so with the following means:
- Matrix: @kavin1337:matrix.org
- Mastodon: https://mastodon.online/@kavin
- Email: kavin@kavin.rocks
## Public Chat Rooms
- You can join us via Matrix at [#piped](https://matrix.to/#/#piped:matrix.org).
- You can also join us at the libera.chat IRC network which is bridged to the Matrix room at [#piped](https://web.libera.chat/#piped).
## YourKit
<img src="https://www.yourkit.com/images/yklogo.png"></img>
YourKit has given an open source license for their profiler, greatly simplifying the profiling of Piped's performance.
YourKit supports open source projects with its full-featured Java Profiler.
YourKit, LLC is the creator of <a href="https://www.yourkit.com/java/profiler/">YourKit Java Profiler</a>
and <a href="https://www.yourkit.com/.net/profiler/">YourKit .NET Profiler</a>,
innovative and intelligent tools for profiling Java and .NET applications.