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
The project is hosted on both [CodeBerg](https://codeberg.org/NullPointerException/AnimePipe) and [GitHub](https://github.com/InfinityLoop1309/AnimePipe). It is preferred to raise issue on CodeBerg but it is OK if you raise it on GitHub.
1
+
The project is hosted on both [CodeBerg](https://codeberg.org/NullPointerException/PipePipe) and [GitHub](https://github.com/InfinityLoop1308/PipePipe). It is preferred to raise issue on CodeBerg but it is OK if you raise it on GitHub.
2
2
3
3
Please star this repo if you like it. It is a great motivation for me to continue maintaining this fork.
An INDEPENDENT fork of <ahref="https://github.com/TeamNewPipe/NewPipe">NewPipe</a> with more services, client features and bug fixes.</h4>
9
9
<palign="center"><ahref="https://f-droid.org/packages/InfinityLoop1309.NewPipeEnhanced/"><imgsrc="https://fdroid.gitlab.io/artwork/badge/get-it-on.png"alt="Get it on F-Droid"height=80/></a>
@@ -12,19 +12,19 @@ An INDEPENDENT fork of <a href="https://github.com/TeamNewPipe/NewPipe">NewPipe<
12
12
13
13
## Services List:
14
14
15
-
* BiliBili (Actively maintained)
16
-
* NicoNico (Actively maintained)
17
-
*Youtube (Only significant updates will be merged from upstream)
* Long click to append all related items to playlist
54
54
* Fetch all the items in the online playlist
55
+
* ...
55
56
56
57
## Contribute
57
58
58
-
Issues and PRs are welcomed. Any service related to otaku culture, and any new features making user experience more comfortable are welcomed.
59
+
Issues and PRs are welcomed. Please not that I will **NOT** accept service requests due to my limited time. Maintaining the current three services is already a significant workload for me as a part-time developer, and there are still several issues that need to be addressed. Therefore, I must commit my time to maintaining the existing services.
59
60
60
-
⚠️Warning: This fork is already far from the main repo. You may have to spend a considerable amount of time resolving conflicts.
61
+
Anyone interested in creating their own service is encouraged to fork this repository.
62
+
63
+
⚠️Warning: This fork is **VERY** far from the NewPipe repo.
61
64
62
65
If you want to contribute your translation, see [TRANSLATION.md](TRANSLATION.md).
63
66
64
67
## Note
65
68
66
-
This repo exists originally because BiliBili service is rejected by the team due to censorship concerns. Please **DO NOT** raise any issue about merging new services to upstream in this repo, [TeamNewPipe/NewPipe](https://github.com/TeamNewPipe/NewPipe), or [TeamNewPipe/NewPipeExtractor](https://github.com/TeamNewPipe/NewPipeExtractor/). It is **MEANINGLESS** and a **WASTE OF TIME** for the maintainers.
69
+
This repo exists **originally** because BiliBili service is rejected by the team due to censorship concerns. Please **DO NOT** raise any issue about merging NicoNico/BiliBili to NewPipe in this repo, [TeamNewPipe/NewPipe](https://github.com/TeamNewPipe/NewPipe), or [TeamNewPipe/NewPipeExtractor](https://github.com/TeamNewPipe/NewPipeExtractor/). It is **MEANINGLESS** and a **WASTE OF TIME** for the maintainers.
67
70
68
-
About merging the new features and fixes to upstream: My coding style is very casual and self-centered. I don't want to do any modification to fit other projects or ask for others to accept my merge request. If you want that, **DO NOT** raise any issue in this repo. **DO IT YOURSELF**.
71
+
About merging the new features and fixes to NewPipe: I don't want to do any modification to fit other projects or ask for others to accept my merge request. If you want that, **DO NOT** raise any issue in this repo. **DO IT YOURSELF**.
69
72
70
73
This project is mainly for my personal use. If you raise an issue I won't encounter, I may not make any fixes.
71
74
72
-
This repo is **NOT** the orginal repo of Newpipe, and will **NOT** always keep up with the latest version of the original repo.
75
+
This repo will **NOT** always keep up with the latest version of the original repo.
73
76
74
-
This repo can **NOT** ensure every service is available. PeerTube, Bandcamp, SoundCloud and media.ccc.de are not maintained as I don't use them and they are not related to otaku culture. Youtube is still maintained, though only significant updates will be merged from upstream. For the best user experience browsering Youtube, please check the upstream[NewPipe](https://github.com/TeamNewPipe/NewPipe) or another fork [NewPipe x SponsorBlock](https://github.com/polymorphicshade/NewPipe)
77
+
This repo can **NOT** ensure every service is available. PeerTube, Bandcamp, SoundCloud and media.ccc.de are not maintained. You may also want to check [NewPipe](https://github.com/TeamNewPipe/NewPipe) or another fork [NewPipe x SponsorBlock](https://github.com/polymorphicshade/NewPipe)
75
78
76
79
## Special Thanks
77
80
78
-
[SocialSisterYi/bilibili-API-collect](https://github.com/SocialSisterYi/bilibili-API-collect) for providing BiliBili API lists.
81
+
[SocialSisterYi/bilibili-API-collect](https://github.com/SocialSisterYi/bilibili-API-collect) for providing some BiliBili API lists.
79
82
80
-
[AioiLight](https://github.com/AioiLight) for providing some of the code of NicoNico service.
83
+
[AioiLight](https://github.com/AioiLight) for providing some code of NicoNico service.
there the name is the key, and the content is the value. Copy this line and paste it to the end of the your language's file, which can be found in the same directory. Then translate the value.
10
10
11
11
For example, if you are translating to Simplified Chinese, you should paste the line to the end of `app/src/main/res/values-b+zh+HANS+CN/strings.xml`. Then translate the value to Chinese. The result should be like this:
When you finish your translation you can make a pull request.
16
16
17
17
## If you don't know how to use git
18
18
19
-
You can just ignore the clone step and open string.xml [online](https://codeberg.org/NullPointerException/AnimePipeClient/src/branch/dev/app/src/main/res/values/strings.xml)
19
+
You can just ignore the clone step and open string.xml [online](https://codeberg.org/NullPointerException/PipePipeClient/src/branch/dev/app/src/main/res/values/strings.xml)
20
20
then follow the same steps above. You can also modify your language's file online, and then it will automatically make a pull request.
21
-
For example, the link to the Simplified Chinese file is [here](https://codeberg.org/NullPointerException/AnimePipeClient/src/branch/dev/app/src/main/res/values-b+zh+HANS+CN/strings.xml).
21
+
For example, the link to the Simplified Chinese file is [here](https://codeberg.org/NullPointerException/PipePipeClient/src/branch/dev/app/src/main/res/values-b+zh+HANS+CN/strings.xml).
0 commit comments