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.

46 lines
1.6 KiB

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