You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

51 lines
1.8 KiB

9 years ago
  1. GUI
  2. ===
  3. * Change MainFrame layout
  4. (see: https://docs.google.com/document/d/1UJ55sYepfk5Dl0nCJNz9fXRBgpG32v-4RwIqSdkXXVg/edit)
  5. * Increase MainFrames default size
  6. * Create new button widget (groups, auto width, General tab)
  7. * Add more statistics (Average download speed)
  8. * Auto video format detection
  9. * GUI command line builder like zenmap
  10. Structure
  11. =========
  12. * Create devscripts/ directory and move all the utility scripts there
  13. * Create docs/ directory and move all the guides there
  14. * Remove twodict from utils and use it directly from the library
  15. * Give icons the same name and keep them on different directories
  16. (see: https://github.com/deluge-torrent/deluge/tree/develop/deluge/ui/data/icons/hicolor)
  17. Localization
  18. ============
  19. * Update translation files
  20. * Add support for right to left languages (hebrew, arabic)
  21. * Fix paths on R2L layouts
  22. * Compile *.po files at build time
  23. * Script to automatically check translations (use google-translate library)
  24. * Write bot to automatically check the translations and merge them?
  25. Options
  26. =======
  27. * Option for basic - advanced video formats
  28. * Options reset delete - clear 'youtubedlg/spaths'
  29. * Option to disable-enable the 'download finished' pop up message
  30. * Option to close the program after download process
  31. * Add 'native hls option' see issue #49
  32. * Add Swedish on available subtitles
  33. * Add Hebrew on available subtitles
  34. Other
  35. =====
  36. * README.md add slackbuild
  37. * README.md add new images
  38. * Add FAQs into docs/
  39. * Add tests
  40. * Review - rewrite threads communications
  41. * Update setup.py
  42. * Add support for Python 3.*
  43. * Logging system using the Python 'logging' module
  44. * Use youtube-dl directly from python instead of using the subprocess module
  45. * Upload new website for http://mrs0m30n3.github.io/youtube-dl-gui
  46. * Script to automatically update file contents like version from .github/ISSUE_TEMPLATE.md file, AUTHORS file, etc..