discord-screenaudio/assets/de.shorsh.discord-screenaudio.metainfo.xml.in

50 lines
2.3 KiB
XML
Raw Normal View History

2022-07-28 13:58:50 +00:00
<?xml version="1.0" encoding="UTF-8"?>
<component type="desktop-application">
<id>de.shorsh.discord-screenaudio</id>
<metadata_license>CC0-1.0</metadata_license>
<project_license>GPL-3.0+</project_license>
<name>discord-screenaudio</name>
<releases>
2022-07-28 16:23:26 +00:00
<release version="${DISCORD_SCEENAUDIO_VERSION_FULL}" timestamp="${TIMESTAMP}" />
2022-07-28 13:58:50 +00:00
</releases>
2022-09-18 10:04:04 +00:00
<summary>A custom discord client that supports streaming with audio on Linux</summary>
2022-07-28 13:58:50 +00:00
<description>
2022-09-18 10:04:04 +00:00
<p>A custom discord client that supports streaming with audio on Linux, made possible by the great work of @edisionnano and the Rohrkabel library by @Curve.</p>
<p>Unlike a lot of other solutions, the audio here is directly fed into the screenshare and not passed to the user microphone.</p>
2022-07-28 14:08:24 +00:00
<p>The purpose of this project is not to provide an alternative to the original Discord client. Rather, it should be used in addition to the original client in case you want to stream something, maybe used with a second account. For anything else, this client has way too many things that work less well than in the original client.</p>
2022-07-31 19:12:53 +00:00
<p>Technically this could be against Discord's TOS, so be warned. Discord probably won't ban you for using this, but if they do I told you and it's not my fault.</p>
2022-08-04 09:10:29 +00:00
<p>Known issues:</p>
2022-09-18 10:04:04 +00:00
<ul>
<li>Only works with PipeWire</li>
<li>Can only share primary screen on X11</li>
</ul>
2022-07-28 13:58:50 +00:00
</description>
<launchable type="desktop-id">
2022-07-28 23:02:20 +00:00
de.shorsh.discord-screenaudio.desktop
2022-07-28 13:58:50 +00:00
</launchable>
<screenshots>
<screenshot type="default">
<image>
https://user-images.githubusercontent.com/48161361/179571245-11ea05f3-fb5e-4aef-9132-2736e122ef04.png
</image>
</screenshot>
</screenshots>
<url type="homepage">https://github.com/maltejur/discord-screenaudio</url>
<provides>
<binary>discord-screenaudio</binary>
</provides>
2022-07-28 23:02:20 +00:00
<content_rating type="oars-1.0">
<content_attribute id="social-chat">intense</content_attribute>
<content_attribute id="social-info">intense</content_attribute>
<content_attribute id="social-audio">intense</content_attribute>
<content_attribute id="social-contacts">intense</content_attribute>
<content_attribute id="money-purchasing">mild</content_attribute>
</content_rating>
2022-07-28 14:08:24 +00:00
</component>