From 3c274ff4fc61971bb1b62da13b16b8e5a33db636 Mon Sep 17 00:00:00 2001 From: Mateusz Skoczek Date: Wed, 16 Feb 2022 16:48:37 +0100 Subject: [PATCH] 1.0-dev5 (README added and version in appxmanifest changed --- README.md | 68 +++++++++++++++++++++++++++++++++- VDownload/Package.appxmanifest | 2 +- 2 files changed, 68 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 404732b..8a0f015 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,68 @@ # VDownload -VDownload is UWP universal video downloader +VDownload is universal video downloader written in .NET/C# and Universal Windows Platform. + + + +## Requirements +- Windows 11 + + + +## Download and installation +- Microsoft Store +- GitHub Release + + + +## Features and supported sources + +#### Supported sources +- Twitch (VODs, clips and channels) +- YouTube (Videos, playlists and channels) + + +#### Features + +- Intuitive and easy to use +- Modern GUI, consistent with Windows, touchscreen friendly - WinUI +- Multiple video service support - one app for all +- Video downloading +- Audio-only, video-only and audio-video downloading +- Time trimming - download only the fragment you need +- Playlist downloading +- Playlist filtering - download only the videos you need +- Playlist subscription - download new videos from saved playlists +- Downloading queue +- Use of native Windows media transcoding libraries - no FFmpeg included +- Highly configurable - from default video downloading parameters to transcoding algorithm + +and everything for free with open source code + + + +## App development + +VDownload is a project, which I develop in my free time as a hobby and a form of learning. + +As the application is not 100% resistant to external factors (e.g. changes in APIs) and to be fair to creators and video services, it is available for free. + +If you want to support me and the development of the project you can: +- **Donate me** via Paypal (link in the "Sponsor this project" section in Github repository and in the app itself in the "About" page) +- **Report bugs and errors** in the "Issues" section of Github repository +- **Propose new features and support of video services** in the "Issues" section of Github repository + + +#### App development status + +At the moment, the application is in the **early stage of development**. Only source code is available to download. Check "App development plans" to learn about further project development plans. + + +#### App development plans + +- **1.0-prerelease1** - with Twitch support only, all video and playlist download options and playlist subscription (Q1/Q2 2022) +- **1.0-prerelease2** - Youtube support and issues from 1.0-prelease1 closed *[Q2 2022]* +- **1.0** - issues from 1.0-prelease2 closed and support for Polish (and maybe German) language *[Q3 2022]* +- **1.?** - new video services and language support and closing issues from previous versions. *[?]* +- **2.0** - switch from Universal Windows Platform to Windows App SDK *[when Windows App SDK will be more developed and will offer elements which I use in UWP (e.g. Mica)]* + +**dates are indicative only and may change* \ No newline at end of file diff --git a/VDownload/Package.appxmanifest b/VDownload/Package.appxmanifest index 0e7c734..95d601d 100644 --- a/VDownload/Package.appxmanifest +++ b/VDownload/Package.appxmanifest @@ -9,7 +9,7 @@ + Version="1.0.0.0" />