Skip to content

Changelogs

Changelogs of all YTDLnis releases, which are also available on GitHub.

1.8.1.2Latest

What's Changed

  • Extra Command bug fixes
  • Added ability to quickly download all saved items from the top menu
  • Made app delete bad info json file if it failed with JSONDecodeError
  • Sorted the subtitles in the subtitle selection dialog, and they show which ones are selected correctly
  • Prevented app from calling yt-dlp every time on updating settings to check version

Hopefully this release is stable enough since there will be some few changes in the next version

AutoGenerated Changes

  • Translations update from Hosted Weblate by @weblate in https://github.com/deniscerri/ytdlnis/pull/651
  • Translations update from Hosted Weblate by @weblate in https://github.com/deniscerri/ytdlnis/pull/653

Full Changelog: https://github.com/deniscerri/ytdlnis/compare/v1.8.1.1...v1.8.1.2

Contributors

  • @deniscerri profile picture
deniscerri

1.8.1.1

What's Changed

  • Fixed some preferences having wrong description
  • Fixed app not matching vp9 formats sometimes
  • Fixed command templates order icon
  • Fixed app crashing when going landscape on large tablets
  • Player Client preference is now reset so its empty by default. If you had modified it, please set it again :)
  • Added ability for the app to also move the write info json files along with the video if the user requests it as extra command
  • Made the re-download button always show the download card for error downloads
  • Used format sorting for selecting worst format instead of wv or wa

Autogenerated Changes

  • Translations update from Hosted Weblate by @weblate in https://github.com/deniscerri/ytdlnis/pull/642
  • Translations update from Hosted Weblate by @weblate in https://github.com/deniscerri/ytdlnis/pull/647
  • Translations update from Hosted Weblate by @weblate in https://github.com/deniscerri/ytdlnis/pull/648
  • Translations update from Hosted Weblate by @weblate in https://github.com/deniscerri/ytdlnis/pull/649

Full Changelog: https://github.com/deniscerri/ytdlnis/compare/v1.8.1...v1.8.1.1

Contributors

  • @deniscerri profile picture
deniscerri

1.8.1

What's Changed

  • Implemented pagination in the History screen to help with large lists
  • Added delete all for each page in the download queue screen
  • Added accessing Terminal from the shortcuts menu of the app
  • Made the download notifications grouped together
  • Fixed app crashing when pressing the log of a download but the log has been deleted
  • Fixed app crashing when queueing long list of items in the download queue
  • Added ability to mass re-download items from the history screen
  • Made the app remember the last used scheduled time so it can suggest you that time for the next download
  • #618, made all preferences with a description show their values
  • Fixed bug that prevented app from loading all urls from text file
  • Added ability to stop an observed source but not delete it

Custom yt-dlp source

Now you can create your own yt-dlp source the app can update to. The app is running yt-dlp --update-to user/repo@latest where user/repo is provided by you through the app. The default 3 sources are still there ofc.

Advanced Settings

Added a new category for more advanced users and moved the extractor argument settings there.

  • Added ability to make command templates usable while fetching data in the home screen. They will be appended to the data fetching command as an extra command in the end. Enable the toggle in the advanced settings to be able to configure your templates for it
  • When PO Token is set, the app now adds the web extractor argument for youtube. I forgor... (If you want to set more PO tokens for other player clients i guess set them in the other extractor argument text preference, and also modify the player client. The separate PO Token preference applies it only for the web player client)

Write Info Json

Added ability to write info json when downloading so when you resume and restart downloads, it will not download the webpage and player clients all over again. It will help prevent you making unnecessary calls to the server. On advanced settings you can turn this off if you want. I coded it be available for the next 5 hours. Considering formats tend to expire on some extractors, i dont want the download to be unusable. This is a rare use case, one of them being you starting a download, it saves the info json and you cancel it and you remember to start it again, maybe tomorrow lol. Formats most likely expired, download item is useless. So in that case it will redownload the the webpage and player clients again, and it will save a new info file aswell no problem.

More Home recommendation options

Now you can select to have more youtube feeds in the home screen from yt-dlp

  • watch later playlist
  • recommendations
  • liked videos
  • watch history

Since the option has been overhauled to put every home recommendation option in a single list-view preference, the preference has been reset so u have to change it again if you had changed it.

Autogenerated Changes

  • Translations update from Hosted Weblate by @weblate in https://github.com/deniscerri/ytdlnis/pull/606
  • Translations update from Hosted Weblate by @weblate in https://github.com/deniscerri/ytdlnis/pull/608
  • Translations update from Hosted Weblate by @weblate in https://github.com/deniscerri/ytdlnis/pull/614
  • Translations update from Hosted Weblate by @weblate in https://github.com/deniscerri/ytdlnis/pull/619
  • Translations update from Hosted Weblate by @weblate in https://github.com/deniscerri/ytdlnis/pull/620
  • Translations update from Hosted Weblate by @weblate in https://github.com/deniscerri/ytdlnis/pull/623
  • Translations update from Hosted Weblate by @weblate in https://github.com/deniscerri/ytdlnis/pull/626
  • Translations update from Hosted Weblate by @weblate in https://github.com/deniscerri/ytdlnis/pull/634
  • Translations update from Hosted Weblate by @weblate in https://github.com/deniscerri/ytdlnis/pull/640

Full Changelog: https://github.com/deniscerri/ytdlnis/compare/v1.8.0...v1.8.1

Contributors

  • @deniscerri profile picture
deniscerri

1.8.0

Please Read

This version has the updated python version 3.11. Due to yt-dlp's deprecation of python 3.8, this update had to be made, but at the same time support for Android 6 will be dropped. Android 6 users can still keep using the previous version until yt-dlp stops working in the future.

What's Changed

  • Re-added individual pause button for downloads
  • Added ability to set preferred command template
  • Added PO Token setting for youtube extractor arguments
  • Added customizable client for youtube extractor arguments
  • Added preference to add extra youtube extractor arguments
  • Added a header on cancelled/errored/scheduled/saved tabs to show the count and a dropdown menu to delete and copy urls instead of using the main queue screen menu
  • Fixed app not starting scheduled downloads with the resume button if there were no paused downloads, weird ik
  • Added Socket Timeout in Download Settings
  • Fixed app not adding extra commands in the very end of the command list
  • Fixed #580
  • Small fixes on the home screen channel tab filters
  • Fixed app crashing when pressing the thumbnail icon in the result card details. The icon is hidden if there is no thumbnail
  • Watch Videos playlist type link is supported for data fetching and downloading.
  • Added ability to parse the "artists" tag when fetching data for ytm

Autogenerated Changes

  • Translations update from Hosted Weblate by @weblate in https://github.com/deniscerri/ytdlnis/pull/566
  • Translations update from Hosted Weblate by @weblate in https://github.com/deniscerri/ytdlnis/pull/567
  • Translations update from Hosted Weblate by @weblate in https://github.com/deniscerri/ytdlnis/pull/572
  • Translations update from Hosted Weblate by @weblate in https://github.com/deniscerri/ytdlnis/pull/588
  • Update issue templates to yaml version by @I21b in https://github.com/deniscerri/ytdlnis/pull/593

New Contributors

  • @I21b made their first contribution in https://github.com/deniscerri/ytdlnis/pull/593

Full Changelog: https://github.com/deniscerri/ytdlnis/compare/v1.7.9.2...v1.8.0

Contributors

  • @zaednasr profile picture
  • @deniscerri profile picture
zaednasr and deniscerri

1.7.9.2

What's Changed

  • newpipe extractor general fixes
  • fixed newpipe formats not working
  • removed piped because its more annoying than anything, it doesnt work currently shortest changelog wr

Autogenerated Changes

  • Translations update from Hosted Weblate by @weblate in https://github.com/deniscerri/ytdlnis/pull/555
  • Translations update from Hosted Weblate by @weblate in https://github.com/deniscerri/ytdlnis/pull/560
  • Translations update from Hosted Weblate by @weblate in https://github.com/deniscerri/ytdlnis/pull/565

Full Changelog: https://github.com/deniscerri/ytdlnis/compare/v1.7.9.1...v1.7.9.2

Contributors

  • @zaednasr profile picture
  • @deniscerri profile picture
zaednasr and deniscerri

1.7.9.1

What's Changed

Newpipe Extractor

Since Piped is currently broken and unusable, i implemented the NEWPIPE EXTRACTOR to replace it. This includes:

  • video queries
  • playlist queries
  • trending
  • searching
  • youtube channel queries
  • formats The speed is as fast as piped and seems to be working. Now you can select between piped, newpipe or strictly rely on yt-dlp

Home screen filtering

This is a feature request that is long overdue. When implementing newpipe extractor i also coded in proper youtube channel parsing. Now items have their respective channel playlist name. So the app will show you filter chips if you have multiple playlist available. So you can filter between videos, shorts, livestreams and choose to just download those by long pressing etc etc. In case newpipe fails and it defaults to yt-dlp, proper channel playlist parsing is not yet possible. You can track the issue i have created here: https://github.com/yt-dlp/yt-dlp/issues/10827

Other fixes

  • Fixed app selecting all playlist items even though user selected a few, if the user is parsing an instagram post. (they all had the same url)
  • Fixed app not changing container label in the multiple download card when switching download type
  • Fixed app not being able to return to home after clicking the download notification
  • Added ability for the app to parse multiple urls at the same time. For now it will do 10 items at max
  • Added ability to show "Continue Anyway" in the error dialog so it will keep showing the download card in case you want to save it for later or schedule it
  • Added general subtitle variant codes with .*
  • Fixed app not applying the subtitle language label in the subtitle configuration dialog
  • Fixed app not showing the total format size when being in audio download type in the multiple downlod card
  • Fixed app not navigating to the download queue fragment to adjust the errored download? Couldnt reprod but reworked logic lmk
  • Fixed app still using original title for metadata even though the user changed it in the textfield
  • Slight fixes for artist parsing for ytm videos
  • Improved and simplified uploader parsing when quick downloading
  • Ignored the recode command when using avi container, because it doesnt support it
  • Prevented app selecting bad formats 233 and 234 when quick downloading
  • Fixed app not showing best quality and worst quality labels depending on the user language
  • Fixed app crashing when selecting formats of an instagram post with the same url
  • Added approx filesize in yt-dlp formats, somehow the app was not adding it lol
  • Added ability to remember text wrapping in download logs and terminal
  • if quick download enabled, added ability to show the download card while sharing the txt file on any download type
  • hide download size when enabling cutting because the size is unknown

Note

Some people are asking for the ability to not use cache while downloading in usb storage. This is an android limitation. Even though you might have all files access, android still doesnt consider usb storage as main storage and cant directly write to it. So i have to use caching and then transfer the file. If anyone is knowledgeable to pull this off, dm me on telegram and we can make it happen. :)

Also for people cutting really long videos and its slow. Its a yt-dlp / ffmpeg issue of how they handle that, so it can't be helped. I guess its best to just download it fully and cut it somewhere else.

I could've released this sooner but i have been busy :/

Autogenereated Changes

  • Translations update from Hosted Weblate by @weblate in https://github.com/deniscerri/ytdlnis/pull/536
  • Translations update from Hosted Weblate by @weblate in https://github.com/deniscerri/ytdlnis/pull/545
  • Translations update from Hosted Weblate by @weblate in https://github.com/deniscerri/ytdlnis/pull/546
  • Translations update from Hosted Weblate by @weblate in https://github.com/deniscerri/ytdlnis/pull/549

Full Changelog: https://github.com/deniscerri/ytdlnis/compare/v1.7.9...v1.7.9.1

Contributors

  • @zaednasr profile picture
  • @deniscerri profile picture
zaednasr and deniscerri

1.7.9

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

  • Translations update from Hosted Weblate by @weblate in https://github.com/deniscerri/ytdlnis/pull/513
  • Translations update from Hosted Weblate by @weblate in https://github.com/deniscerri/ytdlnis/pull/515
  • Translations update from Hosted Weblate by @weblate in https://github.com/deniscerri/ytdlnis/pull/520
  • docs: add Japanese README by @eltociear in https://github.com/deniscerri/ytdlnis/pull/521
  • Translations update from Hosted Weblate by @weblate in https://github.com/deniscerri/ytdlnis/pull/522
  • Translations update from Hosted Weblate by @weblate in https://github.com/deniscerri/ytdlnis/pull/525
  • Translations update from Hosted Weblate by @weblate in https://github.com/deniscerri/ytdlnis/pull/528
  • Translations update from Hosted Weblate by @weblate in https://github.com/deniscerri/ytdlnis/pull/531
  • Translations update from Hosted Weblate by @weblate in https://github.com/deniscerri/ytdlnis/pull/533

