Commit graph

8 commits

Author SHA1 Message Date
deniscerri
f335bbddf5
changes
- 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
2023-10-29 00:45:42 +02:00
deniscerri
df2dee4c83
stuff
- added saved downloads in the settings backup
- made icon bigger in downloading notification
- fixed notification cancel and pausing not working
- fixed app not working in preferred home screen for downloads and more
- removed 000001 if the user has made only one cut
- removed log id from downloads if the user deleted the log
- 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
- 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
2023-08-26 20:48:24 +02:00
deniscerri
f5edae69b2
implemented custom themes 2023-04-22 16:40:59 +02:00
deniscerri
f5ad2aee1d
added contextual menus for main and history fragments 2023-04-09 11:05:29 +02:00
deniscerri
f396787b65
alot of stuff
added remux-video for audio
made copy url similar to history card
fixed padding on cards
fixed configured download sheet not scrolling
implemented chapter suggestions in cuts
2023-04-08 21:21:01 +02:00
Denis Çerri
a1cb810609
removed unused imports 2023-03-07 21:46:42 +01:00
Denis Çerri
cc8614d175
implemented processing multiple items from a playlist 2023-03-05 18:16:28 +01:00
Denis Çerri
af4294e092
fixes 2023-01-28 00:47:53 +01:00