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.

55 lines
2.0 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. * Swap some of the Error messages with Info
  10. * Add clear list button
  11. * Delete dialog add cancel
  12. Structure
  13. =========
  14. * Create devscripts/ directory and move all the utility scripts there
  15. * Create docs/ directory and move all the guides there
  16. * Remove twodict from utils and use it directly from the library
  17. * Give icons the same name and keep them on different directories
  18. (see: https://github.com/deluge-torrent/deluge/tree/develop/deluge/ui/data/icons/hicolor)
  19. Localization
  20. ============
  21. * Update translation files
  22. * Add support for right to left languages (hebrew, arabic)
  23. * Fix paths on R2L layouts
  24. * Compile *.po files at build time
  25. * Script to automatically check translations (use google-translate library)
  26. * Write bot to automatically check the translations and merge them?
  27. Options
  28. =======
  29. * Option for basic - advanced video formats
  30. * Options reset delete - clear 'youtubedlg/spaths'
  31. * Option to disable-enable the 'download finished' pop up message
  32. * Option to close the program after download process
  33. * Add 'native hls option' see issue #49
  34. * Add Swedish on available subtitles
  35. * Add Hebrew on available subtitles
  36. Other
  37. =====
  38. * README.md add slackbuild
  39. * README.md add new images
  40. * Save freq. used paths to 'settings.json' instead of 'spaths'
  41. * Add FAQs into docs/
  42. * Add tests
  43. * Review - rewrite threads communications
  44. * Update setup.py
  45. * Add support for Python 3.*
  46. * Logging system using the Python 'logging' module
  47. * Use youtube-dl directly from python instead of using the subprocess module
  48. * Upload new website for http://mrs0m30n3.github.io/youtube-dl-gui
  49. * Script to automatically update file contents like version from .github/ISSUE_TEMPLATE.md file, AUTHORS file, etc..
  50. * Extract filename info on 'Already Downloaded'