Skip to content
This repository has been archived by the owner on Nov 1, 2024. It is now read-only.

✨ Rebrand to Pipeline #148

Closed
wants to merge 3 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,4 @@
*~*
src/config.rs
data/resources/ui/about.ui
.flatpak-builder
6 changes: 3 additions & 3 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
# Contributing

There are a couple of ways you can contribute to Tubefeeder. You can report bugs, propose changes and additions, directly contribute to the codebase, or translating.
There are a couple of ways you can contribute to Pipeline. You can report bugs, propose changes and additions, directly contribute to the codebase, or translating.

## Reporting bugs / Proposing changes or additions

If you experience a bug, or you want to suggest some changes or additions within an app, you can open an issue in the [issue tracker](https://github.com/Tubefeeder/Tubefeeder/issues). However, we heavily encourage to check if there is an existing issue first. If there is an existing issue, please leave a thumbs up (👍).
If you experience a bug, or you want to suggest some changes or additions within an app, you can open an issue in the [issue tracker](https://github.com/Pipeline/Pipeline/issues). However, we heavily encourage to check if there is an existing issue first. If there is an existing issue, please leave a thumbs up (👍).

## Submitting code

Expand All @@ -14,7 +14,7 @@ You can submit code by [forking](https://docs.github.com/en/pull-requests/collab

### Prerequisites

The process of translating Tubefeeder is similar to submitting code. Start with [forking](https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/working-with-forks/about-forks) the project. Then, [clone](https://docs.github.com/en/repositories/creating-and-managing-repositories/cloning-a-repository) the repository. And finally, install [Poedit](https://flathub.org/apps/details/net.poedit.Poedit).
The process of translating Pipeline is similar to submitting code. Start with [forking](https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/working-with-forks/about-forks) the project. Then, [clone](https://docs.github.com/en/repositories/creating-and-managing-repositories/cloning-a-repository) the repository. And finally, install [Poedit](https://flathub.org/apps/details/net.poedit.Poedit).

Proceed to [A. Adding a new language](#a-adding-new-language) to add a new language, or [B. Translating an existing language](#b-translating-an-existing-language) to translate an existing language.

Expand Down
2 changes: 1 addition & 1 deletion NOTICE
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ You should have received a copy of the GNU General Public License
along with this program. If not, see <http://www.gnu.org/licenses/>.

In addition, as a special exception, you may also (at your opinion) use
the icon of Tubefeeder located at packaging/tubefeeder.png under the
the icon of Pipeline located at packaging/tubefeeder.png under the
terms of the GNU FDL, either version 1.3
(https://www.gnu.org/licenses/fdl-1.3.html) or (at your opinion) any
later version of the license, or the CC-BY-SA-4.0-license
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
<img align="left" style="vertical-align: middle" width="120" height="120" src="/data/icons/de.schmidhuberj.tubefeeder.svg">

# Tubefeeder
# Pipeline

Tubefeeder is a YouTube, LBRY and PeerTube client for Linux.
Pipeline is a YouTube, LBRY and PeerTube client for Linux.

###

Expand Down
4 changes: 2 additions & 2 deletions data/de.schmidhuberj.tubefeeder.desktop
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
[Desktop Entry]
Type=Application
Icon=de.schmidhuberj.tubefeeder
Name=Tubefeeder
Name=Pipeline
Comment=A YouTube, LBRY and PeerTube client
Comment[ar]=عميل YouTube و LBRY و PeerTube
Comment[it]=Un client per YouTube, LBRY e PeerTube
StartupWMClass=Tubefeeder
StartupWMClass=Pipeline
Exec=/app/bin/tubefeeder
Categories=Video;AudioVideo
X-Purism-FormFactor=Workstation;Mobile;
16 changes: 8 additions & 8 deletions data/de.schmidhuberj.tubefeeder.metainfo.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<id>de.schmidhuberj.tubefeeder</id>
<project_license>GPL-3.0+</project_license>
<metadata_license>FSFAP</metadata_license>
<name>Tubefeeder</name>
<name>Pipeline</name>
<summary>A YouTube, LBRY and PeerTube client</summary>
<launchable type="desktop-id">de.schmidhuberj.tubefeeder.desktop</launchable>
<content_rating type="oars-1.1"/>
Expand Down Expand Up @@ -133,12 +133,12 @@

<description>
<p>
Tubefeeder lets you watch and download videos from YouTube,
Pipeline lets you watch and download videos from YouTube,
LBRY and PeerTube, all without needing to navigate through
different websites.
</p>
<p>
Tubefeeder comes with several features:
Pipeline comes with several features:
</p>
<ul>
<li>Subscribe to channels</li>
Expand All @@ -151,24 +151,24 @@
<screenshots>
<screenshot type="default">
<caption>The feed</caption>
<image>https://github.com/Schmiddiii/Tubefeeder/blob/master/data/screenshots/tubefeeder_screenshot_feed.png?raw=true</image>
<image>https://github.com/Schmiddiii/Pipeline/blob/master/data/screenshots/tubefeeder_screenshot_feed.png?raw=true</image>
</screenshot>
<screenshot type="default">
<caption>The watch later list</caption>
<image>https://github.com/Schmiddiii/Tubefeeder/blob/master/data/screenshots/tubefeeder_screenshot_watch_later.png?raw=true</image>
<image>https://github.com/Schmiddiii/Pipeline/blob/master/data/screenshots/tubefeeder_screenshot_watch_later.png?raw=true</image>
</screenshot>
<screenshot type="default">
<caption>The filter</caption>
<image>https://github.com/Schmiddiii/Tubefeeder/blob/master/data/screenshots/tubefeeder_screenshot_filters.png?raw=true</image>
<image>https://github.com/Schmiddiii/Pipeline/blob/master/data/screenshots/tubefeeder_screenshot_filters.png?raw=true</image>
</screenshot>
<screenshot>
<caption>The subscriptions</caption>
<image>https://github.com/Schmiddiii/Tubefeeder/blob/master/data/screenshots/tubefeeder_screenshot_subscriptions.png?raw=true</image>
<image>https://github.com/Schmiddiii/Pipeline/blob/master/data/screenshots/tubefeeder_screenshot_subscriptions.png?raw=true</image>
</screenshot>
</screenshots>

<url type="homepage">https://www.tubefeeder.de/</url>
<url type="bugtracker">https://github.com/Schmiddiii/Tubefeeder/issues</url>
<url type="bugtracker">https://github.com/Schmiddiii/Pipeline/issues</url>
<url type="help">http://www.tubefeeder.de/wiki/</url>
<url type="donation">https://www.tubefeeder.de/donate</url>

Expand Down
10 changes: 6 additions & 4 deletions data/icons/de.schmidhuberj.tubefeeder-symbolic.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified data/icons/de.schmidhuberj.tubefeeder.512.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading