Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
46 commits
Select commit Hold shift + click to select a range
a87562a
Followed ESmith92's change to song core from song loader - I'm unsure…
b-rad15 Sep 22, 2019
4f16afb
Fixed errors invlovling mismatched classes and old libraries
b-rad15 Sep 22, 2019
07cc1f8
commented out copy after build
b-rad15 Sep 23, 2019
91fcd75
Working w/o download
b-rad15 Sep 24, 2019
45a4373
some ui now working - button disabled as restart required
b-rad15 Sep 26, 2019
43f78e6
send files to zip
b-rad15 Sep 26, 2019
70c1a48
Built
b-rad15 Sep 26, 2019
37c0429
no more ui crashes offset and thumbnails still dont work
b-rad15 Sep 28, 2019
619b480
Fixed thumbnail issue
rie-kumar Oct 13, 2019
b8b4d4a
Fixed offset buttons
rie-kumar Oct 13, 2019
71c001a
Merge pull request #1 from rie-kumar/master
b-rad15 Oct 13, 2019
e3745e8
Fixed titles and descriptions for showing a bunching missing text.
rie-kumar Oct 14, 2019
c867aef
Fixed thumbnail size issue.
rie-kumar Oct 14, 2019
91fefd0
Removed more log outputs and added a button to switch between s and m…
rie-kumar Oct 14, 2019
5ba289f
Removed debug output.
rie-kumar Oct 14, 2019
73e6ea5
Added build event to zip up files back.
rie-kumar Oct 14, 2019
bc1cbf9
Added release files and commands.
rie-kumar Oct 14, 2019
c96941b
Merge pull request #2 from rie-kumar/master
b-rad15 Oct 21, 2019
bb6c79c
useless changes
b-rad15 Oct 21, 2019
71bb206
merged
b-rad15 Oct 21, 2019
b6a6b40
Fixed issue regarding crashing when attempting to choose a video...ho…
rie-kumar Oct 21, 2019
0a1539b
Merge pull request #3 from rie-kumar/master
b-rad15 Oct 21, 2019
9d1b6e9
useless
b-rad15 Oct 21, 2019
3deca90
Merge branch 'master' of https://github.com/b-rad15/MusicVideoPlayerU…
b-rad15 Oct 21, 2019
0bca2e2
fixed playback speed and extended preview time
b-rad15 Oct 23, 2019
9a25058
test build for 1.5
b-rad15 Nov 12, 2019
16f9efb
Fixing compile errors
rie-kumar Jan 11, 2020
529131b
Videos at least load if it has a video.json and a video linked to it.
rie-kumar Jan 12, 2020
768bc02
Burned up most of the old code. Replacing it with code that can bette…
rie-kumar Jan 12, 2020
7615052
Added pre-release readme and prepping code for BSML next update
rie-kumar Jan 13, 2020
9945ee8
Hide video player when a song doesn't have a video.
rie-kumar Jan 13, 2020
86ccccc
Video Screen will not appear in the menus, so you can see how you are…
rie-kumar Jan 17, 2020
f88a56e
Created search view
rie-kumar Jan 25, 2020
3333a1e
Added the ability to search for video, download videos, update video …
rie-kumar Feb 1, 2020
8da5475
Removed save button, fixed issue when previewing and then starting a …
rie-kumar Feb 2, 2020
b933fca
Fixed issue with video not downloading because I left save button code.
rie-kumar Feb 2, 2020
09afb9e
Tried to reset view when object was null
rie-kumar Feb 6, 2020
677a00e
Cleaned up a bit.
rie-kumar Feb 14, 2020
e40de15
Fixed issue with video settings for last selected video, shown in cam…
rie-kumar Feb 15, 2020
d2c3932
Fixed an issue when trying to disable campaign's details view
rie-kumar Feb 15, 2020
66f8b84
Fixed issue with position being off and preview audio not playing a s…
rie-kumar Feb 16, 2020
84f5441
Preview music will still play even with MVP tab open
rie-kumar Feb 16, 2020
f1bb6b2
Improved offset, by having it wait for the audio time sync controller…
rie-kumar Feb 19, 2020
c0077bb
Merged update to old repo
b-rad15 Mar 6, 2020
6c3ea27
Fixed Manifest
b-rad15 Mar 6, 2020
89af402
Merged onto master
b-rad15 Mar 6, 2020
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 6 additions & 4 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -13,16 +13,18 @@
*.userprefs

# Build results
[Dd]ebug/
[Dd]ebugPublic/
[Rr]elease/
[Rr]eleases/
[Dd]ebug/*
[Dd]ebugPublic/*
[Rr]elease/*
[Rr]eleases/*
x64/
x86/
bld/
[Bb]in/
[Oo]bj/
[Ll]og/
!VideoPlayer/bin/Release/MusicVideoPlayer.dll
!VideoPlayer/bin/Debug/MusicVideoPlayer.dll

# Visual Studio 2015/2017 cache/options directory
.vs/
Expand Down
13 changes: 1 addition & 12 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,14 +13,10 @@ When the video has downloaded, the preview and offset buttons will allow you to

In the settings menu you can enable automatic downloads, which will automatically download videos for new songs if the mapper specified a video. Download quality can be adjusted, but it is not recommended to go above Medium. You can also select a screen position from a set of presets.

While paused or in the menu, use your laser pointer and while holding the `grip` button to move the screen around. Your thumbstick or trackpad can be used to move the screen closer or further to you (Up/Down), or scale the screen (Left/Right)

[Demo: Moving the screen](https://streamable.com/dbtpn)


**Install Instructions:**
Extract the contents of the release zip to your Beat Saber Directory, merge folders as necessary.
Requires CustomUI, which can be obtained using the [ModSaber Installer](https://github.com/lolPants/modsaber-installer/releases)
Requires BSUtils & BSML.

# Features:
**Play Videos in Beat Saber**
Expand All @@ -35,13 +31,6 @@ Requires CustomUI, which can be obtained using the [ModSaber Installer](https://
* `video.json` can be shared and used to download the same video as another user (mappers can share `video.json` and players can automatically download the correct video and information)
* This plugin uses the application youtube-dl to do the heavy lifting, and will keep it up to date every launch

**Re-positionable screen**
* Preset positions are available in the settings menu
* Use the laser and `grip` button to re-position and rotate the screen to a custom position
* Use `Up` and `Down` on the track-pad or joystick to move the screen towards or away from you
* Use `Left` and `Right` to grow or shrink the screen
* Screen glows and affects the background, just like the existing lights

**Sample video.json**
```json
{
Expand Down
161 changes: 0 additions & 161 deletions VideoPlayer/CustomBloomPrePass.cs

This file was deleted.

168 changes: 0 additions & 168 deletions VideoPlayer/MoverPointer.cs

This file was deleted.

Loading