Skip to content

Commit

Permalink
Update metadata
Browse files Browse the repository at this point in the history
  • Loading branch information
Taiko2k committed May 30, 2024
1 parent 5606769 commit 93f8f3b
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 9 deletions.
10 changes: 6 additions & 4 deletions extra/com.github.taiko2k.tauonmb.appdata.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,15 @@
<component type="desktop-application">
<id>com.github.taiko2k.tauonmb</id>
<name>Tauon</name>
<developer_name>Taiko2k</developer_name>
<developer id="com.github.taiko2k">
<name>Taiko2k</name>
</developer>
<summary>Play your music with style</summary>
<launchable type="desktop-id">com.github.taiko2k.tauonmb.desktop</launchable>
<metadata_license>CC0-1.0</metadata_license>
<project_license>GPL-3.0+</project_license>
<url type="homepage">https://tauonmusicbox.rocks/</url>
<url type="bugtracker">https://github.com/Taiko2k/TauonMusicBox/issues</url>
<url type="bugtracker">https://github.com/Taiko2k/Tauon/issues</url>
<url type="help">https://tauonmusicbox.rocks/#manual</url>
<icon type="remote" height="256" width="256">https://github.com/Taiko2k/Tauon/assets/17271572/c975e54a-5db1-4007-bab5-e6d14603822d</icon>

Expand All @@ -18,10 +20,10 @@
<color type="primary" scheme_preference="dark">#7b20c3</color>
</branding>

<requires>
<recommends>
<control>keyboard</control>
<control>pointing</control>
</requires>
</recommends>

<description>
<p>Tauon is a modern, comfortable and streamlined music player for the playback of your music collection.</p>
Expand Down
10 changes: 5 additions & 5 deletions t_modules/t_main.py
Original file line number Diff line number Diff line change
Expand Up @@ -594,7 +594,7 @@ def asset_loader(name, mod=False):
from isounidecode import unidecode
from collections import OrderedDict

musicbrainzngs.set_useragent("TauonMusicBox", n_version, "https://github.com/Taiko2k/TauonMusicBox")
musicbrainzngs.set_useragent("TauonMusicBox", n_version, "https://github.com/Taiko2k/Tauon")

arch = platform.machine()
win_ver = platform.release()
Expand Down Expand Up @@ -21204,7 +21204,7 @@ def editor(index):

if flatpak_mode:
show_message(_("App not found on host OR insufficient Flatpak permissions."),
'See https://github.com/Taiko2k/TauonMusicBox/wiki/Flatpak-Extra-Steps for details.',
'See https://github.com/Taiko2k/Tauon/wiki/Flatpak-Extra-Steps for details.',
mode='bubble')

return
Expand Down Expand Up @@ -28918,7 +28918,7 @@ def last_fm_box(self, x0, y0, w0, h0):
y += round(30 * gui.scale)

if self.button(x, y, _("View setup instructions")):
webbrowser.open("https://github.com/Taiko2k/TauonMusicBox/wiki/Spotify", new=2, autoraise=True)
webbrowser.open("https://github.com/Taiko2k/Tauon/wiki/Spotify", new=2, autoraise=True)

field_width = round(245 * gui.scale)

Expand Down Expand Up @@ -29616,7 +29616,7 @@ def codec_config(self, x0, y0, w0, h0):

if self.button(x + 485 * gui.scale, y, _("?")):
show_message("See here for detailed instructions",
"https://github.com/Taiko2k/TauonMusicBox/wiki/Transcode-and-Sync", mode="link")
"https://github.com/Taiko2k/Tauon/wiki/Transcode-and-Sync", mode="link")

return

Expand Down Expand Up @@ -29910,7 +29910,7 @@ def about(self, x0, y0, w0, h0):
ddt.text((x + 120 * gui.scale, y + 1 * gui.scale), "Taiko2k", colours.box_sub_text, 13)

y += 40 * gui.scale
link_pa = draw_linked_text((x, y), "https://github.com/Taiko2k/TauonMusicBox/graphs/contributors",
link_pa = draw_linked_text((x, y), "https://github.com/Taiko2k/Tauon/graphs/contributors",
colours.box_sub_text, 12, replace="Contributors")
link_rect = [x, y, link_pa[1], 18 * gui.scale]
if coll(link_rect):
Expand Down

0 comments on commit 93f8f3b

Please sign in to comment.