Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add channeltube.yml #1034

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Conversation

fubarpie
Copy link
Contributor

Adding: ChannelTube - Download video or audio from YouTube channels on a schedule via yt-dlp.

Thanks for taking the time to suggest an addition to awesome-selfhosted!

To ensure your Pull Request is dealt with swiftly, please check the following (check the boxes [x]):

  • Submit one item per pull request. This eases reviewing and speeds up inclusion.
  • You have searched the repository for any relevant issues or PRs, including closed ones.
  • Any software you are adding is not already listed at any of awesome-sysadmin, staticgen.com, staticsitegenerators.net, dbdb.io.
  • The file you are adding is formatted as described in addition.md.
  • Demo links should only be used for interactive demos, i.e. not video demonstrations.
  • Comments and unused optional fields have been removed.
  • The file you are adding uses kebab-case file naming, for example my-awesome-software.yml.
  • Values for platform are the main server-side requirements for the software. Don't include frameworks or specific dialects.
  • Any software project you are adding to the list is actively maintained.
  • Any software project you are adding was first released more than 4 months ago.
  • Any software project you are adding has working installation instructions.
  • You understand that your Pull Request will be merged ~1 week after approval, to allow for further comments if needed.

Adding: ChannelTube - Download video or audio from YouTube channels on a schedule via yt-dlp.
@Rabenherz112 Rabenherz112 added addition Adding new software to the list reviewers wanted Awaiting reviews labels Dec 22, 2024
platforms:
- Docker
tags:
- Automation
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Depends on YT so need to add this.

Suggested change
- Automation
- Automation
depends_3rdparty: true

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The template lists that field as optional.

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It's optional if false; if true the tag needs to be there.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

That is not what the document says, and that is not what the word optional means. There are only two options, and if you have to include "true" if true, then it is not an optional field at all. The idea of a field being optional only if one of two options is selected is a paradox.

In reality, the template simply declares this field as 'optional', and no further specification is made in the template or the contributing.md document.

Furthermore, I would contest that the use of yt-dlp fulfills the definition of a 3rd party-dependency, since it can be used on thousands of video sites and other software that uses yt-dlp does not have this tag. The dev has shown in their blog how the software can be used to monitor any folder on your system for deletion, like a MeTube folder for example - making it useful regardless of the continued existence of Youtube. For this reason, I decided to leave this field blank as I don't believe it does depend on Youtube, but I did not want to declare it as false either just since so many users will likely want to use it primarily for Youtube channels.

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I agree that proper use of the depends_3rdparty field is not very well explained.
If it's false it should be omitted entirely.
If the software depends on a 3rd-party, non-selfhostable network service (in this case YouTube), it must be set to true.
yt-dlp itself is not the problem, does ChannelTube work with any video hosting site supported by yt-dlp, or does it only work with YouTube channels?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It can be used to monitor any folder, so if you manually download files from any site using something like MeTube, it will monitor that folder and delete older videos. At this time the downloading of new videos is limited to YouTube.

I'm not sure if that would make it considered to be dependent on YouTube - certainly the primary function that most users will want is to use it with YouTube, but I also personally use it to monitor several MeTube folders for auto-deletion which have videos from several platforms. So I know it can be used for more than just YouTube.

For me it was a bit of a gray area, and as the field is listed as optional, I choose to leave the field out. If the community feels that it should be included then I will also submit changes to pending pull request bookbounty.yml which relies on Library Genesis and for recently approved lidatube.yml, which uses yt-dlp and does only work with YouTube at the moment.

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

feels that it should be included

I think it does, at least for now, and considering the project description and most of its documentation are geared toward usage with YouTube (things could be reconsidered if the documentation gave some example of usage with e.g. Peertube or another Free software video hosting tool)

I will also submit changes to pending pull request bookbounty.yml which relies on Library Genesis

Yes, that would be correct

lidatube.yml, which uses yt-dlp and does only work with YouTube

That would be great as well, thank you.

@nodiscc nodiscc added the feedback needed Awaiting feedback/changes by the submitter label Jan 7, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
addition Adding new software to the list feedback needed Awaiting feedback/changes by the submitter reviewers wanted Awaiting reviews
Development

Successfully merging this pull request may close these issues.

5 participants