For instance, now every time that FrostWire for Desktop receives a Video URL, it no longer needs to create a new Telluride Process, it reuses the same process and it can ask the telluride process to fetch the relevant video/audio metadata with a simple HTTP RPC request.
This makes the experience for FrostWire for Desktop users much faster , and eventually once enough desktops are running builds post 15, they will serve as a distributed network to answer video URL searches from Android clients which cannot run Telluride as it stands today.
build 15 – apr/06/2021
NEW: –server mode, run telluride as an RPC web server
Re-built jlibtorrent to solve compatibility issues with Linux distributions that don’t have the latest libc6 (Like Linux Mint, If you are a Linux Mint user you can now install the new .deb file)
Now when you paste a video URL, the search results found will show the video screen dimentions towards the left hand side of the title, this way you don’t have to resize the search result table columns to figure out which of the different formats available you need to download.
We’ve included Telluride build 10 with the freshest youtube_dl updates from this week.
Download the binaries and let us know if you have any issues
A portable and easy to use youtube_dl wrapper by FrostWire.
Usage
usage: telluride[.exe|_macos|_linux] [-h] [--audio-only] [--meta-only] page_url
positional arguments:
page_url The URL of the page that hosts the video you need to
backup locally
optional arguments:
-h, --help show this help message and exit
--audio-only, -a Downloads the video and keeps only a separate audio file
usually a .mp3. (requires ffmpeg installed in the system)
--meta-only, -m Prints a JSON dictionary with all the metadata available
on the video file found in the page_url. Does not download
the video file
usage: telluride[.exe|_macos|_linux] [-h] [--audio-only] [--meta-only] page_url
positional arguments:
page_url The URL of the page that hosts the video you need to
backup locally
optional arguments:
-h, --help show this help message and exit
--audio-only, -a Downloads the video and keeps only a separate audio file
usually a .mp3. (requires ffmpeg installed in the system)
--meta-only, -m Prints a JSON dictionary with all the metadata available
on the video file found in the page_url. Does not download
the video file
Note
telluride_macos was built on Darwin Kernel Version 18.7.0 (Mojave 10.14.6) to ensure backwards compatibility UPXed binaries are now breaking on macos big sur (Killed 9 error when you try to run them).
Dear Apple, pretty please, fix your $h!t.
Changelog
build 8 – dec/28/2020
python: pip-20.3.3
python: youtube-dl 2020.12.29
macos binary comes signed and notarized with hardened runtime
If you find this free software useful and you can contribute to keep it free, please make a donation, but best of all tell your loved ones about it, the more people on the network the better it works.
This is our last desktop release for 2020, and it’s a big one to get 2021 started.
It includes loads of libtorrent fixes and optimizations from libtorrent 1.2.11.0.
A fresh new build of the Telluride Cloud Video Downloader which includes all the fixes from youtube-dl all the way to Dec 29th 2020.
We’ve fixed some bugs that would cause errors downloading video from the cloud, more videos will be downloaded and archived from hundreds of video hosting websites.
New Transfer Detail Popup Menus
We added a couple of tiny UI features for Torrent Transfer Details.
Open the OS’s file explorer on a transfer’s file
Copy IP,Addresses from Peers into clipboard
frostwire (6.8.10) stable; urgency=high
Fixes file naming issues that would cause errors in cloud video downloads
jlibtorrent-1.2.11.0 update
jaudiotagger 2.2.5 to 2.2.6 update
Telluride Cloud Video Downloader build 8
lt: upgraded to openssl 1.1.1l
Fixes issue with Telluride results and emojis in filenames
Fixes bug where transfer file detail actions would go blank when left clicked. (74291c0)
New File Transfer details popup menus: FIles > Explore, Play
lt: fix issue with moving the session object
lt: deprecate torrent_status::allocating. This state is no longer used
lt: fix bug creating torrents with symbolic links
lt: remove special case to save metadata in resume data unconditionally when added throught magnet link
lt: fix bugs in mutable-torrent support (reusing identical files from different torrents)
lt: fix incorrectly inlined move-assignment of file_storage
lt: add session::paused flag, and the ability to construct a session in paused mode
lt: fix session-pause causing tracker announces to fail
lt: fix peer-exchange flags bug
lt: allow saving resume data before metadata has been downloaded (for magnet links)
lt: record blocks in the disk queue as downloaded in the resume data
lt: fix bug in set_piece_deadline() when set in a zero-priority piece
lt: fix issue in URL parser, causing issues with certain tracker URLs
lt: use a different error code than host-unreachable, when skipping tracker announces