New Contributors

  • @eltociear made their first contribution in https://github.com/deniscerri/ytdlnis/pull/521

Full Changelog: https://github.com/deniscerri/ytdlnis/compare/v1.7.8...v1.7.9

Contributors

  • @zaednasr profile picture
  • @deniscerri profile picture
zaednasr and deniscerri

1.7.8

What's New

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

Incognito right in the download card

Now you can enable incognito on the go and prevent the download from creating a history record of it when its finished. If incognito mode is on, it will be enabled by default

Observe Sources Sync

Now you can enable sync in observe sources when the app will match every video with what it has downloaded so far. So that if you delete a record from the playlist, the app will do the same

Customizable Home Screen for Mobile

Now you can select which screens you can show in the bottom navigation. Home and More are essential so they cant be removed. Available screens: Home, Downloads, Queue, Terminal, More You can also select the label visibility of the bottom navigation

Active and Queued Combined

Instead of swiping to see the queued items, now they are in the same screen when queued are right below the active items

  • Prevented the user from spamming pause and resume making the app confused in such a short period of time
  • Re-implemented format importance sorting in the app, resembling the yt-dlp one
  • Added feature to keep screen on while the video plays in the cut player
  • Fixed app not adding a fallback to bestaudio when downloading audio formats using a format id
  • Made the app limiting titles to 180 characters instead of 120
  • Hid free space label in command mode if the app cant read the folder
  • Fixed app still using the cache folder when the app has all files access but the folder didn't exist
  • Added ability to swap format source from piped to yt-dlp if the item is a youtube video
  • Added a feature to choose if you want to restore the backup or erase everything from the app and start fresh with just the saved data
  • Moved some youtube-focused settings to their own category in the general settings
  • Other small things here and there

Autogenerated Changes

  • Translations update from Hosted Weblate by @weblate in https://github.com/deniscerri/ytdlnis/pull/495
  • Translations update from Hosted Weblate by @weblate in https://github.com/deniscerri/ytdlnis/pull/500
  • Update README-az.md by @Pamilg8 in https://github.com/deniscerri/ytdlnis/pull/505
  • Update README.md by @Pamilg8 in https://github.com/deniscerri/ytdlnis/pull/504
  • Translations update from Hosted Weblate by @weblate in https://github.com/deniscerri/ytdlnis/pull/502

New Contributors

  • @Pamilg8 made their first contribution in https://github.com/deniscerri/ytdlnis/pull/505

Full Changelog: https://github.com/deniscerri/ytdlnis/compare/v1.7.7...v1.7.8

Contributors

  • @zaednasr profile picture
  • @deniscerri profile picture
zaednasr and deniscerri

1.7.7

Shortest changelog ever

  • Fixed multiple download card issues. Processing them in the background was not a good idea for most users as it was confusing and users thought it wasnt doing anything. It led to duplicate downloads Usually playlist downloads dont really have 4000 items in them so background. If you have one, just enable quick download and consider the whole playlist as a single item. :)

  • Some users had issues with the display over apps perm. Since that perm ended up not doing anything to the revanced issue, i removed it

  • Fixed the app crashing when you put an index bigger than the number of items in the select playlist items sheet

Had to push this out since multiple download card was almost broken

Autogenerated Changes

  • Translations update from Hosted Weblate by @weblate in https://github.com/deniscerri/ytdlnis/pull/493

Full Changelog: https://github.com/deniscerri/ytdlnis/compare/v1.7.6...v1.7.7

Contributors

  • @zaednasr profile picture
  • @deniscerri profile picture
zaednasr and deniscerri

1.7.6

What's New

  • Made finished notification icon color to red
  • Added download path in the history item details sheet
  • Fixed Download On Schedule feature. Switched back to AlarmManager as its more accurate than WorkManager
  • Removed move to top and to bottom in the scheduled tab. Code cleanup
  • Fixed a huge issue when you press cancel to the quick download item before the data isn't fully fetched, it would go back to being queued after the data fetching is finally done
  • moved force keyframes at cuts in the general category in processing settings
  • showed the number when you select all items in the context menu bar
  • fixed app going always to the search bar when you return to home if you launched the search shortcut from the app menu
  • Fixed app not hiding update formats button after updating formats
  • Fixed app not passing ba/b in format logic when using generic best audio format
  • Fixed meta track parse metadata
  • Fixed app not cancelling downloads in some cases
  • Fixed huge issue when using multiple download card and it wouldnt keep user defined changes
  • Fixed app not removing download notification when cancelling download
  • Fixed some errors in arabic interface when selecting playlist items
  • Limited characters in cut interface textboxes to just numbers colons and periods
  • When user had a defined preferred format id and the user selects a generic 'best' format the app just accounted that format id and didnt consider the preferred video resolution as a fallback
  • Fixed when trying to schedule a video download and setting it to download as audio as well, the audio is put in queued and not in scheduled
  • Fixed app crashing when trying to tap adjust download in the errored notification, in case the user removed the download beforehand
  • Added ability to modify the download item in the queue. But to prevent the app from starting the download prematurely, it is moved to the saved category and after you hit ok it will be requeued. If you cancel the edit card, the item will stay in saved
  • Fixed app reseting user defined changes in the download card like the download path when it finally updates data
  • Fixed app crashing when trying to open a download that has no duration in it. Now its disabled
  • Previously the app would change the state of downloads to Paused, whether it is activepaused or queuedpaused. Since the app now simply pauses all downloads, there is no need to do such transformations especially when you could have many items in the queue. Now simply the app cancels the ytdlp instances and the download worker and stores a state whether the downloads are paused or not
  • Fixed album playlist track not being saved #482
  • Fixed retries and fragment retries settings not applying
  • Fixed container in RTL not showing correctly in video tab in the download card
  • Fixed bad spacing in RTL for search engines
  • Fixed app crashing when you multiple select cancelled downloads for redownload
  • Removed the ability of the app to rename extractors in the history tab. Now they are raw from yt-dlp
  • Changelog was too slow and buggy, so now its on a recyclerview ultra fast
  • Fixed the case when you pasted multiple links in the home section and only one item would be registered
  • Fixed observe sources not downloading new uploads when checked as such
  • On select playlist items the end textbox was not purely numeric. fixed
  • Fixed sub format conversion not applying when embedding subtitles
  • added scheduled as a backup category in teh settings
  • added ability to show cookie details
  • fixed app crash in some cases when u copied multiple url and tapped the FAB in home screen
  • removed excessive file permissions for API 30 and above

Format aspect importance

