ffpreview.git
4 years ago* Improved help message.
Urban Wallasch [Tue, 11 May 2021 10:27:42 +0000 (12:27 +0200)]
* Improved help message.

4 years ago* Optimized tLabel class.
Urban Wallasch [Tue, 11 May 2021 10:27:17 +0000 (12:27 +0200)]
* Optimized tLabel class.

4 years ago* Small tweaks to version check and display.
Urban Wallasch [Tue, 11 May 2021 09:41:05 +0000 (11:41 +0200)]
* Small tweaks to version check and display.

4 years ago* Final de-spaghettification round-up.
Urban Wallasch [Mon, 10 May 2021 20:36:01 +0000 (22:36 +0200)]
* Final de-spaghettification round-up.
* Minor fixes.

4 years ago* Refactored some of the spaghetti code.
Urban Wallasch [Mon, 10 May 2021 13:59:28 +0000 (15:59 +0200)]
* Refactored some of the spaghetti code.
* Implemented optimal window extent calculation.
* Fixed some minor display issues.

4 years ago* Added -v/--verbosity and --version options
Urban Wallasch [Sun, 9 May 2021 21:52:05 +0000 (23:52 +0200)]
* Added -v/--verbosity and --version options
* Improved debug output.
(No changes to core functionality)

4 years ago* Suppress Qt debug logging.
Urban Wallasch [Sun, 9 May 2021 20:49:39 +0000 (22:49 +0200)]
* Suppress Qt debug logging.

4 years ago* Fixed bug in fallback logic, in case no thumbnails were loaded.
Urban Wallasch [Sun, 9 May 2021 20:24:04 +0000 (22:24 +0200)]
* Fixed bug in fallback logic, in case no thumbnails were loaded.

4 years ago* Added missing test for 'time_skip' parameter in chk_idxfile().
Urban Wallasch [Sun, 9 May 2021 18:08:38 +0000 (20:08 +0200)]
* Added missing test for 'time_skip' parameter in chk_idxfile().

4 years ago* Redirect stdout and stderr of player child process to DEVNULL.
Urban Wallasch [Sun, 9 May 2021 17:01:26 +0000 (19:01 +0200)]
* Redirect stdout and stderr of player child process to DEVNULL.

4 years ago* Partial revert of previous commit (dropped 'disown').
Urban Wallasch [Sun, 9 May 2021 16:50:16 +0000 (18:50 +0200)]
* Partial revert of previous commit (dropped 'disown').

4 years ago* Disown player child processes to avoid side effects after ffpreview is closed while...
Urban Wallasch [Sun, 9 May 2021 16:21:52 +0000 (18:21 +0200)]
* Disown player child processes to avoid side effects after ffpreview is closed while child running.

4 years ago* Removed spurious parameters from call (C&P cockup).
Urban Wallasch [Sun, 9 May 2021 16:19:57 +0000 (18:19 +0200)]
* Removed spurious parameters from call (C&P cockup).

4 years ago* Botch-fixed initial window height calculation.
Urban Wallasch [Sun, 9 May 2021 15:27:59 +0000 (17:27 +0200)]
* Botch-fixed initial window height calculation.

4 years ago* Fixed application not exiting cleanly, when main window is closed while child proce...
Urban Wallasch [Sun, 9 May 2021 15:10:09 +0000 (17:10 +0200)]
* Fixed application not exiting cleanly, when main window is closed while child process is running.

4 years ago* Fixed typo in sample configuration file.
Urban Wallasch [Sun, 9 May 2021 14:50:58 +0000 (16:50 +0200)]
* Fixed typo in sample configuration file.

4 years ago* Ported GUI from Tkinter to PyQt5. v0.2
Urban Wallasch [Sun, 9 May 2021 13:51:24 +0000 (15:51 +0200)]
* Ported GUI from Tkinter to PyQt5.

4 years ago* Fixed broken ffprobe invocation. v0.1
Urban Wallasch [Sun, 9 May 2021 13:44:30 +0000 (15:44 +0200)]
* Fixed broken ffprobe invocation.

4 years ago* Added alternative method to get video meta data using ffmpeg.
Urban Wallasch [Sat, 8 May 2021 15:39:10 +0000 (17:39 +0200)]
* Added alternative method to get video meta data using ffmpeg.
* Include number of frames in file info.

4 years ago* Print a warning, if thumbnail scrollframe size exceeds the maximum supported by...
Urban Wallasch [Sat, 8 May 2021 12:57:57 +0000 (14:57 +0200)]
* Print a warning, if thumbnail scrollframe size exceeds the maximum supported by Tkinter.

