looper/assets/com.experimentalcraft.NekoPlayer.metainfo.xml

44 lines
1.7 KiB
XML
Raw Normal View History

2023-07-16 17:34:11 -07:00
<?xml version="1.0" encoding="UTF-8"?>
<component type="desktop-application">
<id>com.experimentalcraft.NekoPlayer</id>
2023-07-16 17:52:56 -07:00
<developer_name>Catmeow72</developer_name>
2023-07-16 17:34:11 -07:00
<name>Neko Player</name>
<summary>An audio player that can play back files with seamless loops using their metadata.</summary>
<metadata_license>MIT</metadata_license>
2023-07-16 18:11:07 -07:00
<project_license>MIT AND LGPL-2.1-only AND Zlib</project_license>
<content_rating type="oars-1.1" />
2023-07-16 17:34:11 -07:00
<description>
<p>
An audio player that can play back files with seamless loops using their metadata.
</p>
<p>
It can also change the pitch, tempo, and speed (which is pitch and tempo at the same time) using the SoundTouch libraries found on the system.
</p>
<p>
2023-07-16 17:52:56 -07:00
This player supports theming! Go to the preferences window, and either select a theme, or open the theme editor.
2023-07-16 17:34:11 -07:00
</p>
<p>
In addition, themes support changing the accent color to have the hue you select.
</p>
</description>
2023-07-16 18:11:07 -07:00
<custom>
<value key="flathub::manifest">https://complecwaft.com/catmeow/neko-player/raw/tag/0.1.1/com.experimentalcraft.NekoPlayer.yml</value>
</custom>
2023-07-16 17:34:11 -07:00
<launchable type="desktop-id">neko-player.desktop</launchable>
<screenshots>
<screenshot type="default">
<image>https://complecwaft.com/catmeow/neko-player/raw/branch/main/screenshots/main_window.png</image>
</screenshot>
<screenshot>
<image>https://complecwaft.com/catmeow/neko-player/raw/branch/main/screenshots/dark_with_accent.png</image>
</screenshot>
<screenshot>
<image>https://complecwaft.com/catmeow/neko-player/raw/branch/main/screenshots/playing.png</image>
</screenshot>
</screenshots>
</component>