diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index 6d00467..6b88f93 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -1,10 +1,9 @@ --- name: Bug report -about: Create a bug report to help us improve -title: "[BUG]" +about: Create a bug report to help us improve! +title: '[BUG]' labels: bug assignees: '' - --- **Describe the bug** @@ -12,6 +11,7 @@ A clear and concise description of what the bug is. **To Reproduce** Steps to reproduce the behavior: + 1. Go to '...' 2. Click on '....' 3. Scroll down to '....' @@ -24,9 +24,9 @@ A clear and concise description of what you expected to happen. If applicable, add screenshots to help explain your problem. **Setup (please complete the following information):** - - Type of Computer: [e.g. Advanced Computer] - - Browser [e.g. chrome, safari] - - Version [e.g. 22] + +- Type of Computer: [e.g. Advanced Computer] +- Version [e.g. 22] **Additional context** Add any other context about the problem here. diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml index 884edf0..e3215f4 100644 --- a/.github/ISSUE_TEMPLATE/config.yml +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -1,5 +1,5 @@ blank_issues_enabled: true contact_links: - name: Discussions - url: https://github.com/RubenHetKonijn/musicify/discussions + url: https://github.com/knijn/musicify/discussions about: Please ask and answer questions here. diff --git a/.github/ISSUE_TEMPLATE/song_request.md b/.github/ISSUE_TEMPLATE/song_request.md index 517ef7e..8b46a18 100644 --- a/.github/ISSUE_TEMPLATE/song_request.md +++ b/.github/ISSUE_TEMPLATE/song_request.md @@ -1,14 +1,15 @@ --- name: Song Request about: Use this if you wanna request a song -title: "[SONG REQUEST] Artist - Song Name" +title: '[SONG REQUEST] Artist - Song Name' labels: Song Request assignees: '' - --- -## The song name and artist: +## The song name and artist + For example: Rick Astley - Never Gonna Give You Up ## Links to the song -For example: https://www.youtube.com/watch?v=dQw4w9WgXcQ + +For example: `https://www.youtube.com/watch?v=dQw4w9WgXcQ` diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..fd392f6 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +start.bat \ No newline at end of file diff --git a/README.md b/README.md index c98011f..463016b 100644 --- a/README.md +++ b/README.md @@ -1,17 +1,19 @@ +# Musicify + [![License badge](https://img.shields.io/github/license/RubenHetKonijn/musicify?style=flat-square)](https://github.com/knijn/musicify/blob/main/LICENSE) [![Mentioned in Awesome ComputerCraft](https://awesome.re/mentioned-badge-flat.svg)](https://github.com/tomodachi94/awesome-computercraft) [![CC: Tweaked Version: 1.100+](https://img.shields.io/badge/CC:%20tweaked-1.100+-green?style=flat-square&logo=GNOME%20Terminal)](https://tweaked.cc/) -# Musicify - -Musicify is a command line utility for ComputerCraft:Tweaked to stream* songs in game. +Musicify is a command line utility for ComputerCraft:Tweaked to stream\* songs in game. ## Install To install, run + ```shell wget run https://raw.githubusercontent.com/knijn/musicify/main/install.lua ``` + It should only take 13kB of data on your ComputerCraft computer. ## License @@ -20,7 +22,7 @@ Musicify is licensed under the [GNU General Public License v3.0](LICENSE). ## Confused? -If you are confused about how to setup Musicify, please [check the wiki page](https://github.com/RubenHetKonijn/musicify/wiki/Setup-Musicify) for further help. +If you are confused about how to setup Musicify, please [check the wiki page](https://github.com/knijn/musicify/wiki/Setup-Musicify) for further help. `* Disclaimer: Musicify does not stream from a server. It reads files from a local Tape Drive.` @@ -32,5 +34,5 @@ If you want to support the program, please make a pull request. It helps out a t If you want to run the development version of Musicify, run ```shell -wget run https://raw.githubusercontent.com/RubenHetKonijn/musicify/mian/git_install.lua +wget run https://raw.githubusercontent.com/knijn/musicify/mian/git_install.lua ``` diff --git a/start.bat b/start.bat deleted file mode 100644 index ac2fd5d..0000000 --- a/start.bat +++ /dev/null @@ -1 +0,0 @@ -craftos-pc --id 5834 --mount-rw /=./ \ No newline at end of file