deniscerri / ytdlnis

Android Video/Audio Downloader app using yt-dlp
GNU General Public License v3.0
3.79k stars 130 forks source link

Translation bug, I think [BUG] #468

Closed NicoaraAlex closed 5 months ago

NicoaraAlex commented 5 months ago

** Before making an issue make sure you are using the latest version of yt-dlp in the settings. Perhaps try using the nightly version of yt-dlp. If that didn't help, proceed with the issue

Describe the bug It's a bug in custom quality and audio quality. I think the translation is incorrect? I also checked the translations and left a comment.

To Reproduce

  1. Start app
  2. Go to "More"
  3. Go to "Settings"
  4. Go to "Processing"
  5. Scroll down, and see "Use Custom Audio Quality"
  6. Turn on, and see "Audio Quality 0 (best) 10 (worst)"

Expected behavior I knew that 0 is worse and 10 is better.

Screenshots / Video Recording image image (on Weblate - https://hosted.weblate.org/translate/ytdlnis/-/en/?q=state:%3Ctranslated ) bug (ss on bug in app)

(please complete the following information):

Additional context I don't think that the error (if it is an error) is due to the version of the application or android

tusharchopra07 commented 5 months ago

No, YTDLnis uses yt-dlp, and for yt-dlp 0 = best 10 = worst, the quality decreases in increasing order of numbers, also for more information you can checkout in yt-dlp page, the command is --audio-quality You can Read here