youtube-dl-gui/TODO

45 lines
1.3 KiB
Plaintext
Raw Normal View History

2017-07-20 07:46:34 -07:00
Release 0.4.1
=============
* Intergrity check youtube-dl bin
* Non-Windows shutdown using D-Bus instead of 'shutdown'
2017-06-19 05:10:05 -07:00
* Custom youtube-dl format selection filters (e.g. -f best[height<=360])
2016-09-26 05:08:52 -07:00
* Remember list of urls after closing & re-opening
2017-07-20 07:46:34 -07:00
* Context menu add new option "Go to file" or change the behaviour of "Open destination"
* Context menu "Report Failed URL to Github" (see: #16)
* Icons theme selection
Features
========
* Improve playlist downloads
2016-12-10 14:41:49 -08:00
* Mix formats option
2017-07-20 07:46:34 -07:00
* About dialog show youtube-dl version (probably will have to create new frame)
* Settings menu add "Statistics"
2016-12-10 14:41:49 -08:00
2016-11-16 03:31:36 -08:00
2016-09-16 11:02:47 -07:00
Localization
============
* Add support for right to left languages (hebrew, arabic)
2017-04-17 12:38:36 -07:00
* Fix paths on R2L layouts
2015-06-08 15:11:40 -07:00
2016-09-16 11:02:47 -07:00
2016-12-10 14:41:49 -08:00
Other
=====
2017-04-17 12:38:36 -07:00
* Re-structure package
2016-12-10 14:41:49 -08:00
2016-09-26 05:08:52 -07:00
* Refactor
2016-09-20 03:00:24 -07:00
* Review - rewrite threads communications
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
2016-12-10 14:41:49 -08:00
2016-09-26 05:08:52 -07:00
2016-11-16 08:22:07 -08:00
Probably wont add
=================
* ListCtrl double click to "Rename"
* Option to enable-disable items deletion from the filesystem
* Add '--recode-video' to Formats tab
2016-11-24 07:24:31 -08:00
* Auto video format detection
2016-12-27 06:44:45 -08:00
* Change 'Warning' status to 'Finished (*)' or something similar? (see: issue #131)
2017-12-16 09:33:21 -08:00
* Use proxy during update phase (see: issue #244)