Now in the settings you can order around which element based on your preferences like codec, container, quality, preferred format id should be prioritised when the app automatically chooses a format for you. The app uses a weigh system to sort formats based on preference.

  • fixed app crashing when swipe to delete a scheduled item
  • fixed app not modifying time in a scheduled item
  • added network constraint for observe sources worker
  • added reconfigure button in errored notification
  • fixed app not hiding the "Link you copied" after clicking on it
  • fixed app crashing when trying to toast in the end (#469)
  • added alternate urls for instagram,facebook,and reddit as supported sites
  • fixed app not escaping double quotes in filenames
  • fixed container text alignment for arabic interface
  • rearranged video quality order in descending order in the settings

Background processing of items for download

Someone tested to download a 4000 long playlist in the app. First of all it couldnt even load them in the multiple download card. In those extreme cases the usual recommendation was to just turn quick download on, and consider the whole playlist as a single item and download.

But still, if a madman wants the ability to modify the list, now the app can handle it and will show the download card. Since it will take a while until all items all processed and converted into download items, a progress bar is added. Still you are able to hit download and schedule button early and let the app continue on its own by using the default configurations of the download items. So its fast like quick download but still separates all items into separate downloads.

  • fixed app using -a "" on observe sources command type downloads
  • added milliseconds when trying to cut a download
  • added ability to set the folder location of your download archive path. The file has to be named as download_archive.txt
  • added feature to number each chapter when using split by chapters
  • slight changes to downloads already exist dialog
  • fixed app not considering m.youtube links
  • other small fixes

Autogenerated Changes

  • Translations update from Hosted Weblate by @weblate in https://github.com/deniscerri/ytdlnis/pull/463
  • Translations update from Hosted Weblate by @weblate in https://github.com/deniscerri/ytdlnis/pull/470
  • Translations update from Hosted Weblate by @weblate in https://github.com/deniscerri/ytdlnis/pull/472
  • Translations update from Hosted Weblate by @weblate in https://github.com/deniscerri/ytdlnis/pull/475
  • Translations update from Hosted Weblate by @weblate in https://github.com/deniscerri/ytdlnis/pull/478
  • Translations update from Hosted Weblate by @weblate in https://github.com/deniscerri/ytdlnis/pull/483
  • Translations update from Hosted Weblate by @weblate in https://github.com/deniscerri/ytdlnis/pull/484
  • Translations update from Hosted Weblate by @weblate in https://github.com/deniscerri/ytdlnis/pull/485
  • Translations update from Hosted Weblate by @weblate in https://github.com/deniscerri/ytdlnis/pull/487
  • Translations update from Hosted Weblate by @weblate in https://github.com/deniscerri/ytdlnis/pull/491

Full Changelog: https://github.com/deniscerri/ytdlnis/compare/v1.7.5...v1.7.6

Contributors

  • @zaednasr profile picture
  • @deniscerri profile picture
zaednasr and deniscerri

1.7.6.1-beta

This is a beta release. Perhaps the next one will be stable

What's New

  • Fixed app not hiding update formats button after updating formats
  • Fixed app not passing ba/b in format logic when using generic best audio format
  • Fixed meta track parse metadata
  • Fixed app not cancelling downloads in some cases
  • Fixed huge issue when using multiple download card and it wouldnt keep user defined changes
  • Fixed app not removing download notification when cancelling download
  • Fixed some errors in arabic interface when selecting playlist items
  • Limited characters in cut interface textboxes to just numbers colons and periods
  • When user had a defined preferred format id and the user selects a generic 'best' format the app just accounted that format id and didnt consider the preferred video resolution as a fallback
  • Fixed when trying to schedule a video download and setting it to download as audio as well, the audio is put in queued and not in scheduled
  • Fixed app crashing when trying to tap adjust download in the errored notification, in case the user removed the download beforehand
  • Added ability to modify the download item in the queue. But to prevent the app from starting the download prematurely, it is moved to the saved category and after you hit ok it will be requeued. If you cancel the edit card, the item will stay in saved
  • Fixed app reseting user defined changes in the download card like the download path when it finally updates data
  • Fixed app crashing when trying to open a download that has no duration in it. Now its disabled
  • Previously the app would change the state of downloads to Paused, whether it is activepaused or queuedpaused. Since the app now simply pauses all downloads, there is no need to do such transformations especially when you could have many items in the queue. Now simply the app cancels the ytdlp instances and the download worker and stores a state whether the downloads are paused or not
  • Fixed album playlist track not being saved #482

Autogenerated changes

  • Translations update from Hosted Weblate by @weblate in https://github.com/deniscerri/ytdlnis/pull/478
  • Translations update from Hosted Weblate by @weblate in https://github.com/deniscerri/ytdlnis/pull/483

Full Changelog: https://github.com/deniscerri/ytdlnis/compare/v1.7.6.0-beta...v1.7.6.1-beta

Contributors

  • @zaednasr profile picture
  • @deniscerri profile picture
zaednasr and deniscerri

1.7.6.0-beta

This is a beta release. A new release was overdue and some new features are not properly tested yet

What's New

  • Made finished notification icon color to red
  • Added download path in the history item details sheet
  • Fixed Download On Schedule feature. Switched back to AlarmManager as its more accurate than WorkManager
  • Removed move to top and to bottom in the scheduled tab. Code cleanup
  • Fixed a huge issue when you press cancel to the quick download item before the data isn't fully fetched, it would go back to being queued after the data fetching is finally done
  • moved force keyframes at cuts in the general category in processing settings
  • showed the number when you select all items in the context menu bar
  • fixed app going always to the search bar when you return to home if you launched the search shortcut from the app menu

Format aspect importance

Now in the settings you can order around which element based on your preferences like codec, container, quality, preferred format id should be prioritised when the app automatically chooses a format for you. The app uses a weigh system to sort formats based on preference.

  • fixed app crashing when swipe to delete a scheduled item
  • fixed app not modifying time in a scheduled item
  • added network constraint for observe sources worker
  • added reconfigure button in errored notification
  • fixed app not hiding the "Link you copied" after clicking on it
  • fixed app crashing when trying to toast in the end (#469)
  • added alternate urls for instagram,facebook,and reddit as supported sites
  • fixed app not escaping double quotes in filenames
  • fixed container text alignment for arabic interface
  • rearranged video quality order in descending order in the settings

Background processing of items for download

Someone tested to download a 4000 long playlist in the app. First of all it couldnt even load them in the multiple download card. In those extreme cases the usual recommendation was to just turn quick download on, and consider the whole playlist as a single item and download.

But still, if a madman wants the ability to modify the list, now the app can handle it and will show the download card. Since it will take a while until all items all processed and converted into download items, a progress bar is added. Still you are able to hit download and schedule button early and let the app continue on its own by using the default configurations of the download items. So its fast like quick download but still separates all items into separate downloads.

  • fixed app using -a "" on observe sources command type downloads
  • added milliseconds when trying to cut a download
  • added ability to set the folder location of your download archive path. The file has to be named as download_archive.txt
  • added feature to number each chapter when using split by chapters
  • slight changes to downloads already exist dialog
  • fixed app not considering m.youtube links
  • other small fixes

Autogenerated Changes

  • Translations update from Hosted Weblate by @weblate in https://github.com/deniscerri/ytdlnis/pull/463
  • Translations update from Hosted Weblate by @weblate in https://github.com/deniscerri/ytdlnis/pull/470
  • Translations update from Hosted Weblate by @weblate in https://github.com/deniscerri/ytdlnis/pull/472
  • Translations update from Hosted Weblate by @weblate in https://github.com/deniscerri/ytdlnis/pull/475

Full Changelog: https://github.com/deniscerri/ytdlnis/compare/v1.7.5...v1.7.6.0-beta

Contributors

  • @zaednasr profile picture
  • @deniscerri profile picture
zaednasr and deniscerri

1.7.5

What's New

  • Added AVI / FLV / MOV video container options
  • Fixed app not showing the current download's command if it was a command type download when coming from multiple download sheet
  • Added release year from description as metadata for audio downloads
  • Set progress bar as interterminate when it reached 100% so people wont think it froze (its ffmpeg working, and it doesnt have a progress callback)
  • Fix app crashing when trying to toggle on Show Terminal in share sheet
  • Fix app crashing when going on landscape when you open the format list
  • Fixed app not disabling the keep fragments toggle if you toggled the dont download as fragments
  • Fixed app not fetching format list when some formats had None as a filesize
  • Fixed app only showing the download type icon in the finished notification only when you expanded it. Now its a popping orange
  • Showed navigation bar color when opening the download card
  • Showed stylized codec name for generic audio formats
  • Fixed app crashing when going on landscape when you open the multiple download card
  • Fixed app crashing when you tapped the home button twice on foldable mode
  • Fixed observe sources spamming and running every second
  • Swapped around some icons
  • Added new Language BULGARIAN
  • Showed the download path in the finished notification
  • Fixed calculating the next time observe sources should run
  • Added a scheduled section in the download queue so that they dont stay in the same spot with queued items that are expected to run soon. You can see their ETA there for each item

Duplicate checking

For a while the app had its own duplicate checking system when it checked the whole configuration with current history items or active downloads. Since this system was too precise and even a slight change in options will consider it a new download and not an exact replica and most people were confused why the app allowed them to still download So i created 3 methods of duplicate checking

  • download archive -> uses the .txt file of yt-dlp to check if any url has been downloaded before or not
  • url and type -> checks download history and running downloads to check if any item with the same url and type was downloaded
  • full config -> the good ol method

  • Removed paused button for each active download item. It didnt make sense. If you paused one item, the other items will continue to run anyway so what was the point. Instead i added a floating action button to pause and resume the whole queue
  • Removed the cookie toggle throbbing every time you entered the page
  • Slight changes to album_arist metadata parsing
  • Fixed app downloading music file instead when using M4A music format
  • Fixed app showing the grey deleted filter on present items

Reordering download queue items

Now you can toggle the drag and drop mode in the queued tab to reorder your items with ease. Also you can now move multiple items to the top and to the bottom of the queue. or a single item


  • removed the plus icon in the piped instance dialog.
  • combined the thumbnail cropper and resizer commands in audio downloads
  • fixed app not removing audio on some pre-merged formats like in tiktok or instagram
  • removed the -f bv[height<=...] and instead moved to -S res:... due to some problems when trying to quick download an item
  • fix terminal sometimes not showing the finishing line of output or error
  • added colors to app shortcut icons
  • other small fixes i forgor

Autogenerated Changes

  • Translations update from Hosted Weblate by @weblate in https://github.com/deniscerri/ytdlnis/pull/448
  • Translations update from Hosted Weblate by @weblate in https://github.com/deniscerri/ytdlnis/pull/450
  • Translations update from Hosted Weblate by @weblate in https://github.com/deniscerri/ytdlnis/pull/452
  • Translations update from Hosted Weblate by @weblate in https://github.com/deniscerri/ytdlnis/pull/458
  • Translations update from Hosted Weblate by @weblate in https://github.com/deniscerri/ytdlnis/pull/460

Full Changelog: https://github.com/deniscerri/ytdlnis/compare/v1.7.4...v1.7.5

Contributors

  • @zaednasr profile picture
  • @deniscerri profile picture
zaednasr and deniscerri

1.7.4

What's New

  • Added select between two items in home screen
  • Fixed select between in cancelled screen not working
  • Fixed app crashing when you selected a generic format for multiple items at once
  • Fixed graphical glitch on RTL screens when the navigation bar showed up in landscape when moving tabs in download queue
  • Moved the cache location to the data folder so its accessible to everyone. If for some reason the app cant read that folder, it will use the old cache location
  • Fixed app not converting thumbnail to png even if set so
  • Slightly changed the thumbnail cropping command since the png thumbnail commands got added
  • Fixed app sometimes not closing the share activity when you dismiss the multiple download card
  • Fixed app not enabling sub languages chip when you only selected save auto subtitles
  • Added the title of the finished notification to the bottom if you want to see the full one
  • Added a toggle in the settings to disable downloading the file as a fragment
  • Slightly changed the counter badge offset in the download queue
  • Fixed app not checking save auto subtitles when you get back to it
  • Added indeterminate progress bar for running downloads notification if its in the beginning
  • Reverted cookies functionality since it was broken for people. It will always sign you out when you generate the cookie
  • Added big icon to the finished download notification showing the download type
  • Added a new permission to make the app be always on top. This slightly helps with the revanced pip issue. The download hook button sometimes sends you to pip but through the share menu its fixed. Not sure how to resolve this. will look further. If anyone has a solution, let me know
  • Fixed app downloading the original language of a video even though you chose another language. This was a bug with piped formats format id parsing
  • Fixed app not cancelling updating data of an item in the download card
  • Added a preference to prefer smaller sized formats
  • Added ability to choose another audio format in the video tab but not reset the video format
  • Sometimes the preferred resolution is not available, and the video defaulted to the maximum resolution when it should select the next higher quality.
  • Now formats that already have audio formats in them show the audio chip in the format list
  • Added an internal crash listener for the app. If the app crashes, it creates a crash log for you with the error stacktrace
  • Added ability to have saved filename templates. You can add them straight from the filename template dialog. They will also show up at the top of the list
  • fixed app sometimes not selecting preferred format based on format id even if it exists
  • fixed app not matching preferred vp9 codec formats
  • Fixed huge bug of app sometimes showing the title of the previous video in the home screen
  • Added select between two items in history screen
  • Added select between two items in command templates screen
  • Added select between two items when choosing playlist items
  • Fixed app sometimes not downloading suggested chapters from the cut screen
  • Added "EVERY HOUR" in the observe sources screen
  • Added parse metadata commands for audio type to fetch the release year if the description has it
  • Removed alarm manager and instead relied in workmanager for scheduled downloads due to android 14 restrictions

Added supported web addresses to the app

  • you can make this app be the default launcher for some website links currently the sites supported are the major yt-dlp extractors: twitter pinterest tiktok soundcloud vk youtube twitch instagram facebook reddit bilibili rutube

Added shortcuts when long pressing the app icon

I added 4 actions Search Downloads Download Queue New Command Template

Observe sources table had some changes and it was recreated

If you have any observe sources running, try recreating them manually. Backup and restore wont work as the structure is different

What's Changed

  • Translations update from Hosted Weblate by @weblate in https://github.com/deniscerri/ytdlnis/pull/420
  • Translations update from Hosted Weblate by @weblate in https://github.com/deniscerri/ytdlnis/pull/425
  • Translations update from Hosted Weblate by @weblate in https://github.com/deniscerri/ytdlnis/pull/426
  • Translations update from Hosted Weblate by @weblate in https://github.com/deniscerri/ytdlnis/pull/430
  • Translations update from Hosted Weblate by @weblate in https://github.com/deniscerri/ytdlnis/pull/435
  • Translations update from Hosted Weblate by @weblate in https://github.com/deniscerri/ytdlnis/pull/436
  • Translations update from Hosted Weblate by @weblate in https://github.com/deniscerri/ytdlnis/pull/438
  • Translations update from Hosted Weblate by @weblate in https://github.com/deniscerri/ytdlnis/pull/439
  • Translations update from Hosted Weblate by @weblate in https://github.com/deniscerri/ytdlnis/pull/443

Full Changelog: https://github.com/deniscerri/ytdlnis/compare/v1.7.3.1...v1.7.4

Contributors

  • @zaednasr profile picture
  • @deniscerri profile picture
zaednasr and deniscerri

1.7.3.1

What's New

  • Added ability to select all items between two selected items in download queue
  • Fixed app only getting one URL when tapping "Link you copied" in search view even if you copied multiple links
  • Fixed app crashing on playlist selector when sharing a playlist. Forgor to configure it with the new changes
  • Fixed app not removing errored, cancelled, saved downloads after you queued them for re-download
  • Added option to copy URLs of selected downloads in the download queue screen
  • Made app show all finished and errored notifications, instead of the latest one
  • Kinda fixed the app not giving you the correct path when sharing a file from the notification
  • Fixed app crashing when loading soundcloud results. They had stupidly large thumbnails, they are resized now
  • Added option to reset the recorded links in observe resources when you are trying to update it. From now on they wont get reset like before
  • Fixed major bug of app adding extra quotes in the yt-dlp config, making it fail on titles with quotes in them

Had to push this soon because of mostly the last error

What's Changed

  • Translations update from Hosted Weblate by @weblate in https://github.com/deniscerri/ytdlnis/pull/414
  • Translations update from Hosted Weblate by @weblate in https://github.com/deniscerri/ytdlnis/pull/415

Full Changelog: https://github.com/deniscerri/ytdlnis/compare/v1.7.3...v1.7.3.1

Contributors

  • @zaednasr profile picture
  • @deniscerri profile picture
zaednasr and deniscerri

1.7.3

What's New

  • Added names to subtitle codes in the subtitle selector dialog
  • To prevent filename templates the app automatically adds .170B in the title tag and .30B in the uploader tag if they are written as the default template, otherwise they wont be tampered with
  • Fixed app taking a bit before scheduling a download when it was quick downloaded
  • Fixed app not updating the item data after being scheduled
  • Fixed new cookie items having the previous' cookie data in them
  • Fixed app not updating playlist data thumbnail while downloading
  • Added a note in the auto-updater that the apks come from the github repo
  • Added an option to disable swipe gestures in the download card between audio,video,command
  • While the app is updating data inside the download card and the user taps the cut button, instead of asking the user to update now it knows its updating and just tells him to wait a bit
  • When clearing results in the home screen, the running query job is cancelled
  • When creating a new cookie, hid the copy cookie button (duh!)
  • Replaced some icons around the app
  • Now if you have copied multiple links back to back the app will know that and will populate the links in the search view. You can then remove or add more and then hit search
  • Added a feature to show the item count for each tab in the download queue screen
  • Added a feature to also download the current video item as audio. Just so you know, whatever changes you made in the audio tab will be used for this audio download
  • When fetching playlist data, check if there are duplicate records in it
  • Made the video and audio titles more noticeable in the format selection card
  • Fixed app not updating formats while being in incognito mode in the multiple download card
  • Added content description for many buttons in the app to help people with accessibility problems or people who use TalkBack
  • Added a feature to only check for future videos in observe sources

Autogenerated Changes

  • Translations update from Hosted Weblate by @weblate in https://github.com/deniscerri/ytdlnis/pull/391
  • Translations update from Hosted Weblate by @weblate in https://github.com/deniscerri/ytdlnis/pull/395
  • Translations update from Hosted Weblate by @weblate in https://github.com/deniscerri/ytdlnis/pull/399
  • Translations update from Hosted Weblate by @weblate in https://github.com/deniscerri/ytdlnis/pull/402
  • Translations update from Hosted Weblate by @weblate in https://github.com/deniscerri/ytdlnis/pull/408
  • Translations update from Hosted Weblate by @weblate in https://github.com/deniscerri/ytdlnis/pull/410
  • Translations update from Hosted Weblate by @weblate in https://github.com/deniscerri/ytdlnis/pull/411

Full Changelog: https://github.com/deniscerri/ytdlnis/compare/v1.7.2...v1.7.3

Contributors

  • @zaednasr profile picture
  • @deniscerri profile picture
zaednasr and deniscerri

1.7.2

What's New

  • Increased the height of the history card a slight bit
  • Fixed app not using the -S format sorter in normal GUI downloads
  • Added the multiple download card as an option to disable the swipe gestures
  • Added a recyclerview to the search results because they were buggy before and would not show sometimes
  • Added a new history item card design in cases if you quick-downloaded a playlist or if you made multiple cuts of a file. Instead of being separate, they are bundled and you can share them all at once and if you want to open the file a new dialog will show telling you to choose which one. If any of them is deleted, they are greyed out
  • Fixed the shortcuts behaviour by allowing duplicate shortcuts to be added to textbox and to not check

Format Filtering

App can now let you filter between 4 categories. All, self explanatory. Suggested, a combination of multiple preferences you have set in the app like your preferred codec, container and format id, quality and resolution. Smallest, it will select for each format the smallest size. Generic, the generic formats you see on the app while an item hasn't updated to real formats yet, in case you want to use those for some reason.

...

  • Added clipboard button right in the home screen for quick access to the url you copied instead of going to the searchview. That item is also available there aswell.
  • Added an animation of it shrinking when it pops up
  • Added ability to show the URL in a history item if the download produced no title for it
  • Same idea with the download notification if you hit download too fast and the data fetching process hadn't finished yet.
  • Added zoom-in zoom-out slider for logs and terminal screens. It can remember your zoom choice for both
  • Added more options of data fetching for titles and authors, like track, alt_title to avoid the default youtube naming scheme when available. Useful for audio downloads
  • Since some people are confused. In the download card each tab item is independent and they each create a distinct download item and when you press download the app picks from the tab you are currently. If you want to select the audio format in the video tab you can just open the format list and scroll to the bottom for the audio formats. You can select multiple if you want and then press ok. But since some people thought that selecting the audio in audio tab would apply to the video tab, i added the ability to synchronise that format automatically in case people dont know about this lol
  • Added the snackbar notification when there are no current command templates when trying to edit an existing download item
  • Fixed that snackbar to fill the full text
  • Fixed app crashing when trying to change the directory of multiple items in the multiple download card
  • Fixed cases where the app downloaded a playlist but items had mismatching titles. This was due to playlist index being different from piped API to yt-dlp. Added filtering by ID instead which is fool-proof

Introducing Observe Sources

A long awaited feature that was planned for a long time, but always pushed back by other features. You can now set a playlist to be observed by the app over and over based on a time period. The download configuration is the exact same as if you would do a normal download. You can select types of audio video and command etc etc. You can set it to run every day, every week, every month. or every 2 days and so on. You can set the time the app should try to check for new entries to download. You can set the time the app will start this observation process, in case you dont want it to start now. You can set the case where the app should stop running it. Like after 10 runs, or after it reaches a certain date. The item can store which url's it had registered and passed over to the download process, so it can skip them on the next run. But you can set it to check the app's internal download history in case those files are still present. If not, the app will try to re-download them again. You can make as much as you want :), but since its running on Alarm Manager its waking up the phone to run the task so be wary of battery usage if you have way too many of them.

...

  • added pop-up animations for all lists on the app
  • added ability to copy cookie content for a single cookie instead of just all of em
  • added a chip filter on the history fragment to hide the deleted records
  • added force ipv4 feature
  • added bitrate format information for formats long press details card
  • made the quick scroll handle rounder
  • fixed app still trying to fetch data even though the user cancelled it
  • added the ability to show the multiple download card in cancelled/errored/saved downloads when trying to redownload them. If the card is disabled in settings it will act like previous, instant downlaod
  • added ability to copy urls for each download tab items
  • added a chip option in the video tab to download automatic subtitles. its also an app setting
  • fixed a strange bug when the app would consider some video formats as audio formats
  • ellipsised the audio format id in the format section in the download card in case it was stupidly long, (facebook...)
  • fixed the app checking for duplicate downloads if you are trying to query multiple downloads, it will show a bottom sheet of all duplicate items
  • added ability to use the download archive of yt-dlp instead of using the app's method of duplicate checking. archive checks only the video id but the app checks the whole command config. up to you
  • Other small bug fixes

The history item has been updated in this version so old backups will not work. Please make a backup of your stuff in the settings before updating. In case this update fails, notify people in telegram and revert back to the past version and use your backup and also give us the backup to reproduce the error if it happens. Happy Downloading :)

