-
-
-
20210501545c096f · ·
refactored read_startup_playlist() always reuse same sub-window in notification_box(), don't leave it to garbage collector leave curse wrap exactly once per entry (fixes unwanted terminal blank lines on quit) streamline interruptions/signal/exceptions handling catch configparser.MissingSectionHeaderError exception better handle terminal resize
-
20210317e1f730f0 · ·
change read_startup_playlist() to - reflect a339fd7d startup playlist can only contain URLs now - print what file was read and how many lines imported. correctly use subprocess.run()
-
2021031537a83370 · ·
dump webserver, use staight subprocess and xdg-open instead.
-
20210307093c8d14 · ·
Cut lizzy launch-time in half by delaying imports specific to check_updates() Print mpv command before we run it
-
2021030680dae62e · ·
__Important changes:__ Drop ^b panel change left pane contents and behavior when no search terms Drop youtube-dl integration correct ^A behavior in left pane, when no search term or with url also when no search term, allow directly adding/playing single file from left-pane Fix crash when pressing ^E on "Empty playlist" Optimize search for up speed for up to 4 search terms drop readlines() in iterable : be lazy, avoid intermediary list in memory change make_filtered_list() logic to allow searches that begin with '/' create config_file() and start using it
-
20201209e0b014f4 · ·
avoid unneeded curse_wrap_off() actions set terminal title to "lizzy PROFILE"
-
202008122bed9383 · ·
change to a non fatal locale error exception: suggest different TERM export, (terminal prompt got jinxed) Better behave with spaces on word-moves, according to https://drewdevault.com/editing tell user to press any key to skip in get_enter_key()
-
-
20200716ad64eec1 · ·
Bug fix : crash when pressing ENTER on a playlist file in right pane.
-
-
20200706f2e89309 · ·
[fix] append dropped files to playlist automatically, as intended
-
-
-
-
-
2020062654039648 · ·
[Highlight] we now have setup.py, and README instructions for pip installation [Highlight] filtering is now much faster (no slow down on Nexus7 grouper's tegra T30L) [New feature] watch dl_temp_dir so all running instances know about a new file. [Bug fix] notifications and library-browser are swawn back after terminal-resize events [Bug fix] Correct skipExtensions default value. [Bug fix] ^A used to play if libraryIsSlash=yes in config Change inactive highlighted colors Added a timeout for non-blocking question about multiple youtube-dl downloads Added support for 'KEY_ENTER' key name, issued by qterminal on shift+enter Try curses.initscr(), fail with useful error message Import and use correct timeout exception for URLlib
-
-