Files
packages/anda/games/osu-mime/osu-file-extensions.xml
T
madomado 42bab0ced5 add: osu-lazer osu-mime (#195)
Squashed commit of the following:

commit b0b62ae308
Merge: c8c13b7 fcb92e1
Author: windowsboy111 <wboy111@outlook.com>
Date:   Mon Feb 13 17:25:16 2023 +0800

    Merge branch 'main' into osu-lazer

commit c8c13b7247
Author: windowsboy111 <wboy111@outlook.com>
Date:   Mon Feb 13 17:22:19 2023 +0800

    lint: osu-lazer

    Signed-off-by: windowsboy111 <wboy111@outlook.com>

commit 5aac8e807a
Author: windowsboy111 <wboy111@outlook.com>
Date:   Mon Feb 13 17:21:25 2023 +0800

    lint: osu-mime

    Signed-off-by: windowsboy111 <wboy111@outlook.com>

commit a1b44acfb2
Author: windowsboy111 <wboy111@outlook.com>
Date:   Mon Feb 13 17:20:00 2023 +0800

    fix(update): sccache

    Signed-off-by: windowsboy111 <wboy111@outlook.com>

commit bab4b5fd78
Author: windowsboy111 <wboy111@outlook.com>
Date:   Mon Feb 13 17:19:07 2023 +0800

    fix(version): sccache

    Signed-off-by: windowsboy111 <wboy111@outlook.com>

commit af588816cb
Merge: 331e404 4a3e45a
Author: madomado <119111128+madonuko@users.noreply.github.com>
Date:   Mon Feb 13 09:46:21 2023 +0800

    Merge branch 'main' into osu-lazer

commit 331e404240
Author: madomado <119111128+madonuko@users.noreply.github.com>
Date:   Mon Feb 13 01:45:50 2023 +0000

    Fix

commit f475491593
Author: madomado <119111128+madonuko@users.noreply.github.com>
Date:   Mon Feb 13 01:29:51 2023 +0000

    update momento

commit ea4a70fdf2
Author: madomado <119111128+madonuko@users.noreply.github.com>
Date:   Mon Feb 13 01:27:24 2023 +0000

    forgot to add anda.hcl

commit 4d3284970f
Author: madomado <119111128+madonuko@users.noreply.github.com>
Date:   Mon Feb 13 01:22:20 2023 +0000

    add: osu-lazer

commit cf891b2c35
Author: madomado <119111128+madonuko@users.noreply.github.com>
Date:   Mon Feb 13 01:22:02 2023 +0000

    add: osu-mime
2023-02-14 16:13:37 -08:00

42 lines
1.4 KiB
XML

<?xml version="1.0" encoding="UTF-8"?>
<mime-info xmlns="http://www.freedesktop.org/standards/shared-mime-info">
<mime-type type="application/x-osu-beatmap">
<glob pattern="*.osu"/>
<sub-class-of type="text/plain"/>
<magic priority="60">
<match type="string" offset="0" value="osu file format v"/>
</magic>
<icon name="osu!"/>
<comment>osu! beatmap</comment>
</mime-type>
<mime-type type="application/x-osu-storyboard">
<glob pattern="*.osb"/>
<sub-class-of type="text/plain"/>
<icon name="osu!"/>
<comment>osu! storyboard</comment>
</mime-type>
<mime-type type="application/x-osu-skin-archive">
<glob pattern="*.osk"/>
<sub-class-of type="application/zip"/>
<icon name="osu!"/>
<comment>osu! skin archive</comment>
</mime-type>
<mime-type type="application/x-osu-replay">
<glob pattern="*.osr"/>
<sub-class-of type="application/octet-stream"/>
<icon name="osu!"/>
<comment>osu! replay</comment>
</mime-type>
<mime-type type="application/x-osu-beatmap-archive">
<glob pattern="*.osz"/>
<sub-class-of type="application/zip"/>
<icon name="osu!"/>
<comment>osu! beatmap archive</comment>
</mime-type>
<mime-type type="application/x-osu-beatmap-archive">
<glob pattern="*.osz2"/>
<sub-class-of type="application/zip"/>
<icon name="osu!"/>
<comment>osu! beatmap archive</comment>
</mime-type>
</mime-info>