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.9 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 for basic - advanced video formats
  27. * Options reset delete - clear 'youtubedlg/spaths'
  28. * Option to disable-enable the 'download finished' pop up message
  29. * Option to close the program after download process
  30. * Add 'native hls option' see issue #49
  31. * Add Swedish on available subtitles
  32. * Add Hebrew on available subtitles
  33. Other
  34. =====
  35. * README.md add slackbuild
  36. * README.md add new images
  37. * Save freq. used paths to 'settings.json' instead of 'spaths'
  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..