recloudstream / recloudstream/cloudstream
Independent Per-Profile Extensions Support
Nobody has claimed this yet.
- Dominant language
- Kotlin
- Stars
- 10.7k
- Forks
- 1.1k
- Avg merge
- 1d 23h
- Merged PRs (30d)
- 15
Description
Multiple profiles should have fully independent extension lists.
Description:
Any profile can install any extension at will. However, extensions installed in one profile are not shared with or available in other profiles. Each profile maintains its own separate set of installed extensions. The same extension can be installed independently in multiple profiles if the user wants.
Current behavior: Extensions installed anywhere are shared globally across all profiles.
Example use case:
Profile 1 (Family): Install only family-friendly extensions.
Profile 2 (Adult): Install adult extensions.
Adult extensions remain unavailable in Profile 1 unless explicitly installed there.
Benefit: Enhanced privacy, parental controls, and user segmentation without global sharing.
Acknowledgements
- My suggestion is NOT about adding a new provider
- I have searched the existing issues and this is a new ticket, NOT a duplicate or related to another open issue.
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
No implementation files, tests, or entry points are identified in the issue. Start by locating how profiles store installed extensions and how extension availability is currently shared, then trace installation and profile-selection flows. Done means each profile has an independent extension set while allowing the same extension to be installed separately in multiple profiles.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- android, kotlin
- Domain
- mobile
- Issue type
- Feature
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Active
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100