Skip to content

Commit

Permalink
Create dev.toastbits.spmp.metainfo.xml [noci]
Browse files Browse the repository at this point in the history
  • Loading branch information
toasterofbread authored Aug 20, 2024
1 parent a3050bd commit 4fc51f9
Showing 1 changed file with 91 additions and 0 deletions.
91 changes: 91 additions & 0 deletions metadata/dev.toastbits.spmp.metainfo.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,91 @@
<?xml version="1.0" encoding="UTF-8"?>
<component type="desktop-application">
<id>dev.toastbits.spmp</id>
<launchable type="desktop-id">dev.toastbits.spmp.desktop</launchable>

<name>SpMp</name>
<summary>A customisable YouTube Music client</summary>
<description>
<p>A YouTube Music client with a focus on customisation of colours and song metadata, built using Compose Multiplatform for Android and desktop</p>
<p>Features</p>
<ul>
<li>Edit song, artist, and playlist titles</li>
<li>Select multiple songs for batch actions on any screen</li>
<li>Customisable colour theming throughout the app</li>
<li>Display app UI and metadata like song titles in separate languages</li>
<li>In-app YouTube Music login</li>
<li>Display time-synchronised lyrics from KuGou and PetitLyrics</li>
<li>Pin any song, playlist, album, or artist to the top of the main page</li>
<li>Customisable Discord rich presence</li>
<li>Easily insert songs at any position in the queue</li>
</ul>
</description>

<screenshots>
<screenshot type="default">
<image>https://raw.githubusercontent.com/toasterofbread/spmp/35d683bcbcef06b6622961c98464de610b5e5925/metadata/en-US/images/phoneScreenshots/landscape_1.png</image>
<caption>Player page</caption>
</screenshot>
<screenshot>
<image>https://raw.githubusercontent.com/toasterofbread/spmp/35d683bcbcef06b6622961c98464de610b5e5925/metadata/en-US/images/phoneScreenshots/landscape_2.png</image>
<caption>Home page</caption>
</screenshot>
<screenshot>
<image>https://raw.githubusercontent.com/toasterofbread/spmp/35d683bcbcef06b6622961c98464de610b5e5925/metadata/en-US/images/phoneScreenshots/landscape_0.png</image>
<caption>Player page</caption>
</screenshot>
</screenshots>

<metadata_license>CC0-1.0</metadata_license>
<project_license>GPL-3.0-only</project_license>
<content_rating type="oars-1.1" />

<url type="homepage">https://spmp.toastbits.dev/</url>
<url type="bugtracker">https://github.com/toasterofbread/spmp/issues</url>
<url type="donation">https://ko-fi.com/toasterofbread</url>
<url type="translate">https://github.com/toasterofbread/spmp/wiki/App-localisation</url>
<url type="vcs-browser">https://github.com/toasterofbread/spmp</url>

<categories>
<category>Music</category>
<category>Audio</category>
<category>AudioVideo</category>
<category>Java</category>
</categories>

<releases>
<release version="v0.4.0" date="2024-08-17">
<url type="details">https://github.com/toasterofbread/spmp/releases/tag/v0.4.0</url>
<description>
<p>Added layout customisation, shortcuts, video playback, and other changes.</p>
</description>
</release>
<release version="v0.3.2" date="2024-05-03">
<url type="details">https://github.com/toasterofbread/spmp/releases/tag/v0.3.2</url>
<description>
<p>(Hotfix) Fixed paste.ee upload and song radio download.</p>
</description>
</release>
<release version="v0.3.1" date="2024-03-29">
<url type="details">https://github.com/toasterofbread/spmp/releases/tag/v0.3.1</url>
<description>
<p>Added French, Turkish, and Russian, and other changes.</p>
</description>
</release>
<release version="v0.3.0" date="2024-02-21">
<url type="details">https://github.com/toasterofbread/spmp/releases/tag/v0.3.0</url>
<description>
<p>Added desktop version, landscape UI, Chinese language, and other changes.</p>
</description>
</release>
</releases>

<developer id="dev.toastbits">
<name>Talo Halton</name>
</developer>

<branding>
<color type="primary" scheme_preference="light">#d6beeb</color>
<color type="primary" scheme_preference="dark">#43265c</color>
</branding>
</component>

0 comments on commit 4fc51f9

Please sign in to comment.