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

[Enhancement] Add support for yt-dlp plugins + add lifecycle script event for app boot #465

Merged
merged 3 commits into from
Nov 8, 2024

Conversation

kieraneglin
Copy link
Owner

@kieraneglin kieraneglin commented Nov 8, 2024

What's new?

TODO: Remove draft comment here
TODO: Document this new lifecycle event here

  • Adds a new app_init lifecycle event that can be used in custom lifecycle scripts
    • Can be used to install plugins, among other things
  • Adds new in-container directory for holding plugins at /etc/yt-dlp/plugins
    • This directory was chosen per the yt-dlp plugin installation instructions
  • Adds zip to the selfhosted Dockerfile's packages to aid in installing plugins programatically
  • Resolves [FR] Allow yt-dlp plugins (incl. dearrow) #448

What's changed?

N/A

What's fixed?

N/A

Any other comments?

N/A

@kieraneglin kieraneglin changed the title Ke/app boot script [Enhancement] Add support for yt-dlp plugins + add lifecycle script event for app boot Nov 8, 2024
@kieraneglin kieraneglin self-assigned this Nov 8, 2024
@kieraneglin kieraneglin added the enhancement New feature or request label Nov 8, 2024
@kieraneglin kieraneglin marked this pull request as ready for review November 8, 2024 23:37
@kieraneglin kieraneglin merged commit a02f71f into master Nov 8, 2024
2 checks passed
@kieraneglin kieraneglin deleted the ke/app-boot-script branch November 8, 2024 23:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[FR] Allow yt-dlp plugins (incl. dearrow)
1 participant