forked from nukeop/nuclear
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathorg.js.nuclear.Nuclear.metainfo.xml
72 lines (70 loc) · 3.09 KB
/
org.js.nuclear.Nuclear.metainfo.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
<?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>
<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>