New layout branch ================= * setup.py handle new UI changes * Take care of issue #73 * TODO tags utils.py 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 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 * Compile *.po files at build time * Script to automatically check translations (use google-translate library) * Send emails to update translations Fixes ===== * Extract filename info on 'Already Downloaded' * Change 'Warning' status to 'Finished (*)' or something similar? (see: issue #131) * Non-Windows shutdown using D-Bus instead of 'shutdown' Other ===== * README.md update (pull-request #145) * Add FAQs into docs/ * Script to automatically update file contents like version from .github/ISSUE_TEMPLATE.md file, AUTHORS file, etc.. * Upload new website for http://mrs0m30n3.github.io/youtube-dl-gui * 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