LibreTube/README.md

122 lines
7.4 KiB
Markdown
Raw Normal View History

<div align="center">
2022-08-12 16:38:21 +05:30
<img src="https://libre-tube.github.io/images/gh-banner.png" width="auto" height="auto" alt="LibreTube">
2022-08-12 16:38:21 +05:30
[![GPL-v3](https://libre-tube.github.io/images/license-widget.svg)](https://www.gnu.org/licenses/gpl-3.0.en.html)
[![Matrix](https://libre-tube.github.io/images/mat-widget.svg)](https://matrix.to/#/#LibreTube:matrix.org)
[![Telegram](https://libre-tube.github.io/images/tg-widget.svg)](https://t.me/libretube)
[![Twitter](https://libre-tube.github.io/images/tw-widget.svg)](https://twitter.com/libretube)
[![Reddit](https://libre-tube.github.io/images/rd-widget.svg)](https://www.reddit.com/r/Libretube/)
2022-06-29 17:03:07 +05:30
2022-06-30 09:07:49 +05:30
</div><div align="center" style="width:100%; display:flex; justify-content:space-between;">
2022-08-12 16:38:21 +05:30
[<img src="https://libre-tube.github.io/images/fdrload.png" alt="Get it on F-Droid" width="30%">](https://f-droid.org/en/packages/com.github.libretube/)
[<img src="https://libre-tube.github.io/images/izzyload.png" alt="Get it on IzzyOnDroid" width="30%">](https://apt.izzysoft.de/fdroid/index/apk/com.github.libretube)<br/>
[<img src="https://libre-tube.github.io/images/ghload.png" alt="Get it on GitHub" width="30%">](https://github.com/libre-tube/LibreTube/releases/latest)
2022-06-27 18:54:13 +05:30
</div>
2022-07-21 19:30:03 +05:30
## 📔 About
2022-10-07 09:31:51 +05:30
YouTube has an extremely invasive [privacy policy](https://support.google.com/youtube/answer/10364219) which relies on using user data in unethical ways. They store a lot of your personal data - ranging from ideas, music taste, content, political opinions, and much more than you think.
2022-07-21 19:30:03 +05:30
2022-10-07 09:31:51 +05:30
This project is aimed at improving the users' privacy by being independent from Google and bypassing their data collection.
2022-07-21 19:30:03 +05:30
2022-10-07 09:31:51 +05:30
Therefore, the app is using the [Piped API](https://github.com/TeamPiped/Piped), which uses proxies to circumvent Google's data collection and includes some other additional features.
> **Warning** <br>
> The project is still in beta, therefore you may encounter bugs. If you do so, please open an issue via our GitHub repository.
2022-10-06 22:12:02 +05:30
<table><td>
2022-10-07 09:50:05 +05:30
<a href="https://github.com/libre-tube/LibreTube/issues/new?assignees=&labels=bug&template=report_bug.yml">🐞 Report Bug</a>
2022-10-06 22:12:02 +05:30
</td>
2022-10-07 09:46:07 +05:30
<td><a href="https://github.com/libre-tube/LibreTube/issues/new?assignees=&labels=enhancement&template=feature-request.yml">⭐ Request Feature</a>
</td></table>
2022-08-12 16:38:21 +05:30
2022-06-26 16:02:16 +05:30
## 📱 Screenshots
2022-02-06 01:09:41 +05:30
2022-06-30 09:07:49 +05:30
<div style="width:100%; display:flex; justify-content:space-between;">
2022-06-29 17:32:34 +05:30
2022-06-30 09:29:09 +05:30
[<img src="fastlane/metadata/android/en-US/images/phoneScreenshots/shot_1.png" width=30% alt="Home">](fastlane/metadata/android/en-US/images/phoneScreenshots/shot_1.png)
[<img src="fastlane/metadata/android/en-US/images/phoneScreenshots/shot_2.png" width=30% alt="Subscriptions">](fastlane/metadata/android/en-US/images/phoneScreenshots/shot_2.png)
[<img src="fastlane/metadata/android/en-US/images/phoneScreenshots/shot_3.png" width=30% alt="Library">](fastlane/metadata/android/en-US/images/phoneScreenshots/shot_3.png)
[<img src="fastlane/metadata/android/en-US/images/phoneScreenshots/shot_4.png" width=30% alt="Search">](fastlane/metadata/android/en-US/images/phoneScreenshots/shot_4.png)
[<img src="fastlane/metadata/android/en-US/images/phoneScreenshots/shot_5.png" width=30% alt="Channel filters">](fastlane/metadata/android/en-US/images/phoneScreenshots/shot_5.png)
[<img src="fastlane/metadata/android/en-US/images/phoneScreenshots/shot_6.png" width=30% alt="Player">](fastlane/metadata/android/en-US/images/phoneScreenshots/shot_6.png)
[<img src="fastlane/metadata/android/en-US/images/phoneScreenshots/shot_7.png" width=30% alt="Playlist videos">](fastlane/metadata/android/en-US/images/phoneScreenshots/shot_7.png)
[<img src="fastlane/metadata/android/en-US/images/phoneScreenshots/shot_8.png" width=30% alt="Settings">](fastlane/metadata/android/en-US/images/phoneScreenshots/shot_8.png)
[<img src="fastlane/metadata/android/en-US/images/phoneScreenshots/shot_9.png" width=30% alt="About">](fastlane/metadata/android/en-US/images/phoneScreenshots/shot_9.png)
2022-06-27 18:42:51 +05:30
</div>
2022-02-06 01:09:41 +05:30
2022-06-26 16:02:16 +05:30
## ⭐ Features
2022-06-29 17:03:07 +05:30
| Feature | |
| ----------------- | --- |
| User Accounts | ✅ |
| Subscriptions | ✅ |
| User Playlists | ✅ |
| Playlist Bookmarks| ✅ |
| Channel Tabs | ✅ |
| Search Filters | ✅ |
| Player Gestures | ✅ |
| SponsorBlock | ✅ |
| Comments | ✅ |
| Captions | ✅ |
2022-06-26 16:02:16 +05:30
## 😇 Contributing
2022-06-29 17:00:55 +05:30
2022-10-07 09:31:51 +05:30
Whether you have ideas, translations, design changes, code cleaning or really heavy code changes, help is always welcome. The more is done, the better it gets!
2022-06-18 11:04:54 +05:30
2022-06-19 15:44:04 +05:30
If creating a pull request, please make sure to format your code (preferred ktlint) before.
2022-06-18 11:04:54 +05:30
2022-10-07 09:31:51 +05:30
> **Note** <br>
> Any issue avoiding the issue template will be ignored and forced to be closed.
2022-05-02 22:05:41 +05:30
2022-12-06 17:10:13 +05:30
## 📝 Translations
<a href="https://hosted.weblate.org/projects/libretube/#languages">
<img src="https://hosted.weblate.org/widgets/libretube/-/287x66-grey.png" alt="Translation status" />
</a>
## 📜️ Credits
2022-08-22 21:30:45 +05:30
2022-08-23 12:06:06 +05:30
- Readme Design and Banners by [XelXen](https://github.com/XelXen)
2022-10-07 14:45:21 +05:30
##### Icons
2022-08-22 21:30:45 +05:30
2022-08-23 12:06:06 +05:30
- [Default App Icon](https://github.com/libre-tube/LibreTube/blob/master/app/src/main/res/mipmap-xxxhdpi/ic_launcher_round.png) by [XelXen](https://github.com/XelXen)
2022-08-22 21:30:45 +05:30
- [Boosted Bird](https://github.com/libre-tube/LibreTube/blob/master/app/src/main/res/mipmap-xxxhdpi/ic_bird_round.png) by [Margot Albert-Heuzey](https://margotdesign.ovh)
2022-10-21 21:41:53 +05:30
## 🌗 Differences to NewPipe
2022-09-05 18:57:12 +05:30
2022-10-07 09:31:51 +05:30
With NewPipe, the extraction is done locally on your phone, and all the requests sent towards YouTube/Google are done directly from the network you're connected to, which doesn't use a middleman server in between. Therefore, Google can still access information such as the user's IP address. Aside from that, subscriptions can only be stored locally.
LibreTube takes this one step further and proxies all requests via Piped (which uses the NewPipeExtractor). This prevents Google servers from accessing your IP address or any other personal data.<br>
Apart from that, Piped allows syncing your subscriptions between LibreTube and Piped, which can be used on desktop too.
2022-09-05 18:57:12 +05:30
2022-10-07 09:31:51 +05:30
If the NewPipeExtractor breaks, it only requires an update of Piped and not LibreTube itself. Therefore, fixes usually arrive faster than in NewPipe.
2022-09-05 18:57:12 +05:30
2022-10-07 09:31:51 +05:30
While LibreTube only supports YouTube, NewPipe also allows the use of other platforms like SoundCloud, PeerTube, Bandcamp and media.ccc.de.<br>
Both are great clients for watching YouTube videos. It depends on the individual's use case which one fits their needs better.
2022-09-05 18:57:12 +05:30
## 🔒 Privacy Policy and Disclaimer
The LibreTube project aims to provide a private, anonymous experience for using web-based media services. Therefore, the app does not collect any data without your consent.
2022-10-07 09:31:51 +05:30
The LibreTube project and its contents are not affiliated with, funded, authorized, endorsed by, or in any way associated with YouTube, Google LLC, or any of its affiliates or subsidaries.<br>
Any trademark, service mark, trade name, or other intellectual property rights used are owned by the respective owners.
LibreTube is an open source software built for learning and research purposes.
2022-12-06 17:10:13 +05:30
## License
[![GNU GPLv3 Image](https://www.gnu.org/graphics/gplv3-127x51.png)](http://www.gnu.org/licenses/gpl-3.0.en.html)
2022-06-29 17:03:07 +05:30
2022-12-06 17:10:13 +05:30
LibreTube is Free Software: You can use, study, share and modify it at your will. The app can be redistributed and/or modified under the terms of the
[GNU General Public License](https://www.gnu.org/licenses/gpl.html) version 3 or later published by the Free Software Foundation.
<div align="right">
<table><td>
2022-10-07 07:17:35 +05:30
<a href="#start-of-content">↥ Scroll to top</a>
</td></table>
</div>