-
Notifications
You must be signed in to change notification settings - Fork 394
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
base: master
Are you sure you want to change the base?
Add channeltube.yml #1034
Conversation
Adding: ChannelTube - Download video or audio from YouTube channels on a schedule via yt-dlp.
platforms: | ||
- Docker | ||
tags: | ||
- Automation |
There was a problem hiding this comment.
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.
- Automation | |
- Automation | |
depends_3rdparty: true |
There was a problem hiding this comment.
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.
There was a problem hiding this comment.
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.
There was a problem hiding this comment.
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.
There was a problem hiding this comment.
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?
There was a problem hiding this comment.
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.
There was a problem hiding this comment.
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.
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]
):Demo
links should only be used for interactive demos, i.e. not video demonstrations.my-awesome-software.yml
.platform
are the main server-side requirements for the software. Don't include frameworks or specific dialects.