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.

36 lines
1.0 KiB

7 years ago
9 years ago
7 years ago
  1. Next release
  2. ============
  3. * Custom youtube-dl format selection filters (e.g. -f best[height<=360])
  4. * Improve playlist downloads
  5. * Remember list of urls after closing & re-opening
  6. * About dialog show youtube-dl version
  7. * Icons theme selection (vote on github) (or at least make it easy to change between them)
  8. * Settings menu add "Statistics"
  9. * Mix formats option
  10. * Non-Windows shutdown using D-Bus instead of 'shutdown'
  11. Localization
  12. ============
  13. * Add support for right to left languages (hebrew, arabic)
  14. * Fix paths on R2L layouts
  15. Other
  16. =====
  17. * Re-structure package
  18. * Refactor
  19. * Review - rewrite threads communications
  20. * Add support for Python 3.*
  21. * Logging system using the Python 'logging' module
  22. * Use youtube-dl directly from python instead of using the subprocess module
  23. Probably wont add
  24. =================
  25. * ListCtrl double click to "Rename"
  26. * Option to enable-disable items deletion from the filesystem
  27. * Add '--recode-video' to Formats tab
  28. * Auto video format detection
  29. * Change 'Warning' status to 'Finished (*)' or something similar? (see: issue #131)