summarylogtreecommitdiffstats
path: root/osu-lazer.xml
diff options
context:
space:
mode:
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>