MrS0m30n3
a3920dcaa0
Check if youtube-dl exists during startup
Show an error message if updates are disabled and we
could not locate youtube-dl on the system.
6 years ago
MrS0m30n3
8b6a40832e
Add __packagename__ attribute
8 years ago
MrS0m30n3
82ab5db776
Make the strings under the formats module work
8 years ago
MrS0m30n3
638d4e70ed
Convert between str-unicode on app bounds, fixes #57
8 years ago
Sergey M․
cb37d5c11c
[optionswindow] Store window position and center on parent only for the first time
9 years ago
MrS0m30n3
b859ec210a
Change utils:get_config_path function
9 years ago
MrS0m30n3
afae6cfb27
Check options type when loading from settings.json
Also add utf-8 encoding and change the literals to unicode
characters to match the GUI and the loaded json
9 years ago
MrS0m30n3
c41d69f59c
Add localization
CHANGES
=======
setup.py
Add youtube_dl_gui/locale file on the installation script
__init__.py
Add localization via gettext
Move optionsmanager, logmanager initialization out of the main() function
mainframe.py
Add the gettext _() function to translate the strings
optiosframe.py
Add the gettext _() function to translate the strings
Add LocalizationTab
optionsmanager.py
Add new option 'locale_name'
utils.py
Add get_locale_file() function
NEW FILES
=========
locale_build: Contains scripts to auto create locale files
youtube_dl_gui/locale: Contains locale files for youtube-dlg
9 years ago
MrS0m30n3
29269bf51c
Check with auto-tools (pyflakes, pylint)
10 years ago
MrS0m30n3
5a43d4a2dd
Rename data.py -> info.py. Also re-write docstrings
10 years ago
MrS0m30n3
a84e37e880
Update docstrings
10 years ago
MrS0m30n3
c1c5d7a6d9
Rename module names to much PEP8
"Modules should have short, all-lowercase names.
Underscores can be used in the module name if it improves
readability."
10 years ago
MrS0m30n3
995d35bc55
Small Refactor (__init__.py)
10 years ago
MrS0m30n3
19632f7c79
Refactor MainFrame.py
10 years ago
MrS0m30n3
28a01eeb70
Refactor
10 years ago
MrS0m30n3
659d7d7ac1
Small fixes
10 years ago
MrS0m30n3
93868c8e24
Refactor code
rename YoutubeDLInterpreter -> YDLOptionsParser
pep8
etc..
10 years ago
MrS0m30n3
961dcb5576
Reindent to 4-spaces
10 years ago
MrS0m30n3
cc0b2ad9a5
Change metadata info
10 years ago
MrS0m30n3
dbe147ab62
Changed default config path to $HOME/.youtube-dl-gui & removed startup popup
10 years ago
MrS0m30n3
1ca60f921f
first commit
10 years ago