Navigation Menu

Skip to content

Commit

Permalink
Linux fix
Browse files Browse the repository at this point in the history
  • Loading branch information
SGezha committed Oct 9, 2019
1 parent 528a914 commit fabef99
Show file tree
Hide file tree
Showing 29 changed files with 21,027 additions and 21,021 deletions.
30 changes: 15 additions & 15 deletions .editorconfig
@@ -1,15 +1,15 @@
root = true

[*]
charset = utf-8
end_of_line = lf
insert_final_newline = true
indent_style = space
indent_size = 4
trim_trailing_whitespace = true

[*.md]
trim_trailing_whitespace = false

[{*.yml,*.js,*.json,*.vue,*.sass,*.scss,*.css,*.ts,*.d.ts,*.html,*.hbs,*.pug,*.go}]
indent_size = 2
root = true

[*]
charset = utf-8
end_of_line = lf
insert_final_newline = true
indent_style = space
indent_size = 4
trim_trailing_whitespace = true

[*.md]
trim_trailing_whitespace = false

[{*.yml,*.js,*.json,*.vue,*.sass,*.scss,*.css,*.ts,*.d.ts,*.html,*.hbs,*.pug,*.go}]
indent_size = 2
16 changes: 8 additions & 8 deletions .gitignore
@@ -1,8 +1,8 @@
/dist
/node_modules
/node_modules_bak
.vscode

# locks
package-lock.json
yarn.lock
/dist
/node_modules
/node_modules_bak
.vscode

# locks
package-lock.json
yarn.lock
1,346 changes: 673 additions & 673 deletions LICENSE

Large diffs are not rendered by default.

54 changes: 27 additions & 27 deletions README.md
@@ -1,27 +1,27 @@
<h2 id="yomp-youtube--osu-music-player">YOMP (YouTube &amp; osu! Music Player)</h2><img src="https://puu.sh/EkVK5.png" alt="icon">
<p>Simple music player with the ability to play music from <strong>YouTube</strong>, <strong>osu!</strong> and <strong>local storage</strong>.</p>
<h2 id="features">Features:</h2>
<ul>
<li><strong>Discord Rich Presence</strong> (shows in Discord what song you are listening to)</li>
<li><strong>YouTube download mp3</strong></li>
<li><strong>Loved songs</strong></li>
<li><strong>Auto update</strong></li>
<li><strong>Mini mode</strong></li>
<li><strong>Global shortcuts</strong></li>
<li><strong>Export playlist</strong></li>
</ul>
<h2 id="screenshots">Screenshots</h2>
<p><img src="https://puu.sh/EkVSq.png" alt="enter image description here"><br>
<img src="https://puu.sh/EkVYf.png" alt="enter image description here"><br>
<img src="https://puu.sh/EkVTJ.jpg" alt="enter image description here"><br>
<img src="https://puu.sh/EkVUL.png" alt="enter image description here"><br>
<img src="https://puu.sh/EkVVZ.png" alt="enter image description here"></p>
<h2 id="instalation">Installation</h2>
<p>Download from <a href="https://github.com/SGezha/osu-youtube-music-player/releases/latest">Release</a> or build</p>
<pre><code>clone repository
$ npm i
$ npm run rebuild
$ npm start
</code></pre>
<h2 id="license">License</h2>
<a href="https://github.com/SGezha/osu-youtube-music-player/blob/master/LICENSE">GNU GENERAL PUBLIC LICENSE</a>
<h2 id="yomp-youtube--osu-music-player">YOMP (YouTube &amp; osu! Music Player)</h2><img src="https://puu.sh/EkVK5.png" alt="icon">
<p>Simple music player with the ability to play music from <strong>YouTube</strong>, <strong>osu!</strong> and <strong>local storage</strong>.</p>
<h2 id="features">Features:</h2>
<ul>
<li><strong>Discord Rich Presence</strong> (shows in Discord what song you are listening to)</li>
<li><strong>YouTube download mp3</strong></li>
<li><strong>Loved songs</strong></li>
<li><strong>Auto update</strong></li>
<li><strong>Mini mode</strong></li>
<li><strong>Global shortcuts</strong></li>
<li><strong>Export playlist</strong></li>
</ul>
<h2 id="screenshots">Screenshots</h2>
<p><img src="https://puu.sh/EkVSq.png" alt="enter image description here"><br>
<img src="https://puu.sh/EkVYf.png" alt="enter image description here"><br>
<img src="https://puu.sh/EkVTJ.jpg" alt="enter image description here"><br>
<img src="https://puu.sh/EkVUL.png" alt="enter image description here"><br>
<img src="https://puu.sh/EkVVZ.png" alt="enter image description here"></p>
<h2 id="instalation">Installation</h2>
<p>Download from <a href="https://github.com/SGezha/osu-youtube-music-player/releases/latest">Release</a> or build</p>
<pre><code>clone repository
$ npm i
$ npm run rebuild
$ npm start
</code></pre>
<h2 id="license">License</h2>
<a href="https://github.com/SGezha/osu-youtube-music-player/blob/master/LICENSE">GNU GENERAL PUBLIC LICENSE</a>
2 changes: 1 addition & 1 deletion assets/css/reset.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit fabef99

Please sign in to comment.