Open
Conversation
Post-release merge main back into dev
- Move yt-dlp binary from /usr/local/bin/ to /opt/yt-dlp/ with world-writable permissions so non-root containers (YOUTARR_UID/GID) can perform self-updates - Detect yt-dlp's "Unable to write to" error message in addition to "Permission denied" so users see the helpful platform-specific message instead of a generic exit code error - Add test coverage
…ermissions fix: yt-dlp update failure when run as non-root user (#451)
- Add CHANNEL_CLEANUP_IGNORABLE_FILES constant for files (poster.jpg) that don't count as real content when deciding if a directory is empty - Add isDirectoryEffectivelyEmpty() with case-insensitive matching for ignorable files - Enhance cleanupEmptyChannelDirectory() with includeIgnorableFiles option that deletes ignorable files before rmdir; returns boolean; defaults to false for backward compatibility - Add _tryCleanupChannelDirectory() to videoDeletionModule that runs best-effort after every successful deletion (nested and flat modes), with parent subfolder cleanup when channel dir is removed - Replace duplicate 30-line cleanup implementation in downloadExecutor with delegation to shared directoryManager function
…elete-directory-with-auto-cleanup-if-directory-is-empty feat: auto-clean empty channel directories (#443)
- Add BulkImportDialog with textarea and .txt file upload for pasting multiple YouTube URLs at once - Add urlParser utility that extracts video IDs from youtube.com, youtu.be, m.youtube.com, music.youtube.com, /shorts/, /embed/, /live/ - Deduplicate URLs within the batch and against the existing queue - Detect and surface playlist-only URLs with guidance to use individual video URLs instead - Extend VideoChip with a distinct "URL-only import" rendering for bulk-imported videos - Add and update tests
feat: add bulk import video downloads (#327)
Contributor
📊 Test Coverage ReportBackend Coverage
Frontend Coverage
Coverage Requirements
Coverage report generated for commit 28b2d43 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.