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.
 
 
 

56 lines
1.6 KiB

Before new_layout branch merge
==============================
* README.md update (pull-request #145)
* Script to automatically update file contents:
version : ISSUE_TEMPLATE.md, version.py
contributors : AUTHORS
After new_layout merge
======================
* Send emails to update translations
Next release
============
* Improve playlist downloads
* Remember list of urls after closing & re-opening
* About dialog show youtube-dl version
* Icons theme selection (vote on github) (or at least make it easy to change between them)
* Settings menu add "Statistics"
* Mix formats option
* Non-Windows shutdown using D-Bus instead of 'shutdown'
Structure
=========
* Create devscripts/ directory and move all the utility scripts there
* Create docs/ directory and move all the guides there
* Re-structure package
Localization
============
* Add support for right to left languages (hebrew, arabic)
* Fix paths on R2L layouts
* Script to automatically check translations (use google-translate library)
Other
=====
* Add FAQs into docs/ (after package re-structure)
* Refactor
* Review - rewrite threads communications
* Add support for Python 3.*
* Logging system using the Python 'logging' module
* Use youtube-dl directly from python instead of using the subprocess module
Probably wont add
=================
* ListCtrl double click to "Rename"
* Option to enable-disable items deletion from the filesystem
* Add '--recode-video' to Formats tab
* Auto video format detection
* Change 'Warning' status to 'Finished (*)' or something similar? (see: issue #131)