Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Updated readme to reflect the addition of the timecode server used to synchronize to MFP
  • Loading branch information
Peanutccino committed Feb 16, 2024
1 parent 34e6968 commit 5796dcb
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ My goal was to create a good looking, fast and efficient way to play random vide
* Create/Save/Load custom lists filled with video files you can define
* Quick and easy navigation
* Hotkeys and Mousecontrols for quick and easy control of the player
* Synchronize with MultiFunPlayer while playing random videos

## Prerequisites

Expand Down Expand Up @@ -41,6 +42,14 @@ The player uses Mpv.Net-lib- which I've modified to make use of the latest 'libm
* Open Player with your default folder, either press play or
* Open the FileBrowser / ListBrowser to choose which folder to play from / create a list to play from
* Switch the toggle for 'Folder/List' depending on what you want to play

## Synchronize with MultiFunPlayer(MFP)
1. Download MFP if you don't already have it https://github.com/Yoooi0/MultiFunPlayer
2. In RVP under settings, activate 'Timecode Server'
3. In MFP, activate 'MPC-HC' as a source
4. While RVP is running, press connect on MFP and it starts synchronizing
5. You need to play videos from your folder with scripts ofc.
6. Have Fun!

## Hotkeys and stuff
There are multiple hotkeys for ease of use:
Expand All @@ -59,3 +68,4 @@ There are multiple hotkeys for ease of use:
* RJCodeAdvanceEN for their amazing modern ui templates https://www.youtube.com/@RJCodeAdvanceEN
* awesome-incs library for simple and easy control implementation https://github.com/awesome-inc/FontAwesome.Sharp
* JamesNK for their amazing library which I've used to serialize permanent settings https://github.com/JamesNK/Newtonsoft.Json
* Yoooi0 for their incredible T-Code synchronizer https://github.com/Yoooi0/MultiFunPlayer

0 comments on commit 5796dcb

Please sign in to comment.