summarylogtreecommitdiffstats
path: root/osu-lazer.xml
diff options
context:
space:
mode:
authorneeshy2023-04-12 23:21:44 -0400
committerneeshy2023-04-12 23:21:44 -0400
commit37e42ae3347e43cff9a5d2cfa0223142158dd4a3 (patch)
tree6b9f37753205853c929c4e2e959754764a416303 /osu-lazer.xml
parent4796e9fe6057d7dd3dec6b5c7ed83e7a7f179bb7 (diff)
downloadaur-37e42ae3347e43cff9a5d2cfa0223142158dd4a3.tar.gz
osu: rewrite and bump
Diffstat (limited to 'osu-lazer.xml')
-rw-r--r--osu-lazer.xml41
1 files changed, 41 insertions, 0 deletions
diff --git a/osu-lazer.xml b/osu-lazer.xml
new file mode 100644
index 000000000000..20585b36a8f8
--- /dev/null
+++ b/osu-lazer.xml
@@ -0,0 +1,41 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<mime-info xmlns="http://www.freedesktop.org/standards/shared-mime-info">
+ <mime-type type="application/x-osu-storyboard">
+ <comment>osu! storyboard</comment>
+ <sub-class-of type="text/plain"/>
+ <generic-icon name="text-x-generic"/>
+ <glob pattern="*.osb"/>
+ <magic priority="40">
+ <match type="string" value="[Events]" offset="0"/>
+ </magic>
+ </mime-type>
+
+ <mime-type type="application/x-osu-skin-archive">
+ <comment>osu! skin archive</comment>
+ <sub-class-of type="application/zip"/>
+ <generic-icon name="package-x-generic"/>
+ <glob pattern="*.osk"/>
+ </mime-type>
+
+ <mime-type type="application/x-osu-replay">
+ <comment>osu! replay</comment>
+ <glob pattern="*.osr"/>
+ </mime-type>
+
+ <mime-type type="application/x-osu-beatmap">
+ <comment>osu! beatmap</comment>
+ <sub-class-of type="text/plain"/>
+ <generic-icon name="text-x-generic"/>
+ <glob pattern="*.osu"/>
+ <magic priority="50">
+ <match type="string" value="osu file format v" offset="0"/>
+ </magic>
+ </mime-type>
+
+ <mime-type type="application/x-osu-beatmap-archive">
+ <comment>osu! beatmap archive</comment>
+ <sub-class-of type="application/zip"/>
+ <generic-icon name="package-x-generic"/>
+ <glob pattern="*.osz"/>
+ </mime-type>
+</mime-info>