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.

61 lines
1.7 KiB

9 years ago
  1. New layout branch
  2. =================
  3. * setup.py handle new UI changes
  4. * Take care of issue #73
  5. * TODO tags utils.py
  6. Next release
  7. ============
  8. * Improve playlist downloads
  9. * Remember list of urls after closing & re-opening
  10. * About dialog show youtube-dl version
  11. * Icons theme selection (vote on github) (or at least make it easy to change between them)
  12. * Settings menu add "Statistics"
  13. * Mix formats option
  14. Structure
  15. =========
  16. * Create devscripts/ directory and move all the utility scripts there
  17. * Create docs/ directory and move all the guides there
  18. * Re-structure package
  19. Localization
  20. ============
  21. * Add support for right to left languages (hebrew, arabic)
  22. * Fix paths on R2L layouts
  23. * Compile *.po files at build time
  24. * Script to automatically check translations (use google-translate library)
  25. * Send emails to update translations
  26. Fixes
  27. =====
  28. * Extract filename info on 'Already Downloaded'
  29. * Change 'Warning' status to 'Finished (*)' or something similar? (see: issue #131)
  30. * Non-Windows shutdown using D-Bus instead of 'shutdown'
  31. Other
  32. =====
  33. * README.md update (pull-request #145)
  34. * Add FAQs into docs/
  35. * Script to automatically update file contents like version from .github/ISSUE_TEMPLATE.md file, AUTHORS file, etc..
  36. * Upload new website for http://mrs0m30n3.github.io/youtube-dl-gui
  37. * Refactor
  38. * Review - rewrite threads communications
  39. * Add support for Python 3.*
  40. * Logging system using the Python 'logging' module
  41. * Use youtube-dl directly from python instead of using the subprocess module
  42. Probably wont add
  43. =================
  44. * ListCtrl double click to "Rename"
  45. * Option to enable-disable items deletion from the filesystem
  46. * Add '--recode-video' to Formats tab
  47. * Auto video format detection