4 years ago* Fixed config file and argument parsing.
Urban Wallasch [Sat, 8 May 2021 10:09:34 +0000 (12:09 +0200)]
* Fixed config file and argument parsing.

4 years ago* Added configuration file support.
Urban Wallasch [Thu, 6 May 2021 19:24:54 +0000 (21:24 +0200)]
* Added configuration file support.
* Added configuration file option to specify paths to ffprobe and ffmpeg executables.
* Added configuration file option to specify custom video player invocation.
* Separated temp directory from thumbs directory in configuration.
* Comments in sample configuration.
* Several small fixes and improvements, refactoring.

CAUTION: Some command line options have been changed: -c --> -g, -R --> -r

4 years ago* Fix: Include the saved customvf setting when checking index file.
Urban Wallasch [Wed, 5 May 2021 20:31:33 +0000 (22:31 +0200)]
* Fix: Include the saved customvf setting when checking index file.

4 years ago* Store customvf filter settings in index file.
Urban Wallasch [Wed, 5 May 2021 20:09:25 +0000 (22:09 +0200)]
* Store customvf filter settings in index file.

4 years ago* Added -C/--customvf and -R/--reuse command line options.
Urban Wallasch [Wed, 5 May 2021 19:55:56 +0000 (21:55 +0200)]
* Added -C/--customvf and -R/--reuse command line options.

4 years ago* Switched popup menu focus handling from <Enter> to <Visibility>.
Urban Wallasch [Wed, 5 May 2021 19:29:09 +0000 (21:29 +0200)]
* Switched popup menu focus handling from <Enter> to <Visibility>.

4 years ago* Fixed context menu strange focus behaviour.
Urban Wallasch [Wed, 5 May 2021 19:16:50 +0000 (21:16 +0200)]
* Fixed context menu strange focus behaviour.

4 years ago* Added command line options -S/--start and -E/--end to specify start and end time...
Urban Wallasch [Wed, 5 May 2021 15:46:58 +0000 (17:46 +0200)]
* Added command line options -S/--start and -E/--end to specify start and end time for video scan.

4 years ago* Added thumbnail right click menu.
Urban Wallasch [Wed, 5 May 2021 13:50:54 +0000 (15:50 +0200)]
* Added thumbnail right click menu.
* Refactoring.

4 years ago* Sanitized imports, code cleanup.
Urban Wallasch [Wed, 5 May 2021 10:25:49 +0000 (12:25 +0200)]
* Sanitized imports, code cleanup.

4 years ago* Added status bar, improved progress display.
Urban Wallasch [Tue, 4 May 2021 19:23:15 +0000 (21:23 +0200)]
* Added status bar, improved progress display.

4 years ago* Consolidated all scroll event handling into one funtion.
Urban Wallasch [Tue, 4 May 2021 17:33:07 +0000 (19:33 +0200)]
* Consolidated all scroll event handling into one funtion.

4 years ago* Geometry shenanigans, again.
Urban Wallasch [Tue, 4 May 2021 17:24:37 +0000 (19:24 +0200)]
* Geometry shenanigans, again.

4 years ago* Improved responsiveness and progress update during startup, particularly when handl...
Urban Wallasch [Tue, 4 May 2021 13:00:15 +0000 (15:00 +0200)]
* Improved responsiveness and progress update during startup, particularly when handling thousands of thumbnails.

4 years ago* Implemented mouse-over background highlighting for thumbnail labels.
Urban Wallasch [Tue, 4 May 2021 11:11:11 +0000 (13:11 +0200)]
* Implemented mouse-over background highlighting for thumbnail labels.

4 years ago* Fixed mousewheel scrolling partially not working by binding all relevant event...
Urban Wallasch [Tue, 4 May 2021 11:08:36 +0000 (13:08 +0200)]
* Fixed mousewheel scrolling partially not working by binding all relevant event handlers to container not canvas.
* Use better looking scrollbar from tkinter.ttk.

4 years ago* Added option to select frames by skipping specified number of seconds.
Urban Wallasch [Mon, 3 May 2021 20:41:59 +0000 (22:41 +0200)]
* Added option to select frames by skipping specified number of seconds.

4 years ago* Display total number of thumbnail images in title bar.
Urban Wallasch [Mon, 3 May 2021 20:41:24 +0000 (22:41 +0200)]
* Display total number of thumbnail images in title bar.

