Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
ifBars committed Apr 13, 2023
2 parents 33eb203 + 253c583 commit dec3e3b
Showing 1 changed file with 24 additions and 22 deletions.
46 changes: 24 additions & 22 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,26 +1,28 @@
# ProTVConverter
VRChat Youtube to ProTV Playlist Converter, Comments, Questions, Concerns, Etc. Discord: P.Penguin#7468

USAGE:

-Run setup.exe to install, then create a shortcut for UrlArray.application (optional)
-Enter a single, full youtube URL to add one URL to the list of URLS
-Optionally, add a prefix to put before the youtube links (IE: https://nextnex.com/?url=)
-Press add link to add the one link
-Paste a playlist ID and press load playlist to grab every video in the playlist
-IE: The playlist ID is after the list= https://www.youtube.com/playlist?list=PL9n07ws2xINsLzMHXJqpHhmpltpFNQgQn
You would paste PL9n07ws2xINsLzMHXJqpHhmpltpFNQgQn in this case
-You can press empty links to delete all URL indexs at once, this does not delete the file
It will clear all current indexes and write over them everytime you export to the same file
-To set a custom name for a single url, delete the [Name (Optional)] and replace it with the name you want for the url
-To set custom names for a playlist, tick Use Custom Names, and load the playlist from the ID
It will then ask for a custom name for each song, if you do not want a custom name for that one, you can simply press enter
-For any questions, comments, concerns, etc, P.Penguin#0420

-Quick Note: If you are using URL Prefixes, make sure it is an HTTPS link like https://nextnex.com/?url= as well as,
Make sure to put in your prefix before loading a playlist or link
ProTVConvertor

ProTVConvertor is a program that allows users to convert YouTube video links, YouTube playlist links, and http and https video links into the correct format required for ProTV, a VRChat development addon that allows users to create playlists to watch in VRChat. With this program, you can convert all the links into a playlist, with names, in the correct format. The program also comes with a feature for downloading thumbnails, checking for updates automatically, and it can automatically remove any YouTube videos that have been deleted or privated, or any invalid YouTube video.

Installation

Download the setup.exe file from the ProTVConvertor repository.
Run the setup.exe file to install the program.
Run the ProTVConvertor desktop icon.

Usage

Enter a single, full YouTube URL to add one URL to the list of URLs.
Optionally, add a prefix to put before the YouTube links (e.g., https://nextnex.com/?url=).
Press "Add Link" to add the one link.
Paste a playlist ID and press "Load Playlist" to grab every video in the playlist. The playlist ID is after the "list=" in the YouTube playlist link. For example, in the link "https://www.youtube.com/playlist?list=PL9n07ws2xINsLzMHXJqpHhmpltpFNQgQn", you would paste "PL9n07ws2xINsLzMHXJqpHhmpltpFNQgQn".
To set a custom name for a single URL, delete the "[Name (Optional)]" and replace it with the name you want for the URL.
To set custom names for a playlist, tick "Use Custom Names" and load the playlist from the ID. It will then ask for a custom name for each song. If you do not want a custom name for that one, you can simply press enter.
To delete all URLs, press "Empty Links." This will not delete the file, but it will clear all current indexes and write over them every time you export to the same file.
If you are using URL Prefixes, make sure it is an HTTPS link like "https://nextnex.com/?url=", and make sure to put in your prefix before loading a playlist or link.
For any questions, comments, concerns, etc, contact P.Penguin#0420.

Quick Note: If you are using URL Prefixes, make sure it is an HTTPS link like https://nextnex.com/?url=. Also, make sure to put in your prefix before loading a playlist or link.

![image](https://user-images.githubusercontent.com/114284668/212461669-486d9c18-39f3-43a8-9be9-60d3dde40dda.png)
![Capture](https://user-images.githubusercontent.com/114284668/231539397-33625ca8-50d0-43b6-90b6-d9dacbd23e32.PNG)

SOURCE CODE USAGE:

Expand Down

0 comments on commit dec3e3b

Please sign in to comment.