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.

69 lines
2.3 KiB

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