Skip to content

Commit 06e622c

Browse files
committed
I totally forgot to license Bodacious. Whoops.
1 parent d2d124b commit 06e622c

File tree

2 files changed

+66
-0
lines changed

2 files changed

+66
-0
lines changed

LICENSE

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
MIT License
2+
3+
Copyright (c) 2021-2022 Blake Leonard
4+
5+
Permission is hereby granted, free of charge, to any person obtaining a copy
6+
of this software and associated documentation files (the "Software"), to deal
7+
in the Software without restriction, including without limitation the rights
8+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9+
copies of the Software, and to permit persons to whom the Software is
10+
furnished to do so, subject to the following conditions:
11+
12+
The above copyright notice and this permission notice shall be included in all
13+
copies or substantial portions of the Software.
14+
15+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21+
SOFTWARE.
Lines changed: 45 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,45 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<component type="desktop-application">
3+
<id>xyz.u1024256.bodacious</id>
4+
5+
<name>Bodacious</name>
6+
<summary>Listen to your music, your way</summary>
7+
8+
<metadata_license>MIT</metadata_license>
9+
<project_license>MIT</project_license>
10+
11+
<supports>
12+
<control>pointing</control>
13+
<control>keyboard</control>
14+
<control>touch</control>
15+
</supports>
16+
17+
<description>
18+
<p>
19+
Bodacious is a multi-platform music player for playing your local files first and foremost. Its design is inspired by Spotify, it&apos;s built with Flutter, and it&apos;s open source, which means if you think Bodacious is missing a feature, you can add it yourself!
20+
</p>
21+
<p>
22+
Features include:
23+
<ul>
24+
<li>Custom libraries: choose where you want your music to come from</li>
25+
<li>Familiar UI</li>
26+
<li>Last.fm scrobbling (enable in Settings)</li>
27+
<li>Last.fm, MusicBrainz, and Spotify metadata at your fingertips (enable in Settings)</li>
28+
<li>(Desktop only) Discord Rich Presence</li>
29+
<li>Queue control (mostly)</li>
30+
<li>Most* of your basic features (apparently equalizers are essential now?)</li>
31+
</ul>
32+
</p>
33+
<p>
34+
Coming soon:
35+
<ul>
36+
<li>Reorder items in the queue</li>
37+
<li>Custom metadata: set custom covers, names, and descriptions for music, which (if you want) can only display in Bodacious</li>
38+
<li>MSE support: Music Synchronized Effects are a new way to use your existing app as a visualizer. MSE files can instruct Bodacious to change the background, cover, or lyrics on the fly to add a little more visual pizzazz to your music.</li>
39+
<li>Equalizer. I personally never use this but whatever</li>
40+
</ul>
41+
</p>
42+
</description>
43+
44+
<launchable type="desktop-id">xyz.u1024256.bodacious.desktop</launchable>
45+
</component>

0 commit comments

Comments
 (0)