Implement Discord Rich Presence and enhance playback integration#745
Implement Discord Rich Presence and enhance playback integration#745PastaHimself wants to merge 90 commits into
Conversation
|
@A-EDev just added android tv support if you don't mind. I'm testing it rn. |
feat(tv): add native Android TV support
Revert "feat(tv): add native Android TV support"
|
Im waiting for this feature to be merge in latest nightly |
You can download it, on my forked Version. Just go to to actions. |
you reverted the TV integration? if you did revert it for now, it is good for this PR. if you want open a new PR for the TV related integration for easier management and testing. |
I merged it back, I was thinking to make a separate one but i got lazy. Don't worry I will thoroughly test the tv integration. |
|
Ah fudge there's a conflict |
|
🤧 |
Description
Adds an optional Discord Rich Presence integration to Flow’s GitHub build.
When enabled, Flow can display the currently playing video, Short, livestream, or music track on the user’s Discord profile. The presence updates as playback changes and is cleared when playback stops, Discord is disconnected, or the feature is disabled.
This change includes:
The FOSS build does not include Discord Rich Presence and reports the feature as unavailable.
This implementation uses an unofficial Discord Gateway connection rather than Discord OAuth or Discord’s official partner SDK. Users are warned about this before enabling the feature.
No additional build dependencies, Discord client secrets, signing keys, or proprietary SDK files are required.
Fixes: N/A
Type of change
How Has This Been Tested?
The following checks were completed:
To reproduce:
Checklist