From ecd29c632bde587eb217b1e855a87755614a8e53 Mon Sep 17 00:00:00 2001 From: alxnull Date: Wed, 19 Jan 2022 00:32:32 +0100 Subject: [PATCH] Release v.0.6.0 --- Changelog.md | 9 +++++++++ LICENSE.txt | 2 +- README.md | 12 ++++++------ Vividl/App.config | 4 ++++ Vividl/Properties/AssemblyInfo.cs | 6 +++--- Vividl/Vividl.csproj | 10 +++++----- Vividl/packages.config | 4 ++-- VividlSetup/VividlSetup.vdproj | 6 +++--- choco/vividl.nuspec | 10 +++++----- 9 files changed, 38 insertions(+), 25 deletions(-) diff --git a/Changelog.md b/Changelog.md index 3852d9c..4f27dea 100644 --- a/Changelog.md +++ b/Changelog.md @@ -1,5 +1,14 @@ # Vividl Changelog +### v.0.6.0 (2022-01) +- **New:** Smart Automation mode: Auto-import & download URLs from clipboard +- **New:** Add option for CUDA-supported FFmpeg conversion. +- **New:** Add thumbnails to mp3 conversion downloads (with "Add metadata to files" setting). +- **New:** Minor UI tweaks (e.g. in main menu & tool bar) +- **New:** Allow setting custom downloader arguments. +- **Changed:** Switch from youtube-dl to yt-dlp as default download engine (faster download speed). +- **Fixed:** Crash with invalid URLs in fetch window. + ### v.0.5.0 (2021-06) - **New:** Customize download in "Configure Download" window - **New:** Show download size and resolution in "Configure Download" window diff --git a/LICENSE.txt b/LICENSE.txt index 16ae34c..4fa2bad 100644 --- a/LICENSE.txt +++ b/LICENSE.txt @@ -1,6 +1,6 @@ BSD 3-Clause License -Copyright (c) 2021, Bluegrams. +Copyright (c) 2020-2022, Bluegrams. All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/README.md b/README.md index 3da941b..c8d69d3 100644 --- a/README.md +++ b/README.md @@ -8,9 +8,9 @@ [![](https://a.fsdn.com/con/app/sf-download-button)](https://sourceforge.net/projects/vividl/files/) -Vividl is a Windows app that lets you download videos from various websites, including YouTube, Vimeo and Dailymotion. -It uses the popular program [youtube-dl](https://ytdl-org.github.io/youtube-dl/index.html) to extract videos -from [several hundred websites](https://ytdl-org.github.io/youtube-dl/supportedsites.html). Just copy a video URL, +Vividl is a Windows app that lets you download videos from various websites, including YouTube, Soundcloud, Vimeo, Dailymotion and various media channels. +It uses the popular downloader [youtube-dl](https://ytdl-org.github.io/youtube-dl/index.html)/ [yt-dlp](https://github.com/yt-dlp/yt-dlp) to extract videos +from [several hundred websites](https://github.com/yt-dlp/yt-dlp/blob/master/supportedsites.md). Just copy a video URL, paste it in Vividl and download the video in different qualities, convert it to other formats or to an audio track. You can also manage the parallel download of multiple videos and retrieve additonal meta information using the simple UI. @@ -20,8 +20,8 @@ You can also manage the parallel download of multiple videos and retrieve addito ## Features -- Download videos from all important websites with the help of youtube-dl -(see [all sites supported by youtube-dl](https://ytdl-org.github.io/youtube-dl/supportedsites.html)) +- Download videos from all important websites with the help of youtube-dl/ yt-dlp +(see [all sites supported by yt-dlp](https://github.com/yt-dlp/yt-dlp/blob/master/supportedsites.md)) - Select between all provided download formats @@ -84,7 +84,7 @@ This software is published under the [BSD-3-clause license](LICENSE.txt) by Blue ## Credits -- [youtube-dl](https://ytdl-org.github.io/youtube-dl/index.html) is licensed under The Unlicense +- [youtube-dl](https://ytdl-org.github.io/youtube-dl/index.html) and [yt-dlp](https://github.com/yt-dlp/yt-dlp) are licensed under The Unlicense - [FFmpeg](https://www.ffmpeg.org/) is licensed under GNU LGPL v2.1 - [Adonis UI](https://github.com/benruehl/adonis-ui) is licensed under MIT license - [MVVM Light](http://www.mvvmlight.net/) is licensed under MIT license diff --git a/Vividl/App.config b/Vividl/App.config index e8a91e1..d456053 100644 --- a/Vividl/App.config +++ b/Vividl/App.config @@ -84,6 +84,10 @@ + + + + diff --git a/Vividl/Properties/AssemblyInfo.cs b/Vividl/Properties/AssemblyInfo.cs index 5ad5344..cf44b82 100644 --- a/Vividl/Properties/AssemblyInfo.cs +++ b/Vividl/Properties/AssemblyInfo.cs @@ -9,7 +9,7 @@ [assembly: AssemblyConfiguration("")] [assembly: AssemblyCompany("Bluegrams")] [assembly: AssemblyProduct("Vividl")] -[assembly: AssemblyCopyright("Copyright © 2021 Bluegrams")] +[assembly: AssemblyCopyright("Copyright © 2020-2022 Bluegrams")] [assembly: AssemblyTrademark("")] [assembly: AssemblyCulture("")] @@ -45,5 +45,5 @@ // app, or any theme specific resource dictionaries) )] -[assembly: AssemblyVersion("0.5.1.0")] -[assembly: AssemblyFileVersion("0.5.1.0")] +[assembly: AssemblyVersion("0.6.0.0")] +[assembly: AssemblyFileVersion("0.6.0.0")] diff --git a/Vividl/Vividl.csproj b/Vividl/Vividl.csproj index 709afd6..beeb1ca 100644 --- a/Vividl/Vividl.csproj +++ b/Vividl/Vividl.csproj @@ -145,13 +145,13 @@ - - ..\packages\WPFLocalizeExtension.3.9.2\lib\net452\WPFLocalizeExtension.dll + + ..\packages\WPFLocalizeExtension.3.9.4\lib\net452\WPFLocalizeExtension.dll - - ..\packages\XAMLMarkupExtensions.2.1.2\lib\net462\XAMLMarkupExtensions.dll + + ..\packages\XAMLMarkupExtensions.2.1.3\lib\net462\XAMLMarkupExtensions.dll - + ..\packages\YoutubeDLSharp.0.4.1\lib\net45\YoutubeDLSharp.dll diff --git a/Vividl/packages.config b/Vividl/packages.config index e652d05..9302182 100644 --- a/Vividl/packages.config +++ b/Vividl/packages.config @@ -14,7 +14,7 @@ - - + + \ No newline at end of file diff --git a/VividlSetup/VividlSetup.vdproj b/VividlSetup/VividlSetup.vdproj index 08e54bc..a4d10e4 100644 --- a/VividlSetup/VividlSetup.vdproj +++ b/VividlSetup/VividlSetup.vdproj @@ -292,15 +292,15 @@ { "Name" = "8:Microsoft Visual Studio" "ProductName" = "8:Vividl" - "ProductCode" = "8:{C2B16200-A06B-44EF-9767-3D4E56D90A81}" - "PackageCode" = "8:{D0B0A608-820B-4C9E-8554-F3573F723DBC}" + "ProductCode" = "8:{B8E847BB-CF08-481F-B6BC-8E6A2152EED2}" + "PackageCode" = "8:{FDBA7120-23D5-44A6-80A6-8BC180A347D3}" "UpgradeCode" = "8:{424347EB-A135-4241-98B1-F2476CA4F959}" "AspNetVersion" = "8:4.0.30319.0" "RestartWWWService" = "11:FALSE" "RemovePreviousVersions" = "11:TRUE" "DetectNewerInstalledVersion" = "11:TRUE" "InstallAllUsers" = "11:FALSE" - "ProductVersion" = "8:0.5.1" + "ProductVersion" = "8:0.6.0" "Manufacturer" = "8:Bluegrams" "ARPHELPTELEPHONE" = "8:" "ARPHELPLINK" = "8:https://sourceforge.net/projects/vividl/support" diff --git a/choco/vividl.nuspec b/choco/vividl.nuspec index d153b9a..8801c92 100644 --- a/choco/vividl.nuspec +++ b/choco/vividl.nuspec @@ -5,7 +5,7 @@ vividl - 0.5.1 + 0.6.0 alxnull @@ -14,16 +14,16 @@ alxnull https://vividl.sourceforge.io/ https://gitcdn.xyz/repo/Bluegrams/Vividl/master/img/icon.png - © 2021 Bluegrams + © 2020-2022 Bluegrams https://github.com/bluegrams/Vividl/blob/master/LICENSE.txt false https://github.com/bluegrams/Vividl https://github.com/bluegrams/Vividl/issues - video download youtube youtube-dl vividl downloader mp3 + video download youtube youtube-dl vividl downloader mp3 yt-dlp Free video downloader for Windows - Vividl is a Windows app that lets you download videos from various websites, including YouTube, Vimeo and Dailymotion. - It uses the popular program youtube-dl to extract videos + Vividl is a Windows app that lets you download videos from various websites, including YouTube, Soundcloud, Vimeo, Dailymotion and various media channels. + It uses the popular downloader youtube-dl/ yt-dlp to extract videos from several hundred websites. Just copy a video URL, paste it in Vividl and download the video in different qualities, convert it to other formats or to an audio track. You can also manage the parallel download of multiple videos and retrieve additonal meta information using the simple UI.