Releases: NikhilNarayana/FRC-YouTube-Uploader
Version 3.3.0
UPDATES
- You can now choose to pick the newest file in the directory to upload rather than use the file name matching functionality.
- Video Privacy is now selectable
- Updating is now easier, the program will alert you of any updates that need to happen
- no more linux sudo calls, instead linux users must choose to enter root themselves
- Uploads can now be saved to the queue and uploaded later
- Queue can now be saved and loaded later in case you are at a venue with bad internet
- This only works if you keep your file structure the same and load from the same computer
- If you are experienced with computers you can find the queue file in your user's root directory and then copy that to another computer. However you still need to keep the file structure the same otherwise it won't work
Version 3.2.0
Combine output and queue, fix JSON saving, new viewer class
Version 3.1.5
Switch to Pyforms-Lite which uses fewer modules to do the same thing
Version 3.1.2
Small fixes to make installation easier and to clean up the description generation.
Version 3.1
500 Commits!
After two years of updating, rewriting, and fixing everything about this program I can say that this project is right where I want it to be in terms of operational reliability. I finally got to run the new UI in a real world setting at the Indiana Robotics Invitational this weekend and I would say it was a success with a few minor hiccups along the way, but I fixed those as the event progressed.
Updates
- Toggle Auto Scroll button for status text.
- Print the percentage of the video uploaded.
- Remove jobs from the Queue with a double click.
- Now installable with pip and callable from anywhere.
- Match videos folder is now selectable rather than hard coded.
- Match Code is now hidden by default and toggled in the menu bar.
- Extra scripts are now accessible by adding arguments to
frcuploader
Read the README for more info
What does pip installable mean?
You can now install this with pip3 install -U FRCUploader
and run the program from anywhere with the frcuploader
terminal command.
Version 3.0.1
Basic changes to reduce errors breaking the program and to make uploading matches from previous years put the right game name in the tags.
Version 3.0
NO MORE WEB BASED UI
I'm back with a few updates. TBA finally made an easy to use Vagrant box that I can test on which is nice. As you can tell, the web UI is gone cause it was bad. The web server was not very stable and a PyQT GUI was inevitable.
Updates
- Port to Python 3!
- Post Match Videos and Media consistently
- Fix multiple uploads
- A playlist to TBA script
- If you couldn't post to TBA during the event use this to fix that afterwards
- Did I mention a new GUI?
- GUI built in pyforms with cross platform compatibility. Fits snugly in the corner of your screen.
- Declutter the folder
Bugs
None so far
Plans
- Make it pip installable
- Queue matches
Notes
Again a huge thanks goes out to Matthew Zacune (GA FIRST) for basically forcing me to get this done and helping me test it with his huge backlog of matches to upload.
Version 2.7.2
Read through the git commits for updates.
Main change is update the YouTube tags from STEAMworks to Power Up.
Version 2.7.1
Critical bug fixes from previous release
Version 2.6.2
Fixed problems that came up during DCMP and fixed the no code found problem.