Skip to content

1.5.0-dev-1

Pre-release
Pre-release
Compare
Choose a tag to compare
@deniscerri deniscerri released this 14 Feb 18:15
· 2195 commits to main since this release
811f3b0

This build is incomplete and some features from the release channel are not there.

New Stuff:

  • Moved all of the app to kotlin
  • Fixed Song Thumbnails not showing up in Samsung Music
  • Cards update and animate nicely when new items are added
  • Turned download service to a worker and combined default downloads with custom command (Custom Command is broken for now)
  • Added Formats and File Sizes on Results
  • Added ability to change download path from the download card
  • Combined Audio / Video / Command in a single card through tabs
  • Added ability to download multiple vids at the same time (Limit is 5 for now)
  • Added ability to schedule downloads. You can put the date and time.
  • Fixed File Scanning
  • Made downloads download to temporary folders. Each version of the file depending on the url and format type has its own folder. If you cancel a download and restart it, it will resume the downloads based on the correct format. After download, temp folder gets axed.
  • Fixed downloads not getting cancelled sometimes

Planned:

  • Use the new download card on the share menu instead of opening the app (completed)
  • Fix the big cards when you are using the app in landscape or if u have a tablet. Perhaps ill implement grids instead of a list (completed)
  • Ability to change formats of multiple items at the same time before downloading it.
  • Ability to sort items when they are in the download queue
  • Ability to download portion of the video. (I thought of downloading multiple portions of the video and then mash them together but idk if yt-dlp has that feature)
  • Ability to click a result card and it will show running downloads from that card
  • Ability to store logs of every download to look back to (completed)