Skip to content

Commit

Permalink
Release v.0.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
alxnull committed Jan 18, 2022
1 parent 19e672f commit ecd29c6
Show file tree
Hide file tree
Showing 9 changed files with 38 additions and 25 deletions.
9 changes: 9 additions & 0 deletions Changelog.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion LICENSE.txt
Original file line number Diff line number Diff line change
@@ -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
Expand Down
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand All @@ -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

Expand Down Expand Up @@ -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
Expand Down
4 changes: 4 additions & 0 deletions Vividl/App.config
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,10 @@
<assemblyIdentity name="CommonServiceLocator" publicKeyToken="489b6accfaf20ef0" culture="neutral" />
<bindingRedirect oldVersion="0.0.0.0-2.0.6.0" newVersion="2.0.6.0" />
</dependentAssembly>
<dependentAssembly>
<assemblyIdentity name="XAMLMarkupExtensions" publicKeyToken="c726e0262981a1eb" culture="neutral" />
<bindingRedirect oldVersion="0.0.0.0-2.1.3.0" newVersion="2.1.3.0" />
</dependentAssembly>
</assemblyBinding>
</runtime>
</configuration>
6 changes: 3 additions & 3 deletions Vividl/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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("")]

Expand Down Expand Up @@ -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")]
10 changes: 5 additions & 5 deletions Vividl/Vividl.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -145,13 +145,13 @@
<Reference Include="WindowsBase" />
<Reference Include="PresentationCore" />
<Reference Include="PresentationFramework" />
<Reference Include="WPFLocalizeExtension, Version=3.9.2.0, Culture=neutral, PublicKeyToken=c726e0262981a1eb, processorArchitecture=MSIL">
<HintPath>..\packages\WPFLocalizeExtension.3.9.2\lib\net452\WPFLocalizeExtension.dll</HintPath>
<Reference Include="WPFLocalizeExtension, Version=3.9.4.0, Culture=neutral, PublicKeyToken=c726e0262981a1eb, processorArchitecture=MSIL">
<HintPath>..\packages\WPFLocalizeExtension.3.9.4\lib\net452\WPFLocalizeExtension.dll</HintPath>
</Reference>
<Reference Include="XAMLMarkupExtensions, Version=2.1.2.0, Culture=neutral, PublicKeyToken=c726e0262981a1eb, processorArchitecture=MSIL">
<HintPath>..\packages\XAMLMarkupExtensions.2.1.2\lib\net462\XAMLMarkupExtensions.dll</HintPath>
<Reference Include="XAMLMarkupExtensions, Version=2.1.3.0, Culture=neutral, PublicKeyToken=c726e0262981a1eb, processorArchitecture=MSIL">
<HintPath>..\packages\XAMLMarkupExtensions.2.1.3\lib\net462\XAMLMarkupExtensions.dll</HintPath>
</Reference>
<Reference Include="YoutubeDLSharp, Version=0.4.1.2215, Culture=neutral, processorArchitecture=MSIL">
<Reference Include="YoutubeDLSharp, Version=0.4.1.2219, Culture=neutral, processorArchitecture=MSIL">
<HintPath>..\packages\YoutubeDLSharp.0.4.1\lib\net45\YoutubeDLSharp.dll</HintPath>
</Reference>
</ItemGroup>
Expand Down
4 changes: 2 additions & 2 deletions Vividl/packages.config
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<package id="PortableSettingsProvider" version="0.2.4" targetFramework="net462" />
<package id="SharpClipboard" version="3.5.2" targetFramework="net462" />
<package id="System.ValueTuple" version="4.5.0" targetFramework="net462" />
<package id="WPFLocalizeExtension" version="3.9.2" targetFramework="net462" />
<package id="XAMLMarkupExtensions" version="2.1.2" targetFramework="net462" />
<package id="WPFLocalizeExtension" version="3.9.4" targetFramework="net462" />
<package id="XAMLMarkupExtensions" version="2.1.3" targetFramework="net462" />
<package id="YoutubeDLSharp" version="0.4.1" targetFramework="net462" />
</packages>
6 changes: 3 additions & 3 deletions VividlSetup/VividlSetup.vdproj
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
10 changes: 5 additions & 5 deletions choco/vividl.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<metadata>
<!-- == PACKAGE SPECIFIC SECTION == -->
<id>vividl</id>
<version>0.5.1</version>
<version>0.6.0</version>
<owners>alxnull</owners>
<!-- ============================== -->

Expand All @@ -14,16 +14,16 @@
<authors>alxnull</authors>
<projectUrl>https://vividl.sourceforge.io/</projectUrl>
<iconUrl>https://gitcdn.xyz/repo/Bluegrams/Vividl/master/img/icon.png</iconUrl>
<copyright2021 Bluegrams</copyright>
<copyright2020-2022 Bluegrams</copyright>
<licenseUrl>https://github.com/bluegrams/Vividl/blob/master/LICENSE.txt</licenseUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<projectSourceUrl>https://github.com/bluegrams/Vividl</projectSourceUrl>
<bugTrackerUrl>https://github.com/bluegrams/Vividl/issues</bugTrackerUrl>
<tags>video download youtube youtube-dl vividl downloader mp3</tags>
<tags>video download youtube youtube-dl vividl downloader mp3 yt-dlp</tags>
<summary>Free video downloader for Windows</summary>
<description>
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.
Expand Down

0 comments on commit ecd29c6

Please sign in to comment.