Autogenerated Changes

  • Translations update from Hosted Weblate by @weblate in https://github.com/deniscerri/ytdlnis/pull/368
  • Translations update from Hosted Weblate by @weblate in https://github.com/deniscerri/ytdlnis/pull/371
  • Translations update from Hosted Weblate by @weblate in https://github.com/deniscerri/ytdlnis/pull/375
  • Create README-es.md by @CesarChris710 in https://github.com/deniscerri/ytdlnis/pull/383
  • Translations update from Hosted Weblate by @weblate in https://github.com/deniscerri/ytdlnis/pull/376
  • Translations update from Hosted Weblate by @weblate in https://github.com/deniscerri/ytdlnis/pull/385
  • Translations update from Hosted Weblate by @weblate in https://github.com/deniscerri/ytdlnis/pull/388
  • Translations update from Hosted Weblate by @weblate in https://github.com/deniscerri/ytdlnis/pull/389

New Contributors

  • @CesarChris710 made their first contribution in https://github.com/deniscerri/ytdlnis/pull/383

Full Changelog: https://github.com/deniscerri/ytdlnis/compare/v1.7.1...v1.7.2

Contributors

  • @zaednasr profile picture
  • @deniscerri profile picture
zaednasr and deniscerri

1.7.1

What's New

  • added ability to notify user when all the queries are finished processing. Helpful when you push a large txt file with links and dont want to stay in the app. Just dont kill the app, leave it in the background
  • fixes in autonumber template for cut files. removed extra spacing
  • added ability to update the card if the cut button is disabled due to missing data
  • fixed generic format string for worst audio and worst video
  • removed output-na-placeholder
  • added a scrollbar to the cut bottom sheet in cases where you could make an absurd number of cuts
  • removed suggested chips that the user had already chosen to avoid duplication
  • fixed app crashing if it failed to update yt-dlp in startup
  • fixed app crashing if it failed updating formats in the download card. it will now show a dialog of the error
  • fixed changelog being too slow after clicking it
  • made the details card fullscreen if you are in landscape
  • allowed the user to create a command template on the spot if their command tab is disabled in the download card and send you right to it after creation
  • other small fixes

I know, i know its a small update. Just wanted to push it for the app crashing on startup mostly

Autogenerated Changes

  • Translations update from Hosted Weblate by @weblate in https://github.com/deniscerri/ytdlnis/pull/363
  • Translations update from Hosted Weblate by @weblate in https://github.com/deniscerri/ytdlnis/pull/364
  • Translations update from Hosted Weblate by @weblate in https://github.com/deniscerri/ytdlnis/pull/366

Full Changelog: https://github.com/deniscerri/ytdlnis/compare/v1.7.0...v1.7.1

Contributors

  • @zaednasr profile picture
  • @deniscerri profile picture
zaednasr and deniscerri

1.7.0

What's New

  • fixed error notification not being dismissed and having a progress bar
  • fixed editing filename template not using multiple copies of the same tag and writing at the cursor
  • fixed appending search items in the search view not working for links
  • fixed terminal removing any instance of yt-dlp in the command instead of just the beginning
  • added ability to long press an item in the format details sheet to see the full string, and copy it/strings
  • ellipsised really long titles and authors in history/download details bottom sheet
  • now u can see all available piped instances in the piped instance dialog for you to choose
  • removed really long format command and replaced them with -S format sorting
  • fixed app not hiding adjust templates if user unchecked it
  • added ability to show the command that was used in a history item, u can also see that in a queued,cancelled ... download
  • Implemented preferred Audio Language. App will automatically choose an audio with your preference if it can find it, both in the download card also if you quick downloaded it
  • added subtitle language codes suggestions in the settings page
  • made the extractor chips in history page Sentence case
  • added a changelog screen where you can see recent releases and you can download the apks from it too
  • prevented app from crashing when trying to backup from a corrupted backup
  • added uploader_id as fallback for author data fetching in yt-dlp in case others are empty
  • fixed null pointer exception when running the update multiple items formats worker
  • added the seconds where the cut starts on downloads with cuts in them
  • made autonumbers be normal numbers instead of being 5 digits
  • fixed filename templates in cut files and added the index in the beginning and fixed bugs if the users left the template as empty
  • added 240p as a generic format

Intent integration with the app

You can use intents or apps like tasker or macrodroid to run commands to the app to run a download without user interaction Accepted variables:

  • TYPE -> it can be: audio,video,command
  • BACKGROUND -> whether the app downloads on its own and wont show the download card if you have it on
  • COMMAND -> if your preferred type is audio/video or you set the TYPE variable as so, this will be appended to your Extra Commands string. If the type is command, the whole command will be used for the download

The intent that needs to be created is of android.intent.action.SEND and the intent text should be the url that you need to download.

Autogenerated Changes

  • Translations update from Hosted Weblate by @weblate in https://github.com/deniscerri/ytdlnis/pull/338
  • Translations update from Hosted Weblate by @weblate in https://github.com/deniscerri/ytdlnis/pull/346
  • Translations update from Hosted Weblate by @weblate in https://github.com/deniscerri/ytdlnis/pull/348
  • Translations update from Hosted Weblate by @weblate in https://github.com/deniscerri/ytdlnis/pull/354
  • Translations update from Hosted Weblate by @weblate in https://github.com/deniscerri/ytdlnis/pull/357

Full Changelog: https://github.com/deniscerri/ytdlnis/compare/v1.6.9...v1.7.0

Contributors

  • @zaednasr profile picture
  • @deniscerri profile picture
zaednasr and deniscerri

1.6.9

What's New

  • Errored downloads sometimes had no title if it was quick downloaded. showed url instead
  • Fixed logs not being highlightable
  • Fixed app crashing when moving to landscape when having download card on
  • same thing for the details card
  • Fixed app crashing if you pressed download before data is loaded
  • Fixed app going to main activity when using rvx
  • Fixed errored downloads log button crashing the app
  • added hungarian
  • added serbian
  • added ability to enable/disable swipe gestures on any screen
  • added ability to choose whether extra command applies to audio video or both
  • hide search providers if the user has typed out an url in the searchview
  • fixed log removing some lines
  • added MASTER channel in yt-dlp updates
  • made errored downloads as a separate notification channel
  • fix notification language conflict for portugal brasil in worker notification
  • kept state of download card when going in landscape, even while updating data
  • add crop thumbnail to adjust audio preferences
  • fix command templates creation card showing extra command checkboxes even though extra command is disabled
  • fix preferred audio codec disrupting preferred audio id
  • made command tab sync title and author changes in the download item
  • fixed app duplicating --download-sections when spamming the extra commands page
  • added BUFFER SIZE as a preference in download settings
  • fixed prx series search engine not working

Autogenerated Changes

  • Translations update from Hosted Weblate by @weblate in https://github.com/deniscerri/ytdlnis/pull/316
  • Translations update from Hosted Weblate by @weblate in https://github.com/deniscerri/ytdlnis/pull/320
  • Translations update from Hosted Weblate by @weblate in https://github.com/deniscerri/ytdlnis/pull/329
  • Translations update from Hosted Weblate by @weblate in https://github.com/deniscerri/ytdlnis/pull/331
  • Translations update from Hosted Weblate by @weblate in https://github.com/deniscerri/ytdlnis/pull/332
  • Translations update from Hosted Weblate by @weblate in https://github.com/deniscerri/ytdlnis/pull/333
  • Translations update from Hosted Weblate by @weblate in https://github.com/deniscerri/ytdlnis/pull/334
  • Translations update from Hosted Weblate by @weblate in https://github.com/deniscerri/ytdlnis/pull/335
  • Translations update from Hosted Weblate by @weblate in https://github.com/deniscerri/ytdlnis/pull/336

Full Changelog: https://github.com/deniscerri/ytdlnis/compare/v1.6.8...v1.6.9

Contributors

  • @zaednasr profile picture
  • @deniscerri profile picture
zaednasr and deniscerri

1.6.8

What's New

