(WIP) Allow excluding non public only videos per source (member only)#768
Draft
phyzical wants to merge 7 commits intokieraneglin:masterfrom
Draft
(WIP) Allow excluding non public only videos per source (member only)#768phyzical wants to merge 7 commits intokieraneglin:masterfrom
phyzical wants to merge 7 commits intokieraneglin:masterfrom
Conversation
bwittgen
added a commit
to bwittgen/pinchflat
that referenced
this pull request
Mar 29, 2026
bwittgen
added a commit
to bwittgen/pinchflat
that referenced
this pull request
Mar 29, 2026
… public field PR kieraneglin#768 added members_content_behaviour to sources and a query filter on media_items.public, but never added the public field to the MediaItem schema or a migration for the column. - Add 'public' boolean field to MediaItem schema (default: true) - Add migration to add 'public' column to media_items table - Fix format_matching_source_profile_preference to handle 'include' case Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
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.
closes #588
closes #648
What's new?
Any other comments?
Still need to look into if this is good enough or it will remove videos some may want, (personally i wouldnt mind skipping unavailable videos too) so can rename this to like "public_videos" if we prefer
Also need to update the index so need to mind the syntax to alter at
i know you said you were pondering how to solve this. so figured i would start in a direction to get the ball rolling