Commit graph

25 commits

Author SHA1 Message Date
Yaron Shahrabani
eb4b780cb7
Translated using Weblate (Hebrew)
Currently translated at 71.8% (363 of 505 strings)

Translation: ytdlnis/strings
Translate-URL: https://hosted.weblate.org/projects/ytdlnis/strings/he/
2025-12-09 19:00:26 +01:00
deniscerri
64c80f323b
remove piped strings 2025-12-08 18:03:10 +01:00
Yaron Shahrabani
ec1e6d81f2
Translated using Weblate (Hebrew)
Currently translated at 69.7% (351 of 503 strings)

Translation: ytdlnis/strings
Translate-URL: https://hosted.weblate.org/projects/ytdlnis/strings/he/
2025-12-03 00:00:48 +00:00
Yaron Shahrabani
6b253f5cd8
Translated using Weblate (Hebrew)
Currently translated at 73.0% (350 of 479 strings)

Translation: ytdlnis/strings
Translate-URL: https://hosted.weblate.org/projects/ytdlnis/strings/he/
2025-07-13 01:03:44 +02:00
Yaron Shahrabani
045041a522
Translated using Weblate (Hebrew)
Currently translated at 73.0% (350 of 479 strings)

Translation: ytdlnis/strings
Translate-URL: https://hosted.weblate.org/projects/ytdlnis/strings/he/
2025-07-13 01:03:43 +02:00
Yaron Shahrabani
ff85dbb30b
Translated using Weblate (Hebrew)
Currently translated at 55.7% (266 of 477 strings)

Translation: ytdlnis/strings
Translate-URL: https://hosted.weblate.org/projects/ytdlnis/strings/he/
2025-06-17 23:04:41 +02:00
Anonymous
fe848a2a68
Translated using Weblate (Hebrew)
Currently translated at 55.6% (265 of 476 strings)

Translation: ytdlnis/strings
Translate-URL: https://hosted.weblate.org/projects/ytdlnis/strings/he/
2025-05-25 15:25:07 +00:00
Max Jakobitsch
e8b299f852 refactor: rename string.cut_unavailable -> ..._please_update_item 2025-05-15 19:53:10 +02:00
elid
edd0383654
Translated using Weblate (Hebrew)
Currently translated at 100.0% (475 of 475 strings)

Translation: ytdlnis/strings
Translate-URL: https://hosted.weblate.org/projects/ytdlnis/strings/he/
2025-04-07 07:17:11 +02:00
Anonymous
90dca6aa1c
Translated using Weblate (Hebrew)
Currently translated at 90.6% (416 of 459 strings)

Translation: ytdlnis/strings
Translate-URL: https://hosted.weblate.org/projects/ytdlnis/strings/he/
2025-02-13 23:52:15 +01:00
Petrov
81fbcfbbcf
Translated using Weblate (Hebrew)
Currently translated at 94.3% (417 of 442 strings)

Translation: ytdlnis/strings
Translate-URL: https://hosted.weblate.org/projects/ytdlnis/strings/he/
2024-12-24 18:00:38 +00:00
zaednasr
80672a2556
new features
added a header on cancelled, errored, saved, scheduled tabs to show the count of items and their own separate menus to copy the urls and delete them all
fix app not starting a scheduled download when there were no paused items, strange ik
add socket timeout in download settings
fixed app not putting extra commands in the very end of the command list
home screen channel tab filter bug fixes
Add ability to Set default command template
2024-10-19 20:40:22 +02:00
Ori
53869cc851
Translated using Weblate (Hebrew)
Currently translated at 100.0% (417 of 417 strings)

Translation: ytdlnis/strings
Translate-URL: https://hosted.weblate.org/projects/ytdlnis/strings/he/
2024-08-08 02:09:19 +00:00
Ori
dc71080415
Translated using Weblate (Hebrew)
Currently translated at 100.0% (413 of 413 strings)

Translation: ytdlnis/strings
Translate-URL: https://hosted.weblate.org/projects/ytdlnis/strings/he/
2024-07-25 10:09:26 +02:00
zaednasr
dd3578bc48
1.7.2 pre
- 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
- Added format filtering in the format list bottom sheet. You can filter between ALL, SUGGESTED, SMALLEST, GENERIC. Suggested formats are built upon your app preferences like your preferred codec, container, quality. Smallest formats are all formats for each resolution with the smallest filesize. Generic are formats you see if an item has not updated the 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 ability to show the URL in a history item if the download produced no title for it
- Added zoom-in zoom-out slider for logs and terminal screens.
- Added more options of datafetching 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
- Other small bug fixes
2024-01-14 12:23:49 +01:00
zaednasr
19a52c13ec
changes
- 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
2023-12-03 11:26:24 +01:00
zaednasr
c30285133b
... 2023-11-04 20:35:19 +01:00
kobyrevah
7c6626aa62
Translated using Weblate (Hebrew)
Currently translated at 100.0% (317 of 317 strings)

Translation: ytdlnis/strings
Translate-URL: https://hosted.weblate.org/projects/ytdlnis/strings/he/
2023-10-26 11:32:33 +02:00
kobyrevah
725887595a
Translated using Weblate (Hebrew)
Currently translated at 100.0% (309 of 309 strings)

Translation: ytdlnis/strings
Translate-URL: https://hosted.weblate.org/projects/ytdlnis/strings/he/
2023-10-23 15:03:41 +00:00
kobyrevah
af07bb7d36
Translated using Weblate (Hebrew)
Currently translated at 60.1% (186 of 309 strings)

Translation: ytdlnis/strings
Translate-URL: https://hosted.weblate.org/projects/ytdlnis/strings/he/
2023-10-23 15:03:38 +00:00
kobyrevah
864d93b1ab
Translated using Weblate (Hebrew)
Currently translated at 54.2% (166 of 306 strings)

Translation: ytdlnis/strings
Translate-URL: https://hosted.weblate.org/projects/ytdlnis/strings/he/
2023-10-23 15:03:31 +00:00
kobyrevah
651836a3c6
Translated using Weblate (Hebrew)
Currently translated at 44.0% (133 of 302 strings)

Translation: ytdlnis/strings
Translate-URL: https://hosted.weblate.org/projects/ytdlnis/strings/he/
2023-10-07 08:09:55 +02:00
kobyrevah
e97d480221
Translated using Weblate (Hebrew)
Currently translated at 38.0% (115 of 302 strings)

Translation: ytdlnis/strings
Translate-URL: https://hosted.weblate.org/projects/ytdlnis/strings/he/
2023-10-04 15:36:54 +02:00
kobyrevah
7a92c29a38
Translated using Weblate (Hebrew)
Currently translated at 26.8% (81 of 302 strings)

Translation: ytdlnis/strings
Translate-URL: https://hosted.weblate.org/projects/ytdlnis/strings/he/
2023-10-03 07:22:38 +02:00
kobyrevah
3d2cb608ea
Added translation using Weblate (Hebrew) 2023-10-02 11:56:06 +00:00