Streaming media item creation during indexing #49
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.
What's new?
yt-dlp
writes to and createsMediaItem
records as they come inFileSystemUtils
module withgenerate_metadata_tmpfile
method to generate a blank tmpfile of a given typeFileFollowerServer
method for listening to file changes and performing actions on just the changesMedia.pending_download?
to determine if an individualMediaItem
should be downloadedWhat's changed?
command_opts
arg fromVideoCollection.get_media_attributes
since it was unusedindex_media_items
inSourceTasks
toindex_and_enqueue_download_for_media_items
to better reflect its purposeindex_and_enqueue_download_for_media_items
to now kickoff downloads for pending media itself without needing to callenqueue_pending_media_tasks
specificallyWhat's fixed?
N/A
Any other comments?
N/A