Notable Change

  • Made app always show the quick download card and asynchoronously load data while you are in it. Quick Download now if its on, it wont load data at all inside the card. This is useful in case people dont want to wait for redundant data when they end up quickly downloading anyway. You can cancel the update process by tapping the card title. If you have automatic format updating enabled, the formats will also be updated while you are in the card with shimmer effects. After data loads it will automatically fill in the data and in case you have edited out the title or author it will suggest you to update the fields on the side instead of replacing them. In case if the data was a playlist all along the card will dismiss and show you the playlist selector. Happy downloading :)

Other stuff:

  • removed trim filenames from command type downloads
  • fixed app not showing formats when it has generic formats
  • fixed author getting written as NA for kick videos
  • added separate channel for the worker notification that users can turn off
  • include search history when searching
  • removed scroll bug from command tab
  • added spacing between command template title and ok button in selection card
  • made download progress not dublicate in terminal
  • made ability to store terminal state
  • added ability to create multiple terminal instances and show them as a list similar to download queue
  • fixed thumbnail download not working
  • fixed app crashing when clicking on format updated notification
  • fixed app crashing when double clicking format on multiple download card
  • added custom sponsorblock api preference
  • removed contextual app bar when you its enabled and the user taps the log button in the erorred tab
  • added shimmer when loading data in the download card
  • fixed app showing no formats if there were no common formats. Now it will give you generic formats
  • made open command template list be half the screen, shortcuts third of the screen so the user can see what its being added
  • fixed sometimes app slipping queued downloads even though its told to pause all
  • fixed trim filenames cutting files too short
  • made mediastore scanning of files one by one
  • fixed filename template not working in multiple download card
  • fixed -F in terminal not being inline
  • added preferred audio codec
  • made auto update on boot if there are no active downloads
  • fixed format text overlapping
  • added a new error dialog in cases yt-dlp data fetching in the home screen fails. You can copy the log
  • formats auto updating as soon as the download card opens if auto-update is on
  • added preferred audio format always in the video tab
  • made app post downloads for queue in chunks
  • made app always save logs in case it fails, and if succeeds and logs are off it deletes it
  • fixed app navigating to home screen when cancelling download card in history screen
  • added a button to skip incoming app update so it wont bother you anymore
  • fixed settings not restoring some fields when coming from a backup
  • fixed crunchyroll not working with cookies
  • added search for command templates
  • added sort filtering for command templates
  • added all shortcuts inside filename template creation dialog. Long click them to see the explanation
  • added preference to hide elements from the download card
  • made avc1 and m4a as preferred codecs for noobs
  • u can edit the duplicated download item right from the error dialog or access the history item to view the file
  • added extractor args lang when searching in yt-dlp
  • removed webarchive search engine since its not supported anymore
  • fixed terminal prematurely closing
  • made format auto-update on by default for new users
  • fixed main activity getting removed from recents when using the app with rvx
  • added ability to have the last used command template for the next download
  • fixed app crashing in landscape logs
  • fixed app constantly going back to home in landscape or config change. now it keeps state
  • add subtitle language suggestions in the subtitle dialog
  • made command template scroll state hold even if fragment is destroyed
  • added slovak sk language
  • fixed terminal icon being blank in white mode, and now its red
  • fixed share files from notification showing 2 files even though its 1
  • fixed history item not being deleted from the bottom sheet
  • cleared outdated player urls for stale result items
  • added export cookies as file
  • added export command templates for selected templates
  • added icons for history details sheet chips
  • added markdown in the update dialog
  • and other random bug fixes

Autogenerated Changes

  • Translations update from Hosted Weblate by @weblate in https://github.com/deniscerri/ytdlnis/pull/283
  • Create README-id.MD (Indonesian README) by @teddysulaimanGL in https://github.com/deniscerri/ytdlnis/pull/291
  • Translations update from Hosted Weblate by @weblate in https://github.com/deniscerri/ytdlnis/pull/288
  • Update README-pt.md by @gigoloinc in https://github.com/deniscerri/ytdlnis/pull/293
  • Translations update from Hosted Weblate by @weblate in https://github.com/deniscerri/ytdlnis/pull/292
  • Translations update from Hosted Weblate by @weblate in https://github.com/deniscerri/ytdlnis/pull/301
  • Translations update from Hosted Weblate by @weblate in https://github.com/deniscerri/ytdlnis/pull/305
  • Translations update from Hosted Weblate by @weblate in https://github.com/deniscerri/ytdlnis/pull/310

New Contributors

  • @teddysulaimanGL made their first contribution in https://github.com/deniscerri/ytdlnis/pull/291
  • @gigoloinc made their first contribution in https://github.com/deniscerri/ytdlnis/pull/293

Full Changelog: https://github.com/deniscerri/ytdlnis/compare/v1.6.7...v1.6.8

Contributors

  • @deniscerri profile picture
deniscerri

1.6.8.1-beta

What's new

  • include search history when searching
  • removed scroll bug from command tab
  • added spacing between command template title and ok button in selection card
  • made download progress not dublicate in terminal
  • made ability to store terminal state
  • added ability to create multiple terminal instances and show them as a list similar to download queue
  • fixed thumbnail download not working
  • fixed app crashing when clicking on format updated notification
  • fixed app crashing when double clicking format on multiple download card
  • added custom sponsorblock api preference
  • removed contextual app bar when you its enabled and the user taps the log button in the erorred tab
  • made app always show quick download card and asynchoronously load data. Quick Download now if its on, it wont load data at all
  • added shimmer when loading data in the download card
  • fixed app showing no formats if there were no common formats. Now it will give you generic formats
  • made open command template list be half the screen, shortcuts third of the screen so the user can see what its being added
  • fixed sometimes app slipping queued downloads even though its told to pause all
  • fixed trim filenames cutting files too short
  • made mediastore scanning of files one by one
  • fixed filename template not working in multiple download card
  • fixed -F in terminal not being inline
  • added preferred audio codec
  • made auto update on boot if there are no active downloads
  • fixed format text overlapping
  • added a new error activity dialog in cases yt-dlp data fetching in the home screen fails. You can copy the log

Autogenerated changed

  • Translations update from Hosted Weblate by @weblate in https://github.com/deniscerri/ytdlnis/pull/283
  • Create README-id.MD (Indonesian README) by @teddysulaimanGL in https://github.com/deniscerri/ytdlnis/pull/291
  • Translations update from Hosted Weblate by @weblate in https://github.com/deniscerri/ytdlnis/pull/288
  • Update README-pt.md by @gigoloinc in https://github.com/deniscerri/ytdlnis/pull/293
  • Translations update from Hosted Weblate by @weblate in https://github.com/deniscerri/ytdlnis/pull/292

New Contributors

  • @teddysulaimanGL made their first contribution in https://github.com/deniscerri/ytdlnis/pull/291
  • @gigoloinc made their first contribution in https://github.com/deniscerri/ytdlnis/pull/293

Full Changelog: https://github.com/deniscerri/ytdlnis/compare/v1.6.7...v1.6.8.1-beta

Contributors

  • @deniscerri profile picture
deniscerri

1.6.7

What's New

  • Beta Releases will be on Github from now on, unless there is a small thing you will find quick builds on telegram
  • Fixed Terminal not showing shared link
  • Fixed Terminal sometimes not showing the progress text
  • Changed Terminal share logo color
  • Aded javanese language
  • Added bengali india language
  • Fixed app adding bestaudio in format even if remove audio is set
  • Made app fetch only link parts from sources like pinterest that also include text in front
  • Added ability to switch to the beta channel for updating. You can also downgrade to the latest release version
  • Fixed app not restarting when changing language
  • Added word wrap toggles for logs and terminal
  • Added Auto Preferred Download Type. It will open as Audio if the site is known to post audio files and video for the rest
  • Added collected file size in multi download card
  • Fixed app not selecting best format
  • Fixed Youtube Music Playlist not loading
  • Fixed Sponsorblock not showing as checked in multiple download card #271
  • Added playlist title and playlist index metadata in playlist items so u can use them in filename templates #272 #270
  • Added -a path.txt if you share a text file to the app and the preferred download type is command or terminal
  • Fixed app cancelling workmanager earlier than expected
  • Added title and author sync between audio and video tabs #241
  • Fix format details fps in arabic being rtl
  • Removed h264 from codec
  • Fixed Search engine not getting updated in home when changing in settings fragment.
  • Added language preference in android 13 and up
  • Added multiple selection for command templates
  • Fix issue when app crashes when creating config files for items with weird titles #276
  • Add multiline titles of preferences
  • Fix app conflicting format id with a generic format id
  • Finally shrunk the size down lol

Autogenerated Changes

  • Translations update from Hosted Weblate by @weblate in https://github.com/deniscerri/ytdlnis/pull/266
  • Translations update from Hosted Weblate by @weblate in https://github.com/deniscerri/ytdlnis/pull/269
  • Better translation by @azf3 in https://github.com/deniscerri/ytdlnis/pull/280
  • Translations update from Hosted Weblate by @weblate in https://github.com/deniscerri/ytdlnis/pull/279
  • Translations update from Hosted Weblate by @weblate in https://github.com/deniscerri/ytdlnis/pull/281

New Contributors

  • @azf3 made their first contribution in https://github.com/deniscerri/ytdlnis/pull/280

Full Changelog: https://github.com/deniscerri/ytdlnis/compare/v1.6.6...v1.6.7

Contributors

  • @deniscerri profile picture
deniscerri

1.6.6.2-beta

What's New

  • Added Auto Preferred Download Type. It will open as Audio if the site is known to post audio files and video for the rest
  • Added collected file size in multi download card
  • Fixed app not selecting best format
  • Fixed update in beta channel not working
  • Fixed Youtube Music Playlist not loading
  • Fixed Sponsorblock not showing as checked in multiple download card #271
  • Added playlist title and playlist index metadata in playlist items so u can use them in filename templates #272 #270
  • Added -a path.txt if you share a text file to the app and the preferred download type is command or terminal
  • Fixed app cancelling workmanager earlier than expected
  • Added title and author sync between audio and video tabs #241

Autogenerated Changes

  • Translations update from Hosted Weblate by @weblate in https://github.com/deniscerri/ytdlnis/pull/269

Full Changelog: https://github.com/deniscerri/ytdlnis/compare/v1.6.6.1-beta...v1.6.6.2-beta

Contributors

  • @deniscerri profile picture
deniscerri

1.6.6.1-beta

What's New

  • Beta Releases will be on Github from now on, unless there is a small thing you will find quick builds on telegram
  • Fixed Terminal not showing shared link
  • Changed Terminal share logo color
  • Aded javanese language
  • Added bengali india language
  • Fixed app adding bestaudio in format even if remove audio is set
  • Made app fetch only link parts from sources like pinterest that also include text in front
  • Added ability to switch to the beta channel for updating. You can also downgrade to the latest release version
  • Fixed app not restarting when changing language
  • Added word wrap toggles for logs and terminal

What's Changed

  • Translations update from Hosted Weblate by @weblate in https://github.com/deniscerri/ytdlnis/pull/266

Full Changelog: https://github.com/deniscerri/ytdlnis/compare/v1.6.6...v1.6.6.1-beta

Contributors

  • @deniscerri profile picture
deniscerri

1.6.6

What's New

  • added saved downloads in the settings backup
  • made icon bigger in downloading notification
  • fixed notification cancel and pausing not working
  • fixed app respecting preferred home screen for downloads and more
  • removed 000001 in the end of the file if the user has made only one cut
  • removed log id from downloads if the user deleted the log
  • fixed app crashing when it was listing logs with large texts
  • fixed case: if the user had multiple preferred audio formats the app would choose the last one and not the first
  • added ability to combine preferred audio formats by writing like 140+251,250. If the download item finds both first audio formats it will merge them together, otherwise get one of them that is available
  • fixed app file transfer not working. (had to revert to hidden cache folder as downloads folder wasnt good for some phones)
  • fixed app saving as mkv even though mp4 is set as container
  • added shortcuts button to the commands tab so you can drop shortcuts to the current command.
  • added syntax highlighting in commands tab textbox
  • fixed tiktok videos not saving properly
  • fixed open file intent
  • added hindi language
  • added croatian language
  • added norwegian language
  • added tamil language
  • added telugu language
  • added thai language
  • added readme in azerbajani
  • added security.md
  • added ability to show preferred audio / video format ids as a generic format in the format list if the item has no formats available
  • fixed multi select dialog in the settings not having the same material color as the rest of the system
  • fixed navbar being black and not the same color as main activity in the settings activity
  • added license to the app info
  • added security to the app info
  • fixed app not converting subtitle formats
  • fixed app retaining terminal state when going to landscape
  • made log text stretch horizontally like terminal
  • more small stuff

