youtube-dl-gui/TODO

56 lines
2.0 KiB
Plaintext
Raw Normal View History

2016-09-16 11:02:47 -07:00
GUI
===
2016-09-17 04:07:05 -07:00
* Change MainFrame layout
(see: https://docs.google.com/document/d/1UJ55sYepfk5Dl0nCJNz9fXRBgpG32v-4RwIqSdkXXVg/edit)
2016-09-16 11:02:47 -07:00
* Create new button widget (groups, auto width, General tab)
* Add more statistics (Average download speed)
* Auto video format detection
* GUI command line builder like zenmap
2016-09-25 05:58:03 -07:00
* Swap some of the Error messages with Info
* Add clear list button
2016-09-25 07:22:51 -07:00
* Delete dialog add cancel
2016-09-16 11:02:47 -07:00
Structure
=========
* Create devscripts/ directory and move all the utility scripts there
2016-09-17 04:07:05 -07:00
* Create docs/ directory and move all the guides there
2016-09-16 11:02:47 -07:00
* Remove twodict from utils and use it directly from the library
* Give icons the same name and keep them on different directories
(see: https://github.com/deluge-torrent/deluge/tree/develop/deluge/ui/data/icons/hicolor)
Localization
============
2016-02-09 03:41:05 -08:00
* Update translation files
2016-09-16 11:02:47 -07:00
* Add support for right to left languages (hebrew, arabic)
* Fix paths on R2L layouts
* Compile *.po files at build time
* Script to automatically check translations (use google-translate library)
* Write bot to automatically check the translations and merge them?
2015-06-08 15:11:40 -07:00
2016-09-16 11:02:47 -07:00
Options
=======
2016-09-19 16:46:56 -07:00
* Option for basic - advanced video formats
2016-09-19 16:39:36 -07:00
* Options reset delete - clear 'youtubedlg/spaths'
2016-09-16 11:02:47 -07:00
* Option to disable-enable the 'download finished' pop up message
* Option to close the program after download process
* Add 'native hls option' see issue #49
* Add Swedish on available subtitles
* Add Hebrew on available subtitles
Other
=====
* README.md add slackbuild
* README.md add new images
2016-09-24 09:57:07 -07:00
* Save freq. used paths to 'settings.json' instead of 'spaths'
2016-09-17 04:07:05 -07:00
* Add FAQs into docs/
2016-09-16 11:02:47 -07:00
* Add tests
2016-09-20 03:00:24 -07:00
* Review - rewrite threads communications
2016-09-19 10:55:23 -07:00
* Update setup.py
2016-09-16 11:02:47 -07:00
* Add support for Python 3.*
* Logging system using the Python 'logging' module
* Use youtube-dl directly from python instead of using the subprocess module
* Upload new website for http://mrs0m30n3.github.io/youtube-dl-gui
* Script to automatically update file contents like version from .github/ISSUE_TEMPLATE.md file, AUTHORS file, etc..
2016-09-25 05:58:03 -07:00
* Extract filename info on 'Already Downloaded'