
- #TUBECAST DOWNLOADING HOW TO#
- #TUBECAST DOWNLOADING INSTALL#
- #TUBECAST DOWNLOADING UPDATE#
- #TUBECAST DOWNLOADING SOFTWARE#
- #TUBECAST DOWNLOADING CODE#
Black theme bugfix introduced in the last version.Bug fix signed video algorythm (Vevo etc.).Commenting was broken due to Youtube API changes, it's fixed.
#TUBECAST DOWNLOADING SOFTWARE#
Workaround for handling software navigation bar (check the box in the settings). Based on last YouTube API changes, "Watch Later" and "History" are not anymore available #Sorry. New algorithm for signed videos (VEVO,etc.) handled. On Windows Mobile 10, when you are casting, the app doesn't go on hibernation (running under lock was a feature on WP8, and it's unfortunately removed on WM10). New Feature : Chromecast Audio and Google Home are handled. Workaround for those who don't see their Chromecast anymore in the device list. Credentials fix : you have to logging again. Warning : mandatory update, previous versions will stop working in few days.
Merged version number both phone and desktop are the same now.Bugfix for Subtitles with DLNA capable devices.WindowsPhone : UI Bugfix on homepage starting when user logged.A lot of people can't get 5.1.1.0, it's a bug from the Microsoft Store.so I sent 5.2.0.0 it may resolve the issue.To make it available.what a silly bug on the MS Store !
#TUBECAST DOWNLOADING UPDATE#
The trick was to update the Store description too
Hurray! The 5.2 is now available for WP8 and WP8.1 users it just takes a month. #TUBECAST DOWNLOADING CODE#
Chromecast feature is fixed (due to recent security issues, Google changed its protocol, I updated my code to handle it :) ). New chromecast code and old Youtube-DIAL TV converged to handle all scenarios. Bugfix for Chromecast (due to Google API changes).
Access denied bug fixed (due to new YouTube algorithms).You can now find the xap to be installed manually. Microsoft dropped the updates for Windows Phone 8 apps since July 2019.
#TUBECAST DOWNLOADING INSTALL#
Install the newly created package pip install dist/ for Tubecast for Windows Phone 8,8.1,10 Hop into a Virtual Environment: python3 -m venv This command should output a lot of text and once completed should generate two files in the dist directory: dist/Įxample_package_YOUR_USERNAME_HERE-0.0.1-p圓-none-any.whlĮxample_package_YOUR_USERNAME_HERE-0.0.1.tar.gz Now run this command from the projects root directory: python3 -m build To do so make sure you have the latest version of PyPA’s build installed: python3 -m pip install -upgrade build To test your changes generate a distribution package
Push to the branch git push origin my-new-feature. Commit your changes git commit -am 'Add some feature'. Create your feature branch git checkout -b my-new-feature. ContributorsĬlick here to view a video demo on YouTube, or watch below: upgrade Doing so will update the package with your desired changes. You'll simply edit the python files you need changed, follow the steps and instead of running pip install. Note: Method 2 is good if you need to edit the program yourself. With Command Prompt simply copy the "tube-cast-main" folder path > open CMD type in cd PastePath, you can now run this command pip install. With the folder open you can right click any white-space in the "tube-cast-main" folder and open in terminal, run this command pip install. To start run this command: tube-cast -help You should now be able to run tube-cast commands. Run the command: cls to clear the command prompt/powershell Once the install is done you can simply run pip list to double check the package was installed The prompt can be avoided by exporting them as environment variables: export ANCHOR_EMAIL = 'YOUR ANCHOR FM EMAIL HERE' export ANCHOR_PASSWORD = 'YOUR ANCHOR FM PASSWORD HERE' RoadmapĪssuming you have python and pip installed already, open Command Prompt or Windows Powershell Tube-cast will prompt the user for their email and password to anchor.fm ]$ tube-cast youtube-id Youtube-playlist Takes in a YouTube Playlist ID Youtube-id-from-file Takes in a file containing youtube id (one per line ) Youtube-id Takes in YouTube IDS as arguments Youtube-channel Takes in a YouTube Channel ID x, -is-explicit Mark podcast as explicit u, -add-url Add the YouTube URL To podcast description
t, -thumbnail_mode Include YouTube thumbnail in podcast
#TUBECAST DOWNLOADING HOW TO#
How To Install Python 3 on Windows 11 pip install tube-cast InstallationĬheck out this blog post for a step-by-step guide on installing python on windows-11 A command-line tool that converts YouTube videos into Anchor FM podcasts.