Added ability to combine all possible combinations of preferred video formats, audio formats, codex and container.

  • The app will consider all preferred video ids. For each of them it will consider preferred vcodec and extension. At the same time for each of those elements it will consider all preferred audio commands and/or audio merge. If the format is a generic quality like 1080p or 720p it will also consider that in the long format query. Also the app will add all combos of video + audio only. And all combos of all video + best audio. All video ids alone and best as final fallback. If the user chooses a proper format, the app will not be this descriptive. Preferred video id and audio id combos will only apply on a quick download or best quality generic download

Added Download Scheduling

  • When on the app will only download depending on the time period you have set
  • If you turn off scheduling, the app will check for leftover downloads waiting and will immediately start them
  • If you manually set a time to download, it will ignore the scheduling period. This period only applies to normal downloads that have no set download time
  • The setting is in the downloading section

Added ability to not use internal storage caching if you have all files access

  • This is useful if you are downloading livestreams and u dont have to move files from cache in the settings anymore
  • If u are having write permission errors, turn caching back on so the app will use transferring instead

Autogenerated Changes

  • Translations update from Hosted Weblate by @weblate in https://github.com/deniscerri/ytdlnis/pull/251
  • Create README-az.md by @Qaz-6 in https://github.com/deniscerri/ytdlnis/pull/257
  • Update README-az.MD by @Qaz-6 in https://github.com/deniscerri/ytdlnis/pull/258
  • Portuguese translation by @inavled in https://github.com/deniscerri/ytdlnis/pull/262
  • Translations update from Hosted Weblate by @weblate in https://github.com/deniscerri/ytdlnis/pull/259

New Contributors

  • @Qaz-6 made their first contribution in https://github.com/deniscerri/ytdlnis/pull/257
  • @inavled made their first contribution in https://github.com/deniscerri/ytdlnis/pull/262

Full Changelog: https://github.com/deniscerri/ytdlnis/compare/v1.6.5...v1.6.6

Contributors

  • @deniscerri profile picture
deniscerri

1.6.5

What's New

  • App can now be used as share method in Facebook Mod
  • extracommand preference will be ignored in backups
  • if you have command as preferred download type, it wont fetch info first even if you are not in quick download mode
  • if you are in landscape the card doesnt show fully, fixed
  • cookies import not working, fixed
  • landscape video player in home screen fits better now
  • fixed monochome icon being gone
  • added yt-dlp auto update option in the settings
  • fixed bilibili videos not working in normal mode
  • added codec preference h264, h265, av1, avc, vp9
  • fixed app not enabling ok button in the cut screen if you change the TO text box only
  • added force keyframes at cuts switch in the cut screen
  • Added 3 dots in multiple download card. It will have the configure chips in a separate card. Each will have a callback that will update all items in multiple download
  • fixed start end textboxes showing truncanted text in playlist select card
  • add ability to start a download now and put the rest of the queue behind it
  • Scrollbar handle shrinked depending on size. Made it same size
  • Fixed Tapping the notification of the errored download leading to the running tab instead of errored
  • Set different icon for terminal in share menu
  • ignored extra command preference in backups of command templates
  • made preference titles be multiline if they are too long
  • fixed cookies import not working from external sources other than the app
  • fixed app using continue button for a split second when there are no paused downloads
  • added state in home screen so that it wont populate trending videos while its searching for an item
  • implemented batch downloads in a single worker to avoid bogging down the system with many work requests
  • fixed instagram status that have multiple videos just using the first video
  • fixed bilibili not working in normal mode
  • fixed app overwriting files instead of adding (1) in the filename instead

Notice

  • development will slow down because i dont want to overcomplicate the app any further. Most what you want, can be done with extra commands, command templates or terminal. So use them as last resort.

What's Changed

  • Translations update from Hosted Weblate by @weblate in https://github.com/deniscerri/ytdlnis/pull/230
  • Translations update from Hosted Weblate by @weblate in https://github.com/deniscerri/ytdlnis/pull/245
  • Translations update from Hosted Weblate by @weblate in https://github.com/deniscerri/ytdlnis/pull/248

Full Changelog: https://github.com/deniscerri/ytdlnis/compare/v1.6.4...v1.6.5

Contributors

  • @deniscerri profile picture
deniscerri

1.6.4

Notice

Its suggested you backup your settings and history in case the app crashes on update, because this is a huge update.

What's New

  • Added Preferred Audio Format ID
  • fixed korean bad strings
  • fixed please wait card not showing up
  • fixed audio format using mp4 containers
  • added portugese language
  • added punjabi language
  • added greek language
  • fixed container not updating in multi select card
  • fixed swipe to delete bug in the queued section
  • added download now option when u highlight only scheduled items in the context menu
  • tapping on the errored notification will send you to errored tab, if you have logs disabled. If logs on it will send u to the log
  • added preferred format ordering. By ID, FILESIZE, CONTAINER. Formats grouped by container will also be sorted by filesize
  • fixed app not showing formats when u try to modify a current download item and its a different type (audio formats not showing if its a video type and vice versa)
  • fixed app showing generic formats in cases where the format length was the same as that of generic formats (silly mistake)
  • made the app store static strings for 'best' and 'worst' so that there isnt any confusion when u try to change the language and the stored downloads will have the other language's string
  • added collected filesize on top of the download queue
  • potentially fixed app not crashing when going to queued screen? idk
  • fixed app not moving files when its a fresh install and u havent tried to change the download path.
  • added download retries options [--retries and --fragment-retries]
  • made the download logs not freeze the app
  • download logs will work on quick downloaded items that were later updated
  • added app arch and build type in the about section
  • added "force-keyframes-at-cuts" preference
  • Added download type in logs
  • fix video not showing in cut screen. This depends on the streaming url
  • fixed xhamster not showing results
  • long press download button to save it for later and not schedule it. Also works when u try to queue multiple items
  • change app icon background based on theme
  • fixed bug when trying to redownload a history item and wanting to use a different type
  • made the scheduled item auto-update after its queued so the app doesnt have to update when it begins downloading
  • some fixes with output templates
  • fixed container and vcodec being saved with translated strings and not constants
  • added download thumbnail functionality. Click the result card in the middle and use the video player. Also observe running and queued downloads for that item
  • added feature to disable thumbnails on certain screens. U can choose of course
  • added feature to convert subs to different formats
  • added youtube music search provider
  • made app name have a color depending on the theme
  • fixed format card not showing a translated string on best and worst strings
  • added ability to hide the terminal from the share menu
  • fixed app killing active downloads when removing a queued item
  • fixed filename template not showing uploader on odysee
  • added orange theme (its like yellow but slightly darker)
  • fixed cookies not getting saved on older droids
  • fixed app making new folder instead of merging when moving files
  • added ability to put multiple preferred format ids separated by commas for both audio and video
  • added support for piped links and treat them like youtube links
  • fixed bug where if an item has no formats and you update audio formats and then go to video tab it will not show the video formats too
  • made from and to textboxes wider in the cut video screen depending on the timestamp length
  • added search engines in the search view
  • removed filename template override if the user leaves it empty. Now it follows the yt-dlp default
  • fixed app crashing sometimes when its tablet
  • added drag handle to scrolling content
  • added pause functionality [This is somewhat wonky because the YT-DLP python process doesnt finish quick enough. So dont spam pause resume]
  • made video player faster to load for youtube videos
  • Added option to turn off usage of cookies
  • some fixes with the cut screen
  • Added ability to save command templates as extra commands by default on every downloadcard/AddExtraCommandsDialog
  • fixed app not saving the proper youtube link and having to refetch data unnecessarily
  • fixed app scrolling in the tablayout in the download queue screen while you are dragging the vertical scrollbar
  • fixed app not destroying active downloads when you terminate the app
  • added rewind button in the cut section
  • fixed play button appearing in cut section when the video is playing
  • removed "Downloading" word in the preferences screen. Its Downloads now
  • Added embed metadata preference. Turning it off will remove any embedding metadata and parsing metadata commands
  • other small stuff

Autogenerated Changes

  • Translations update from Hosted Weblate by @weblate in https://github.com/deniscerri/ytdlnis/pull/188
  • Translations update from Hosted Weblate by @weblate in https://github.com/deniscerri/ytdlnis/pull/189
  • Translations update from Hosted Weblate by @weblate in https://github.com/deniscerri/ytdlnis/pull/190
  • Translations update from Hosted Weblate by @weblate in https://github.com/deniscerri/ytdlnis/pull/191
  • Translations update from Hosted Weblate by @weblate in https://github.com/deniscerri/ytdlnis/pull/196
  • Translations update from Hosted Weblate by @weblate in https://github.com/deniscerri/ytdlnis/pull/199
  • Translations update from Hosted Weblate by @weblate in https://github.com/deniscerri/ytdlnis/pull/200
  • Translations update from Hosted Weblate by @weblate in https://github.com/deniscerri/ytdlnis/pull/203
  • Translations update from Hosted Weblate by @weblate in https://github.com/deniscerri/ytdlnis/pull/204
  • Translations update from Hosted Weblate by @weblate in https://github.com/deniscerri/ytdlnis/pull/205
  • Translations update from Hosted Weblate by @weblate in https://github.com/deniscerri/ytdlnis/pull/209
  • Translations update from Hosted Weblate by @weblate in https://github.com/deniscerri/ytdlnis/pull/214
  • Translations update from Hosted Weblate by @weblate in https://github.com/deniscerri/ytdlnis/pull/215
  • Translations update from Hosted Weblate by @weblate in https://github.com/deniscerri/ytdlnis/pull/217
  • Translations update from Hosted Weblate by @weblate in https://github.com/deniscerri/ytdlnis/pull/220
  • Translations update from Hosted Weblate by @weblate in https://github.com/deniscerri/ytdlnis/pull/221
  • Translations update from Hosted Weblate by @weblate in https://github.com/deniscerri/ytdlnis/pull/223
  • Translations update from Hosted Weblate by @weblate in https://github.com/deniscerri/ytdlnis/pull/226
  • Translations update from Hosted Weblate by @weblate in https://github.com/deniscerri/ytdlnis/pull/228

Full Changelog: https://github.com/deniscerri/ytdlnis/compare/v1.6.3...v1.6.4

Contributors

  • @deniscerri profile picture
deniscerri

1.6.3

New Stuff

  • fixed txt file import not working with navigation component
  • Added multiselect audio in format card. use piped for format updating and single video fetching, the rest invidious
  • Maded search suggestions as a preference cuz of privacy reasons
  • FixedSelecting the videos in the download queue causes the app to be force closed
  • Removed ip whois network request
  • Made the app update download item data when you schedule a quick downloaded item
  • added swipe gestures as a preference
  • made deleted queued items move to cancelled instead of deleting completely
  • Added crop thumbnail as a preference
  • Added ability to backup errored downloads
  • Format cards will show collected filesize when multiple audio formats are chosen
  • fixed search history not showing sometimes
  • fixed Snackbar overlapping with buttons on settings
  • fixed locale not translating right in download card
  • fixed format updating the container when re-selecting it
  • made the video tab disabled when the item only has audio formats
  • made the app fetch streaming url and chapters from the start so it loads faster when trying to cut a video
  • added url in format item
  • added ability to split a download in multiple folders. Supported on internal and SD Cards.
  • tapping running download notification, will open download queue screen now
  • fixed app closing running application when trying to share a file from the notification
  • trending videos and search results will use piped api now
  • Added malay language
  • Fixed app not recognising log files if it was quick downloaded
  • Fixed app not closing download item when using -o in CC
  • Added code syntax highlighter in terminal
  • Added filename template on playlist batch download
  • added ability to multi-select audio on playlist download
  • Removed default folder auto creation
  • Fixed app crashing when selecting a format from playlist formats and they dont have audio formats in them
  • made the context app bar close when you invert a fully selected list
  • added syntax highlight to logs
  • added search by author in history fragment
  • and other stuff

