github deniscerri/ytdlnis v1.7.9
1.7.9

latest releases: v1.7.9.2, v1.7.9.1
one month ago

What's Changed

Please make a backup of the app data in the settings before this update in case something goes wrong

  • Fix App crashing with exception "com.deniscerri.ytdl.database.viewmodel.DownloadViewModel.checkIfAllProcessingItemsHaveSameType(Unknown Source:21)..."

  • Added option in download settings to use AlarmManager instead of WorkManager for scheduled downloads to improve accuracy

  • When updating formats for multiple items, now the app remembers what items don't need new formats and skips them to save time and data

  • Moved format source from the bottom of the format list to the filter bottom sheet

  • Added ability for the app to update the result items formats when you update the download item formats if there are any results with the same url

  • Moved "In Queue" screen back in its separate tab due to recyclerview performance issues

  • Format updating in multiple download card now applies updates immediately on each item

  • Deleted saved downloads after a format update in the background after the user decided to open for review

  • App now shows the actual predicted filesize along with the audio size when downloading videos in the multiple download card. Also in single download mode when the audio size is known but the video size is unknown the app wont show the audio size only, it wont show anything

  • Made snackbar show up above the copy log button

  • Fixed App crashing when updating fragments in the download card while in the Share Activity

  • Added a setting to use the video url instead of the playlist url to download. The app used playlist url and then indexes to get the video to take advantage of playlist metadata. Some users have been using libretube playlists that cant be recognised properly by yt-dlp. Turn this option if this affects you

  • Added Write URI Permission when opening files

  • Fixed App still updating formats even though the user closed the format bottom sheet

  • Fixed App keeping old video titles in the download card #526

  • Refactored code on how to fetch player url and chapters from yt-dlp in the cut bottom sheet

  • Added ability to change the theme accent without restarting the app. If you change light/dark mode the app is supposed to restart because the icon activity changes aswell

  • Prevented AVI and FLV containers from embedding thumbnails

  • Fixed Subs Language preference not being saved in the download card

  • Added player_client=default,mediaconnect,android extractor args when data fetching and downloading to use more formats

  • Turned some metadata into digits
    -> --parse-metadata "%(track_number,playlist_index)d:(?P<track_number>\d+)" --parse-metadata "%(dscrptn_year,release_year,release_date>%Y,upload_date>%Y)s:(?P<meta_date>\d+)"

  • Removed NA from meta album artist --parse-metadata "%(artist,uploader|)s:^(?P<meta_album_artist>[^,]*)"

  • Added --recode-video toggle in the settings to use instead of --merge-output-format

  • Also added that preference as a button in the adjust video in the download card

  • Adjusted the "Adjust video" section in the download card and bundled some common items together to save space

  • Fixed app not selecting an audio format to show in the format view in the download card after updating formats

  • Fixed app showing when the download will start up when you queue up a scheduled download

  • Made home recyclerview bottom padding bigger to avoid the FABs

  • Fixed Issue #529

  • App now remembers the scroll position in the download history tab

  • Made piped api not fetch data when fed mix playlists

  • Turned the incognito toast to a snackbar in the download card

  • Fixed duplicate dialog crashing app when in share activity

  • Fixed issue of app not showing audio formats of preferred language at the top when selecting the suggested filter

  • Added a feature to delete cancelled downloads, errored downloads and download cache older than a certain period. You can select daily, weekly, monthly.

  • Added ability to change the container in the multiple download card

  • Fixed App issues with download logs

  • Added preferred language in the format sorter in yt-dlp

  • More other small changes i forgor what i fixed

  • Removed - Topic from author fields

Autogenerated Changes

New Contributors

Full Changelog: v1.7.8...v1.7.9

Don't miss a new ytdlnis release

NewReleases is sending notifications on new releases.