Skip to content

Commit

Permalink
renamed files
Browse files Browse the repository at this point in the history
  • Loading branch information
Lunarequest committed Jul 5, 2020
1 parent dc2945b commit 79ee1ef
Show file tree
Hide file tree
Showing 2 changed files with 75 additions and 0 deletions.
Binary file removed flatpak/org.js.nuclear.Nuclear.appdata.xml.gz
Binary file not shown.
75 changes: 75 additions & 0 deletions flatpak/org.js.nuclear.Nuclear.metainfo.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,75 @@
<?xml version="1.0" encoding="UTF-8"?>
<component type="desktop-application">
<id>org.js.nuclear.Nuclear</id>
<metadata_license>FSFAP</metadata_license>
<project_license>GPL-3.0+</project_license>
<name>nuclear music player</name>
<summary>A electron based music player</summary>
<content_rating type="oars-1.1" />
<description>
<p>nuclear is a free music streaming program that pulls content from free sources all over the internet.</p>

<p>If you know mps-youtube, this is a similar music player but with a GUI.
It's also focusing more on audio. Imagine Spotify which you don't have to pay for and with a bigger library.</p>

<p>Features</p>
<ul>
<li>- Searching for and playing music from YouTube (including integration with playlists), Jamendo, and SoundCloud</li>
<li>- Searching for albums (powered by Last.fm and Discogs), album view, automatic song lookup based on artist and track name (in progress, can be dodgy sometimes)</li>
<li>- Song queue, which can be exported as a playlist</li>
<li>- Loading saved playlists (stored in json files)</li>
<li>- Scrobbling to last.fm (along with updating the 'now playing' status)</li>
<li>- Newest releases with reviews - tracks and albums</li>
<li>- Browsing by genre</li>
<li>- Radio mode (automatically queue similar tracks)</li>
<li>- Unlimited downloads (powered by youtube)</li>
<li>- Realtime lyrics</li>
<li>- Browsing by popularity</li>
<li>- List of favorite tracks</li>
<li>- Listening from local library</li>
</ul>
</description>
<launchable type="desktop-id">org.js.nuclear.Nuclear.desktop</launchable>
<screenshots>
<screenshot type="default">
<caption>Album Search</caption>
<image>https://i.imgur.com/idFVnAF.png</image>
</screenshot>
<screenshot>
<caption>Album Display</caption>
<image>https://i.imgur.com/Kvzo3q7.png</image>
</screenshot>
<screenshot>
<caption>Dashboard Best New Music</caption>
<image>https://i.imgur.com/bMDrR4M.png</image>
</screenshot>
<screenshot>
<caption>Dashboard Genres</caption>
<image>https://i.imgur.com/g0aCmKx.png)</image>
</screenshot>
<screenshot>
<caption>Playlist View</caption>
<image>https://i.imgur.com/2VMXHDC.png</image>
</screenshot>
<screenshot>
<caption>Lyrics View</caption>
<image>https://i.imgur.com/7e3DJKJ.png</image>
</screenshot>
<screenshot>
<caption>Equalizer View</caption>
<image>https://i.imgur.com/WreRL0w.png</image>
</screenshot>
</screenshots>
<url type="homepage">https://nuclear.js.org</url>
<project_group>Nuclear</project_group>
<provides>
<binary>Nuclear</binary>
</provides>
<releases>
<release version="0.6.3" date="2020-02-04">
<description>
<p>This release fixes the recent issues where queue items would keep loading indefinitely.</p>
</description>
</release>
</releases>
</component>

0 comments on commit 79ee1ef

Please sign in to comment.