Skip to content

Commit

Permalink
Merge pull request #51 from GreenDiscord/sdasda7777-setup
Browse files Browse the repository at this point in the history
Setup cleanup
  • Loading branch information
greendoescode authored Mar 10, 2024
2 parents 332919b + 9495c52 commit cf8e254
Showing 1 changed file with 22 additions and 10 deletions.
32 changes: 22 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,22 +8,37 @@ This is a fork of [PigPogs](https://github.com/Pigpog/vlc-discord-rpc) VLC RPC,

Join us on [Discord](https://discord.gg/CHegxjdFCD).

# Setup
## Installation

### Requirements
Your options are either to download prebuilt archive or build the project yourself.

#### Common requirements

- [Node.JS and NPM](https://nodejs.org/en/) (not needed for bundled releases)
- [VLC](https://www.videolan.org/index.html)
- [Discord desktop client](https://discord.com/)

### Steps
### Using Prebuilt release

#### Steps

1. [Download the latest release for your platform](https://github.com/GreenDiscord/vlc-rpc/releases)
2. Unzip the file
3. Launch the `start.bat` (on Windows) or `start.sh` (on Linux)
4. Play media in the VLC window that opens

### Configuration
### Using Manual build

#### Additional requirements

- [Node.JS and NPM](https://nodejs.org/en/)

#### Steps
1. `git clone` this repo.
2. Navigate to where you cloned the repo and then either:
3. Launch the `start.bat` (on Windows) or `start.sh` (on Linux)
4. Or install the dependencies with `npm install`

## Configuration

Configuration is done by editing the `config/config.js` file.
This file is created when first starting vlc-rpc.
Expand All @@ -37,15 +52,12 @@ For advanced features, see [ADVANCED.md](./advanced.md).
- This program does NOT allow you to stream media to others

## Known Bugs
- If you find any bugs, please report them in [Issues](https://github.com/GreenDiscord/vlc-rpc/issues) or the [Discord](https://discord.gg/CHegxjdFCD)
If you find any bugs, please report them in [Issues](https://github.com/GreenDiscord/vlc-rpc/issues) or the [Discord](https://discord.gg/CHegxjdFCD)

## Nightly Builds
Nightly builds are posted as "Pre-releases" after every commit. These nightly builds may add features, but minimal implementations of them. Using these builds can help us diagnose issues, while giving you more, [Click Here](https://github.com/GreenDiscord/vlc-rpc/releases/tag/nightly) to get the latest nightly builds.

## Development
In my opinion, development has reached its current limit with nothing else being wanted from uses.
If you'd like to help out, you can just clean up code and help setting up automatic testing of builds.
1. `git clone` this repo.
2. Navigate to where you cloned the repo and then either:
3. Launch the `start.bat` (on Windows) or `start.sh` (on Linux)
4. Or install the dependencies with `npm install`

0 comments on commit cf8e254

Please sign in to comment.