Autogenerated Changes

  • Translations update from Hosted Weblate by @weblate in https://github.com/deniscerri/ytdlnis/pull/139
  • Translations update from Hosted Weblate by @weblate in https://github.com/deniscerri/ytdlnis/pull/147
  • Translations update from Hosted Weblate by @weblate in https://github.com/deniscerri/ytdlnis/pull/149
  • Translations update from Hosted Weblate by @weblate in https://github.com/deniscerri/ytdlnis/pull/150
  • Translations update from Hosted Weblate by @weblate in https://github.com/deniscerri/ytdlnis/pull/153
  • Translations update from Hosted Weblate by @weblate in https://github.com/deniscerri/ytdlnis/pull/154
  • Translations update from Hosted Weblate by @weblate in https://github.com/deniscerri/ytdlnis/pull/156
  • Translations update from Hosted Weblate by @weblate in https://github.com/deniscerri/ytdlnis/pull/158
  • Translations update from Hosted Weblate by @weblate in https://github.com/deniscerri/ytdlnis/pull/160
  • Translations update from Hosted Weblate by @weblate in https://github.com/deniscerri/ytdlnis/pull/161
  • Translations update from Hosted Weblate by @weblate in https://github.com/deniscerri/ytdlnis/pull/162
  • Translations update from Hosted Weblate by @weblate in https://github.com/deniscerri/ytdlnis/pull/164
  • Translations update from Hosted Weblate by @weblate in https://github.com/deniscerri/ytdlnis/pull/167
  • Translations update from Hosted Weblate by @weblate in https://github.com/deniscerri/ytdlnis/pull/169
  • Translations update from Hosted Weblate by @weblate in https://github.com/deniscerri/ytdlnis/pull/171
  • Translations update from Hosted Weblate by @weblate in https://github.com/deniscerri/ytdlnis/pull/175
  • Translations update from Hosted Weblate by @weblate in https://github.com/deniscerri/ytdlnis/pull/177
  • Translations update from Hosted Weblate by @weblate in https://github.com/deniscerri/ytdlnis/pull/178
  • Translations update from Hosted Weblate by @weblate in https://github.com/deniscerri/ytdlnis/pull/179
  • Translations update from Hosted Weblate by @weblate in https://github.com/deniscerri/ytdlnis/pull/180
  • Translations update from Hosted Weblate by @weblate in https://github.com/deniscerri/ytdlnis/pull/181
  • Update README.MD by @Fish25op in https://github.com/deniscerri/ytdlnis/pull/182
  • Update CONTRIBUTING.MD by @Fish25op in https://github.com/deniscerri/ytdlnis/pull/183
  • Update README.MD by @Fish25op in https://github.com/deniscerri/ytdlnis/pull/184
  • Translations update from Hosted Weblate by @weblate in https://github.com/deniscerri/ytdlnis/pull/185

New Contributors

  • @Fish25op made their first contribution in https://github.com/deniscerri/ytdlnis/pull/182

Full Changelog: https://github.com/deniscerri/ytdlnis/compare/v1.6.2...v1.6.3

Contributors

  • @deniscerri profile picture
deniscerri

1.6.2

New Features

  • fixed app not updating when clicking the version nr in the settings
  • implemented pause button in the notifications
  • added ability to keep cached files even after the download is finished
  • fixed searchbar not closing on back gesture
  • Fixed tablet ui made it appear on 600dpi and up and other tablet touchups
  • Fixed trending videos showing up when u try to update quick download item
  • converted most activities to fragments and added animation of hiding and showing the navigation bar
  • fixed app crashing when you leave the format card while its updating the format list
  • added multiple pages for settings due to increased size
  • added ability backup almost all elements of the app in a json file and restore them. [App Language restore might not work on some older models, so u will have to change it manually]
  • hid navigation bar when opening search view and reshowing it when closing
  • now updating download item data (if its quick downloaded) happens in parallel so u dont have to wait for that before it starts downloading [U have to, if u have download logs on since it needs the video title]
  • Added Persian Language [Thanks persian_translator]
  • Added Socks5 Proxy Support

Autogenerated Changes

  • Translations update from Hosted Weblate by @weblate in https://github.com/deniscerri/ytdlnis/pull/120
  • Translations update from Hosted Weblate by @weblate in https://github.com/deniscerri/ytdlnis/pull/122
  • Translations update from Hosted Weblate by @weblate in https://github.com/deniscerri/ytdlnis/pull/124
  • Translations update from Hosted Weblate by @weblate in https://github.com/deniscerri/ytdlnis/pull/126
  • Translations update from Hosted Weblate by @weblate in https://github.com/deniscerri/ytdlnis/pull/127
  • Translations update from Hosted Weblate by @weblate in https://github.com/deniscerri/ytdlnis/pull/129
  • Translations update from Hosted Weblate by @weblate in https://github.com/deniscerri/ytdlnis/pull/130
  • Translations update from Hosted Weblate by @weblate in https://github.com/deniscerri/ytdlnis/pull/131
  • Translations update from Hosted Weblate by @weblate in https://github.com/deniscerri/ytdlnis/pull/132
  • Translations update from Hosted Weblate by @weblate in https://github.com/deniscerri/ytdlnis/pull/136
  • Translations update from Hosted Weblate by @weblate in https://github.com/deniscerri/ytdlnis/pull/137

Full Changelog: https://github.com/deniscerri/ytdlnis/compare/v1.6.1...v1.6.2

Contributors

  • @deniscerri profile picture
deniscerri

1.6.1

Introducing Quick Download Mode

  • If on you can skip the data-fetching process and immediately jump to the download card.
  • If the download card is turned off, the download will immediately start downloading.
  • If you are trying to query multiple items in the searchview, it will fetch data and not use quick download features
  • If you have the download card option on, you can request to update the item and the cards will show up in the home screen like usual. In case you are using the card in the share menu context, it will dismiss itself and reshow itself with data filled out
  • If you are quick downloading a playlist, it will download everything in a single download item, so you can't cancel select items in it. The history card for this kind of download will just hold in it the largest file in the collection, similar in cases where you download multiple cuts of the same item. The share button in the finished download notification will take the same file as the history item. [Multiple file support for a single download item might get supported later on, but no promises for now]

Other Features

  • Implemented Theme Picker
  • Implemented Custom Theme Accents
  • Implemented High Contrast Mode
  • Added Swipe Gestures for History cards [right to redownload, left to delete]
  • Added Download Finished Notification [You can open and share from it]
  • Added Errored Download Notification [You can launch its logs from it, if the feature is on]
  • Fixed Youtube Music playlists not showing all items in the homescreen
  • Fixed Tiktok Videos not showing in the home screen, by having a non nullability check fail. 114
  • Added swipe gestures for Cookie items and Command Template items
  • Added "Remove Audio" chip for video downloads
  • Added Preferred Format ID. It will automatically choose a format with that id in your download. If the result item doesn't hold a format with that id it will fallback to the 'Video Quality" preference. If its an audio download, it will choose the best one.
  • Added a check if you have a queued/active download that its the exact same. It prevents you now
  • Fixed downloads not getting cancelled sometimes
  • Added contextual app bar for Cancelled / Errored downloads. You can batch retry cancelled downloads and batch delete for both
  • other crumbs here and there

Autogenerated Changes

  • Translations update from Hosted Weblate by @weblate in https://github.com/deniscerri/ytdlnis/pull/99
  • Translations update from Hosted Weblate by @weblate in https://github.com/deniscerri/ytdlnis/pull/100
  • Translations update from Hosted Weblate by @weblate in https://github.com/deniscerri/ytdlnis/pull/102
  • Translations update from Hosted Weblate by @weblate in https://github.com/deniscerri/ytdlnis/pull/103
  • Translations update from Hosted Weblate by @weblate in https://github.com/deniscerri/ytdlnis/pull/104
  • Translations update from Hosted Weblate by @weblate in https://github.com/deniscerri/ytdlnis/pull/105
  • Translations update from Hosted Weblate by @weblate in https://github.com/deniscerri/ytdlnis/pull/106
  • Translations update from Hosted Weblate by @weblate in https://github.com/deniscerri/ytdlnis/pull/107
  • Translations update from Hosted Weblate by @weblate in https://github.com/deniscerri/ytdlnis/pull/108
  • Update README.MD by @Qaz-7 in https://github.com/deniscerri/ytdlnis/pull/109
  • Translations update from Hosted Weblate by @weblate in https://github.com/deniscerri/ytdlnis/pull/110
  • Translations update from Hosted Weblate by @weblate in https://github.com/deniscerri/ytdlnis/pull/111
  • Translations update from Hosted Weblate by @weblate in https://github.com/deniscerri/ytdlnis/pull/115
  • Translations update from Hosted Weblate by @weblate in https://github.com/deniscerri/ytdlnis/pull/116
  • Translations update from Hosted Weblate by @weblate in https://github.com/deniscerri/ytdlnis/pull/117
  • Translations update from Hosted Weblate by @weblate in https://github.com/deniscerri/ytdlnis/pull/118
  • Translations update from Hosted Weblate by @weblate in https://github.com/deniscerri/ytdlnis/pull/119

Full Changelog: https://github.com/deniscerri/ytdlnis/compare/v1.6.0...v1.6.1

Contributors

  • @deniscerri profile picture
deniscerri

1.6.0

What's Changed

  • Added Restrict Filenames Preference
  • Added Shared File from the History Card Details
  • Fixed Command Templates Export/Import crashing on older devices
  • Improved Boot Up Times
  • Added Custom Command Templates, Shortcuts, Folder picker in Terminal Screen
  • Added Sponsor Block settings in the download card
  • Added Generic formats for audio tab, so that you can update them if you want
  • Fixed Custom Command Template not scrolling properly in the download card
  • Added Terminate Button with ability to remove the app from recents menu
  • Added Navigation Component
  • Added Command Chip filter in the History Fragment
  • Implemented ability to Cut Videos. (Multiple Cuts can be done)
  • Added ability to cut a video based on its internal chapters as well
  • Fixed Terminal text jumping
  • Added automatic format updates as soon as you click the format section (if the item/s have no formats)
  • Added Ignore Battery Optimizations
  • Added Range Picker in playlist bottom sheet
  • Added ability to stack search queries in the search view and push them all at once (u can mix links with queries or playlists)
  • fixed download logs text not being highlightable
  • fixed app not deleting some cached files
  • fixed filenames being too short
  • fixed sometimes error output not being shown in terminal output or large outputs
  • added keyboard focus when adding template in the terminal
  • added remux-video for audio
  • added copy url button similar to history card in the download card
  • fixed padding on cards
  • fixed configured download sheet not scrolling
  • Added contextual menus for main and history fragments
  • You can batch delete / download / share using them, select all, invert selected
  • Implemented Cookies feature with export/import functionality
  • Added preference to whether download without metered networks
  • Added export to clipboard for the terminal output
  • Added ability to download subtitles in a file. You can also write the subtitle language based on yt-dlp formatting
  • Added ability to choose your preferred search engine instead of just having youtube
  • Implemented ability to fetch common formats for all playlist items and choosing it for all of them (with this all formats will be updated for all items aswell)
  • Implemented tablet ui with a side navigation bar
  • Added ability to swipe right/left on download cards like queued,cancelled,errored,processing to delete or retry/redownload
  • Added ability to long press a format card to show its details
  • Added theme picker
  • Fixed bottom sheets not showing properly on tablets

and more

New Contributors

  • @Qaz-7 made their first contribution in https://github.com/deniscerri/ytdlnis/pull/56
  • @Joyogirl made their first contribution in https://github.com/deniscerri/ytdlnis/pull/60

Full Changelog: https://github.com/deniscerri/ytdlnis/compare/v1.5.0...v1.6.0

Contributors

  • @deniscerri profile picture
deniscerri

1.5.0

What's Changed

