Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
erikrichardlarson authored Jan 7, 2021
1 parent 40710ff commit a217c10
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,16 +10,16 @@ Display your current or recent rekordbox 6 tracks to your viewers on Twitch. Ins
If unbox is useful to you and you'd like to support future development, please feel free to [donate](https://paypal.me/erikrichardlarson?locale.x=en_US). Your support is much appreciated!

## How to use
1. **Download the unbox desktop app.** Here's the mac version: [Mac Download](https://github.com/erikrichardlarson/unbox/releases/download/3.0/mac_unbox.zip) and here's the windows version: [Windows Download](https://github.com/erikrichardlarson/unbox/releases/download/3.0/windows_unbox.zip) Currently there is only support for rekordbox 6.
1. **Download the unbox desktop app.** Here's the mac version: [Mac Download](https://github.com/erikrichardlarson/unbox/releases/download/4.0/unbox_mac.zip) and here's the windows version: [Windows Download](https://github.com/erikrichardlarson/unbox/releases/download/4.0/unbox_windows.zip) Currently there is only support for rekordbox 6.

2. **Open the zip file you downloaded above, and open the unbox app.** On Windows you'll want to click the unbox.exe file. If Windows or Mac asks you to trust unbox, you'll need to do that. The source code is in this repo if you're concerned about security. When the app is open you'll see this window:
<p align="center">
<img src="https://media.discordapp.net/attachments/790269915444805656/790269992322727937/Screen_Shot_2020-12-20_at_9.24.16_AM.png" data-canonical-src="https://media.discordapp.net/attachments/790269915444805656/790269992322727937/Screen_Shot_2020-12-20_at_9.24.16_AM.png" width="500" height="300" />
<img src="https://media.discordapp.net/attachments/790269915444805656/796534865574625300/Screen_Shot_2021-01-06_at_4.08.33_PM.png?width=361&height=614" data-canonical-src="https://media.discordapp.net/attachments/790269915444805656/796534865574625300/Screen_Shot_2021-01-06_at_4.08.33_PM.png?width=361&height=614" width="361" height="614" />
</p>

3. **Just keep unbox open when you're playing.** Now that unbox is open, you have access to three things:

* Two browser sources. The browser sources are just web pages that unbox automatically updates when it's open. These are the exact web pages you can add: http://localhost:8080/play_history.html or http://localhost:8080/now_playing.html. Below you can see what these browser sources look like.
* Two browser sources. The browser sources are just web pages that unbox automatically updates when it's open. These are the exact web pages you can add: http://localhost:8080/play_history.html or http://localhost:8080/now_playing.html. Below you can see what these browser sources look like. If rekordbox is on a different computer than you're streaming OBS on, you can grab the IP address of the computer running unbox / rekrdbox and use that in place of localhost for your browser source urls. You'll need to have both machines on the same network to make this work. The now playing overlay could look something like this: http://192.168.0.1:8080/now_playing.html

* One txt file. You also have access to a "rekordbox_stream.txt" file in your home directory in a folder called unbox_output. You can add this as a text source in OBS, it updates in real time so you can display a plain text view of the current playing track in rekordbox.

Expand Down

0 comments on commit a217c10

Please sign in to comment.