-
Notifications
You must be signed in to change notification settings - Fork 0
C# Desktop Version
ifBars edited this page Aug 13, 2024
·
1 revision
ProTVConvertor is a desktop application that converts YouTube video links, playlists, and HTTP/HTTPS links into the ProTV format. It supports fast processing and includes features like thumbnail downloading and update checking.
- Convert YouTube and HTTP/HTTPS links to ProTV format.
- Download thumbnails.
- Check for updates automatically.
- Remove invalid or private YouTube videos.
- Download the latest release.zip file from the ProTVConvertor repository.
- Run
ProTVConvertor.exe
, orsetup.exe
depending on the version, to open the application.
- Uninstall your current installation.
- Download the latest version of ProTVConvertor.
- Unzip the files and run
ProTVConvertor.exe
, orsetup.exe
depending on the version.
- Enter a single YouTube URL or playlist ID.
- Add a prefix if needed.
- Use "Add Link" to add the link.
- Load a playlist by pasting its ID.
- Customize names for URLs if required.
- Clear URLs with "Empty Links."
- Export the playlist to a file.
- Compile code with Visual Studio.
- Add URLs and prefixes.
- Track the number of URLs added.
- Save the URLs and names to a .txt file.
-
Fork the Repository and clone it:
- Create a fork of the repository on GitHub
- Clone your fork of the repository using:
git clone https://github.com/your-username/VRChat-ProTVConvertor
-
Installation:
- Navigate to the project directory:
cd protvconverter
- Open the project sln file in Visual Studio
- Navigate to the project directory:
-
Contributing:
-
Create a Branch:
- Create a new branch for your changes:
git checkout -b feature/your-feature
- Create a new branch for your changes:
-
Make Changes and Commit:
- Make your changes and commit them with a descriptive message:
git add . git commit -m "Add feature or fix"
- Make your changes and commit them with a descriptive message:
-
Push and Create a Pull Request:
- Push your changes to your forked repository:
git push origin feature/your-feature
- Open a pull request on GitHub to merge your changes into the repository.
- Push your changes to your forked repository:
-
Issues and Support:
- If you encounter any issues or have questions with/about the desktop version, please check the relevant GitHub Issues or open a new issue.
For more details, refer to the C# version README.
Welcome to the ProTVConvertor wiki! Use the links below to explore:
For additional details and guidance, please refer to the sections above.