-
Notifications
You must be signed in to change notification settings - Fork 13
Home
Here we attempt to document what you can do with the program and how to do it. If something is missing or incorrect please create a issue for it explaining what is wrong and on which page.
To the right (or at the bottom on mobile) there is a list of wiki pages to help you find the page you are looking for, to quickly find what you are looking for you can also press F1 in the program to get to the wiki page for the current window. It is a known issue in Java 8 that function keys do not work properly when the focus is on a text field or text area.
Stekeblads Video Uploader requires Java 8 and JavaFX to run. If you are using Windows you can get Java 8 from java.com and it have everything you need.
If you are on Linux, Ubuntu etc. you need the packages "openjdk-8-jre" and "openjfx". First openjdk-8-jre:
sudo apt install openjdk-8-jre
If you get an error like "Unable to locate package" you need to add the openjdk repository like this:
sudo add-apt-repository ppa:openjdk-r/ppa
sudo apt update
Installing openjfx without extra parameters gives you a version for a higher version of java. The code below is from this stackoverflow answer. It forces a specific version of the openjfx packages that is for Java 8.
sudo apt install openjfx=8u161-b12-1ubuntu2 libopenjfx-jni=8u161-b12-1ubuntu2 libopenjfx-java=8u161-b12-1ubuntu2
sudo apt-mark hold openjfx libopenjfx-jni libopenjfx-java
Sometimes it can be difficult to know where to start and this section will try to help you with that. If you prefer to watch how-to videos instead of reading there is a Youtube Playlist that introduces the program. It was made for version 1.0 so it is slightly outdated. Watching the videos you will notice for example that "refresh playlists" have been changed to Manage Playlists.
If you prefer reading, doing things in this order is a good idea. This assumes you already have downloaded the program and have Java installed:
- Check out the options in the Settings window
- Go to the preset window and then Localize Categories
- Followed by Manage Playlists
- Read about what details you can add to a video and more powerful preset automation by using tags
- Create your first preset
- Start uploading from the Main Window