New Stuff:

  • Moved all of the app to kotlin
  • Fixed Song Thumbnails not showing on music apps using mediastore (like 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
  • 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
  • Added ability to update yt-dlp from a nightly build
  • Changed search suggestion provider to google's own api
  • Added more sorting options in the history fragment
  • Implemented Language switcher in the app. For devices on Android 13 and up, go to App Details and change it there
  • Added material date and time pickers
  • Updated bottom sheet design
  • Added separate format selection card
  • Implemented bottom card in the share menu instead of opening the whole app. If its a txt file it will open the app
  • Added m-time as a preference
  • Added ability to get result item formats if you searched for it or if it is a playlist item since they don't have formats
  • Added Download Logs
  • Added Search History
  • Added Separate Download Queue Screen. (Double Click the download icon or go to more section to access)
  • Fixed bugs on terminal mode
  • Fixed downlaod logs crashing on older apis
  • Added long press to open download card even if the setting is disabled
  • Fixed bug of download card duplicating when switching formats in share activity
  • Implemented Custom Command Tab in the download card. (Disabled by default. You need to create at least one command template in the more section)
  • Added tabs to download queue section (running, queued, cancelled, errored)
  • Added ability to update custom command right from the download card & modify the chosen one just for that download
  • Fixed search history storing duplicate queries
  • Implemented Preferred Download Type. On Share Activity or when searching for one result, it will open the preferred tab on the download card
  • Implemented processing multiple items from a playlist in the share activity. You can select a portion of them, then you can modify each item just like you would on a normal link. You can change the download directory for all items at once, and you can schedule all of them like a normal download. You can also change their type to audio/video/command all at once
  • Fixed Download All button not showing up after reopening app with a playlist as result
  • Added copy log in the download log screen
  • Fixed download logs not properly live scrolling
  • Added ability to retry cancelled downloads
  • Added ability to open logs directly from the list of errored downloads (if logs were enabled for that download at the time)
  • Showed link copied to clipboard as item suggestion in searchview

Full Changelog: https://github.com/deniscerri/ytdlnis/compare/v1.4.9...v1.5.0

Contributors

  • @deniscerri profile picture
deniscerri

1.5.0-dev-3

What's Changed

  • Fixed bugs on terminal mode
  • Fixed downlaod logs crashing on older apis
  • Added long press to open download card even if the setting is disabled
  • Fixed bug of download card duplicating when switching formats in share activity
  • Implemented Custom Command Tab in the download card. (Disabled by default. You need to create at least one command template in the more section)
  • Added tabs to download queue section (running, queued, cancelled, errored)
  • Added ability to update custom command right from the download card & modify the chosen one just for that download
  • Fixed search history storing duplicate queries
  • Implemented Preferred Download Type. On Share Activity or when searching for one result, it will open the preferred tab on the download card
  • Implemented processing multiple items from a playlist in the share activity. You can select a portion of them, then you can modify each item just like you would on a normal link. You can change the download directory for all items at once, and you can schedule all of them like a normal download. (90% done)
  • Fixed Download All button not showing up after reopening app with a playlist as result
  • Added copy log in the download log screen
  • Fixed download logs not properly live scrolling
  • Added ability to retry cancelled downloads
  • Added ability to open logs directly from the list of errored downloads (if logs were enabled for that download at the time)

Contributors

  • @deniscerri profile picture
deniscerri

1.5.0-dev-2

What's Changed

  • Added ability to update yt-dlp from a nightly build
  • Changed search suggestion provider to google's own api
  • Added more sorting options in the history fragment
  • Implemented Language switcher in the app. For devices on Android 13 and up, go to App Details and change it there
  • Added material date and time pickers
  • Updated bottom sheet design
  • Added separate format selection card
  • Implemented bottom card in the share menu instead of opening the whole app (playlists are broken). If its a txt file it will open the app
  • Added m-time as a preference
  • Added ability to get result item formats if you searched for it or if it is a playlist item since they don't have formats
  • Added Download Logs
  • Added Search History
  • Added Separate Download Queue Screen. (Double Click the download icon or go to more section to access)

Full Changelog: https://github.com/deniscerri/ytdlnis/compare/v1.5.0-dev-1...v1.5.0-dev-2

Contributors

  • @deniscerri profile picture
deniscerri

1.5.0-dev-1

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)

Contributors

  • @deniscerri profile picture
deniscerri

1.4.9

What's Changed

  • Fixed results duplicating when reopening the app
  • Fixed no results icon and app icon in more section not showing as good in smaller phones
  • Fixed white space on bottom nav bar #17
  • Fixed opus songs not saving thumbnail
  • Added Share Intent for Custom Command. You can find it with the name 'Run Command'
  • Made app create its own folder in the downloads directory since the app wouldn't download properly on some devices on a fresh install
  • Added new Albanian Strings from Hosted Weblate by @weblate in https://github.com/deniscerri/ytdlnis/pull/15
  • Added new Japanese Strings from Hosted Weblate by @weblate in https://github.com/deniscerri/ytdlnis/pull/16
  • Added Russian (thank you AntonDzutstsati) from Hosted Weblate by @weblate in https://github.com/deniscerri/ytdlnis/pull/18

Info

  • Future updates of this app might not be as often since im focusing on my studies. Feel free to open issues anyway, if you need to. I will check them out when i find the time

Full Changelog: https://github.com/deniscerri/ytdlnis/compare/v1.4.8...v1.4.9

Contributors

  • @deniscerri profile picture
deniscerri

1.4.8

What's Changed

  • fixed app not recognising youtube shorts links
  • fixed app sometimes not removing the downloading card from the downloads tab when it is cancelled
  • converted more components to kotlin

Full Changelog: https://github.com/deniscerri/ytdlnis/compare/v1.4.7...v1.4.8

Contributors

  • @deniscerri profile picture
deniscerri

1.4.7

What's Changed

  • added other sponsorblock categories you can remove from the download. You can select multiple of them too
  • added fast youtube playlist data fetching without an API key through invidious
  • fixed the list flashing when loading a large playlist or when sharing a text file to the app with multiple lines

Full Changelog: https://github.com/deniscerri/ytdlnis/compare/v1.4.6...v1.4.7

Contributors

  • @deniscerri profile picture
deniscerri

1.4.6

What's Changed

  • added invidous as another method for fetching youtube data faster. This removes the issue of having to make an API key but for some countries you won't be able to get trending videos.
  • added search suggestions

Full Changelog: https://github.com/deniscerri/ytdlnis/compare/v1.4.5...v1.4.6

Contributors

  • @deniscerri profile picture
deniscerri

1.4.5

What's Changed

  • fixed app not downloading files with some bad characters coming from twitter
  • added worst video quality as selection & default video format
  • Added Polish from Hosted Weblate by @weblate in https://github.com/deniscerri/ytdlnis/pull/12

Full Changelog: https://github.com/deniscerri/ytdlnis/compare/v1.4.4...v1.4.5

Contributors

  • @deniscerri profile picture
deniscerri

1.4.4

What's Changed

  • Added Japanese (thank you HiSubway) from Hosted Weblate by @weblate in https://github.com/deniscerri/ytdlnis/pull/9
  • Added check for permissions when opening the app

Full Changelog: https://github.com/deniscerri/ytdlnis/compare/v1.4.3...v1.4.4

Contributors

  • @deniscerri profile picture
deniscerri

1.4.3

New Features

  • Added Turkish Language (thank you TRojen610)

Full Changelog: https://github.com/deniscerri/ytdlnis/compare/v1.4.2...v1.4.3

Contributors

  • @deniscerri profile picture
deniscerri

1.4.2

Uninstall the app before updating. Singing key changed

New Features

  • Added Norwegian Bokmål [incomplete] (thank you comradekingu)
  • Added German Language (thank you eUgEntOptIc44)
  • Added French [incomplete] (thank you eUgEntOptIc44)

You can add your own language by contributing on the weblate page

https://hosted.weblate.org/projects/ytdlnis/

Contributors

  • @deniscerri profile picture
deniscerri

1.4.1

FIXES

  • fixed app crashing when using links that don't have data like thumbnail, title author etc.
  • hid download all button when using single links through the search bar

Full Changelog: https://github.com/deniscerri/ytdlnis/compare/v1.4.0...v1.4.1

Contributors

  • @deniscerri profile picture
deniscerri

1.4.0

PLEASE READ

Due to high app usage, my personal youtube api key was throttled. I removed the built-in api key for default yt-dlp requests. They are slower but usable to everyone. You can add your own youtube api key in the setttings for faster responses. Refer to the readme for steps on how to get your own key.

NEW FEATURES

  • made clicked audio/video buttons cancellable so you dont have to cancel everything
  • made progress bar as thick as the card and somewhat transparent, looks nicer
  • made the download progress not cut off and be seamless when transitioning from intermediate to solid colors
  • renamed history tab to downloads
  • downloaded items if they are not in the filesystem, they are greyed out
  • added sorting and filtering chips on top of the downloads tab. You can filter between each website, file type and sort from oldest or newest
  • made checking for updates as a toggle in the main settings page.
  • downloading items now show in the downloads tab too and you can cancel them there aswell.
  • added incognito mode. If on, downloaded stuff wont be added to history / downloads tab
  • added a cancel button in the notification itself. It will cancel everything and clear the queue
  • added bottom cards when you click audio / video buttons to configure some settings before downloading. You can change title and artist name, change format, and quality if you are choosing video. If you have selected mutliple items or are downloading everything present, you can't edit title and artist because you are dealing with multiple items.
  • added a button to open the downloaded file. If the file is greyed out (file is not present) the button won't be there
  • added ability to import a txt file. Create a simple txt file contaning any link that yt-dlp supports. You can also use youtube playlist links or simple queries. The app will read each line and update the screen. When finished, download all floating action button will appear. To use this feature just share the txt file to this app

FIXES

  • fixed downloaded items other than youtube not having proper download links
  • fixed app crashing when pressing download all button
  • fixed not getting all playlist items from generic ytdl request

Full Changelog: https://github.com/deniscerri/ytdlnis/compare/v1.3.1...v1.4.0

Contributors

  • @deniscerri profile picture
deniscerri

1.3.1

Fixes

  • added app icon (thank you decipher3114), adaptive depending on system theme
  • fixed app crashing when you multiselect and unselect
  • removed utc from history
  • updated mp3 and mp4 tags to audio and video

Full Changelog: https://github.com/deniscerri/ytdlnis/compare/v1.3.0...v1.3.1

Contributors

  • @deniscerri profile picture
deniscerri

1.3.0

What's New

  • changed folder structure to ytdlnis instead of ytdl
  • when downloads are finished, history fragment updates itself
  • changed video duration of livestreams to LIVE
  • Fixed update dialog showing when you dont have internet
  • removed download functionality from home fragment and put it all on downloadservice. This makes the download stateless and the ui can be updated when you go back to the app
  • did the same for custom command activity
  • slight changes on result card ui
  • added fastlane metadata
  • added support for other yt-dlp videos instead of just focusing on youtube. Youtube is still the main focus
  • updated database
  • slight design changes
  • made bottom navigation bar the same color as the background
  • changed download buttons background colors inside cards
  • fixed result items changing download status icons when scrolling through recyclerview

Full Changelog: https://github.com/deniscerri/ytdlnis/compare/v1.2.1...v1.3.0

Contributors

  • @deniscerri profile picture
deniscerri

1.2.1

Bug Fixes

  • Fixed file dates to be time of creation instead of time of upload
  • Putting url's on the search bar will clear the previous results and not append
  • fixed issue if you didn't give storage permission to the app, custom command would fail. Now it asks beforehand
  • added cancel floating action bar on custom command

Full Changelog: https://github.com/deniscerri/ytdlnis/compare/v1.2.0...v1.2.1

Contributors

  • @deniscerri profile picture
deniscerri

1.2.0

New Features

  • Added SponsorBlock Functionality. You can remove non music parts from audio files.
  • You can make the app put chapters to a downloaded video using sponsorblock / youtube chapters.
  • Downloading now happens as a background service so even if you kill the app, it will continue to download.
  • If you are downloading and press another item, it will get added to the queue instead of not doing anything
  • Converted Lists to Recyclerviews for more performance. The app can now load playlists with Thousands of items without breaking a sweat.
  • Implemented alot of other notable yt-dlp features as preferences
  • App can self-update and can even check if there is a new update every time you open the app
  • You can download partitions of a playlist too instead of just downloading all
  • You can select videos by long pressing one and then pressing the others to download just those as audio or video

User Interface

  • Fixed Time Formatting
  • Removed Hardcoded Strings
  • Ordered History items from new to old
  • Show no results image when history is empty
  • Separate Activity for Custom Commands (Do not write the output path, instead configure it in settings)
    -Removed download all card, and replaced it with a Floating Action Button
  • Added floating action buttons for selected items

Full Changelog: https://github.com/deniscerri/ytdlnis/compare/v1.1.0...v1.2.0

Contributors

  • @deniscerri profile picture
deniscerri

1.1.0

  • removed programmatical creation of cards and instead inflated them through layouts
  • created shimmer card effects when cards are loading from the api
  • made api calls in threads so that the app won't hang loading tons of data
  • made buttons adapt to Material U colors
  • made result cards show which videos are downloaded already by changing the download icons
  • showed video duration in result files
  • added trending videos if results are empty, based on your location
  • made the cards 16:9 no all devices
  • removed old menubar and now it blends with the statusbar
  • When switching to light mode, the status bar now changes as expected
  • added download progress notification
  • removed unnecessary toasts
  • fixed card scrolling when downloading a playlist
  • added floating action button to scroll to top
  • made appbar clickable that will also scroll to top
  • made bottom nav bar buttons scroll to top if you are clicking the highlighted button
  • fixed text sizes and positions
  • removed youtubedl-android folders and instead used modules (it now works, previously i had to manually add them)
  • removed hard coded strings which most were albanian. Now they are english by default and if you change the language in your phone's settings, it changes language too. Currently the app supports only English and Albanian
  • and other small fixes and details

Full Changelog: https://github.com/deniscerri/ytdlnis/compare/1.0.1...v1.1.0

Contributors

  • @deniscerri profile picture
deniscerri

1.0.1

  • Fixed Share Feature
  • Ditched my custom api server for an internal one
  • Now the app shows all playlists items

Full Changelog: https://github.com/deniscerri/ytdlnis/compare/v1.0.0...v1.0.1

Contributors

  • @deniscerri profile picture
deniscerri

1.0.0

First Release

Contributors

  • @deniscerri profile picture
deniscerri