1.0-dev5 (README added and version in appxmanifest changed
This commit is contained in:
68
README.md
68
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*
|
||||
@@ -9,7 +9,7 @@
|
||||
<Identity
|
||||
Name="VDownload"
|
||||
Publisher="CN=Mateusz"
|
||||
Version="0.3.0.0" />
|
||||
Version="1.0.0.0" />
|
||||
|
||||
<mp:PhoneIdentity PhoneProductId="b0f59998-a2e2-4edb-a764-b0cf8c657336" PhonePublisherId="00000000-0000-0000-0000-000000000000"/>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user