https://github.com/novustheory/ytmdv2-amuse-fix
Small application which proxies 6klabs Amuse service and injects code to make it work with YTMD v2
https://github.com/novustheory/ytmdv2-amuse-fix
Last synced: about 1 year ago
JSON representation
Small application which proxies 6klabs Amuse service and injects code to make it work with YTMD v2
- Host: GitHub
- URL: https://github.com/novustheory/ytmdv2-amuse-fix
- Owner: NovusTheory
- License: agpl-3.0
- Created: 2025-02-04T21:23:22.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-02-05T20:33:18.000Z (over 1 year ago)
- Last Synced: 2025-02-13T14:54:43.615Z (over 1 year ago)
- Language: C#
- Size: 70.3 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# YTMDv2-Amuse-Fix
Small application which proxies 6klabs Amuse service and injects code to make it work with YTMD v2
> [!IMPORTANT]
> - This program does not automatically update! You are expected to come back to this repository perodically to check for updates or changes
> - Amuse will most likely not automatically update with setting changes from their dashboard. You need to click "Refresh cache of current page" in the browser source properties to correct this
# Usage
To get started using this program, first grab the latest release at https://github.com/NovusTheory/YTMDv2-Amuse-Fix/releases/tag/latest.
### Obtain your Amuse Browser Source Url

Your source url is going to look something like `https://6klabs.com/widget/youtube/5bdf09ea2e1c9f89654dafeb89f5cd91aa27e4bcda3b8556f74fc64846aa13d0`
You will want to replace `https://6klabs.com` with `http://localhost:9963` such that your url now looks like `http://localhost:9963/widget/youtube/5bdf09ea2e1c9f89654dafeb89f5cd91aa27e4bcda3b8556f74fc64846aa13d0`
### Create a new Browser source in OBS


Then make sure the URL is set to your modified url

Make sure that browser communication is enabled in YTMDesktop otherwise OBS cannot communicate with the app

Follow the normal procedures of authorizing a companion in YTMDesktop refreshing the browser source page cache in OBS if needed to reinitiate the authorization
Amuse should now be in your OBS and working properly with YTMDesktop v2 as long as this application is running in the background :)