-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathcom.openmusicplayer.OMP.appdata.xml
More file actions
39 lines (33 loc) · 1.3 KB
/
Copy pathcom.openmusicplayer.OMP.appdata.xml
File metadata and controls
39 lines (33 loc) · 1.3 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
<?xml version="1.0" encoding="UTF-8"?>
<!-- Copyright 2019 D.J. Griffin <thewisenoob@gmail.com> -->
<component type="desktop-application">
<id>com.openmusicplayer.OMP</id>
<metadata_license>MIT</metadata_license>
<project_license>GPL-3.0+</project_license>
<name>OMP: Open Music Player</name>
<summary>Gaplessly plays local music files.</summary>
<description>
<p>
OMP is a new open-source music player for Linux that is still in an unfinished state. OMP uses GTK3(gtkmm3) for the GUI and can play mp3, FLAC, Ogg, Ogg FLAC, ALAC, APE, WavPack, and AAC(m4a container).
</p>
</description>
<launchable type="desktop-id">com.openmusicplayer.OMP.desktop</launchable>
<screenshots>
<screenshot type="default">
<caption>Main OMP Screenshot</caption>
<image>https://raw.githubusercontent.com/TheWiseNoob/OMP/master/Images/Screenshots/Main.png</image>
</screenshot>
</screenshots>
<url type="homepage">https://www.openmusicplayer.com</url>
<provides>
<binary>omp</binary>
</provides>
<releases>
<release version="0.1.1" date="2019-02-10">
<description>
<p>Algorithm to remove duplicates when adding a folder recursively.</p>
<p>Metadata section in the configuration GUI.</p>
</description>
</release>
</releases>
</component>