4 years ago* Tell mpv to ignore ordered-chapters as thumbnails don't account for them either
Volodymyr Poltavets [Mon, 3 May 2021 15:45:25 +0000 (17:45 +0200)]
* Tell mpv to ignore ordered-chapters as thumbnails don't account for them either

Fixes off-by-ordered-chapters-duration while seeking to time code

4 years ago* Deduplicated thumbnail grid creation code.
Urban Wallasch [Mon, 3 May 2021 14:37:38 +0000 (16:37 +0200)]
* Deduplicated thumbnail grid creation code.

4 years ago* Fixed stale files not being removed, replaced silently failing glob with own logic.
Urban Wallasch [Mon, 3 May 2021 14:12:02 +0000 (16:12 +0200)]
* Fixed stale files not being removed, replaced silently failing glob with own logic.

4 years ago* Added application icon.
Urban Wallasch [Mon, 3 May 2021 13:01:44 +0000 (15:01 +0200)]
* Added application icon.
* Minor fixes (scrolling, WM class name, ...)

4 years ago* Added signal handler.
Urban Wallasch [Mon, 3 May 2021 13:01:01 +0000 (15:01 +0200)]
* Added signal handler.

4 years ago* Dynamically adjust number of thumbnail display columns to fit viewport width.
Urban Wallasch [Mon, 3 May 2021 10:39:34 +0000 (12:39 +0200)]
* Dynamically adjust number of thumbnail display columns to fit viewport width.

4 years ago* Fixed argument precedence and help text.
Urban Wallasch [Mon, 3 May 2021 09:53:50 +0000 (11:53 +0200)]
* Fixed argument precedence and help text.

4 years ago* Fixed yscrollincrement computation.
Urban Wallasch [Mon, 3 May 2021 08:52:41 +0000 (10:52 +0200)]
* Fixed yscrollincrement computation.

4 years ago* Improved scrolling, Up/Down/PgUp/PgDn/Home/End keys work as long as window has...
Urban Wallasch [Mon, 3 May 2021 08:25:23 +0000 (10:25 +0200)]
* Improved scrolling, Up/Down/PgUp/PgDn/Home/End keys work as long as window has focus.

4 years ago* Added 'exec ' to Popen commands, subprocess termination now works as expected.
Urban Wallasch [Mon, 3 May 2021 08:21:53 +0000 (10:21 +0200)]
* Added 'exec ' to Popen commands, subprocess termination now works as expected.

4 years ago* Consistent string quoting.
Urban Wallasch [Mon, 3 May 2021 07:37:06 +0000 (09:37 +0200)]
* Consistent string quoting.
* Less noise on stderr.

4 years ago* Reuse existing thumbnails and index, provided the essential parameters still match.
Urban Wallasch [Mon, 3 May 2021 07:07:07 +0000 (09:07 +0200)]
* Reuse existing thumbnails and index, provided the essential parameters still match.
* Changed index file format to JSON.
* Added -f,--force option to rebuild thumbnails, adjusted command line options.

4 years ago* Removed unused code.
Urban Wallasch [Sun, 2 May 2021 20:19:13 +0000 (22:19 +0200)]
* Removed unused code.
* Fixed copyright year.

4 years ago* Support three different methods of frame selection: I-frame, skip-N, scene-change...
Urban Wallasch [Sun, 2 May 2021 19:35:29 +0000 (21:35 +0200)]
* Support three different methods of frame selection: I-frame, skip-N, scene-change detect.
* Changed command line options.

4 years agoMerge branch 'master' of ssh://git.latice.de/var/lib/git/ffpreview
Urban Wallasch [Sun, 2 May 2021 19:34:54 +0000 (21:34 +0200)]
Merge branch 'master' of ssh://git.latice.de/var/lib/git/ffpreview

4 years ago* Use only the basename of input file for thumbnail folder naming.
Urban Wallasch [Sun, 2 May 2021 18:38:25 +0000 (20:38 +0200)]
* Use only the basename of input file for thumbnail folder naming.
* Switched to PNG from PPM, the latter regularly crashes the interpreter.
* Some minor fixes and improvements.

4 years ago* Fix long option usage (start)
Volodymyr Poltavets [Sun, 2 May 2021 18:18:06 +0000 (20:18 +0200)]
* Fix long option usage (start)

Using = to specify a value is mandatory in newer versions
of mpv for long options ("--option value" is no longer valid)
Alternative format to "--option=value" is "-option value"

4 years ago* Initial commit.
Urban Wallasch [Sun, 2 May 2021 16:06:11 +0000 (18:06 +0200)]
* Initial commit.