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.

68 lines
2.2 KiB

9 years ago
  1. NEW_LAYOUT
  2. ==========
  3. * Fix playlist support
  4. * REFACTOR tag downloadmanager.py:663
  5. * Labels back to gettext
  6. GUI
  7. ===
  8. * Change MainFrame layout
  9. (see: https://docs.google.com/document/d/1UJ55sYepfk5Dl0nCJNz9fXRBgpG32v-4RwIqSdkXXVg/edit)
  10. * Icons theme selection (vote on github)
  11. * Auto video format detection
  12. * Remember list of urls after closing & re-opening
  13. * Settings menu add "Statistics"
  14. * ListCtrl double click to "Rename"
  15. * Savepath combobox remove READONLY style
  16. Structure
  17. =========
  18. * Create devscripts/ directory and move all the utility scripts there
  19. * Create docs/ directory and move all the guides there
  20. * Re-structure package
  21. Localization
  22. ============
  23. * Update translation files
  24. * Add support for right to left languages (hebrew, arabic)
  25. * Fix paths on R2L layouts
  26. * Compile *.po files at build time
  27. * Script to automatically check translations (use google-translate library)
  28. * Write bot to automatically check the translations and merge them?
  29. Options
  30. =======
  31. * Option to disable-enable the 'download finished' pop up message
  32. * Option to enable-disable items deletion from the filesystem
  33. * Option to validate item deletion 'Are you sure?'
  34. * Add 'native hls option' see issue #49
  35. * Add Swedish on available subtitles
  36. * Add Hebrew on available subtitles
  37. * Localization option: add country flags
  38. * Add '-v' flag to extra options
  39. * Add '--ignore-config' flag to extra options
  40. * Add '--recode-video' to Formats tab
  41. Other
  42. =====
  43. * README.md add slackbuild
  44. * README.md add new images
  45. * About dialog show youtube-dl version
  46. * Extract filename info on 'Already Downloaded'
  47. * Change 'Warning' status to 'Finished (*)' or something similar? (see: issue #131)
  48. * Update setup.py
  49. * Add FAQs into docs/
  50. * Upload new website for http://mrs0m30n3.github.io/youtube-dl-gui
  51. * Refactor
  52. * Review - rewrite threads communications
  53. * Add support for Python 3.*
  54. * Logging system using the Python 'logging' module
  55. * Use youtube-dl directly from python instead of using the subprocess module
  56. * Script to automatically update file contents like version from .github/ISSUE_TEMPLATE.md file, AUTHORS file, etc..
  57. * Non-Windows shutdown using D-Bus instead of 'shutdown'
  58. Invalid
  59. =======
  60. * Options reset delete - clear 'youtubedlg/spaths'