All Projects

ID Project  asc Category Task Type Severity Summary Status Progress Due In Version
 226 vcsGeneralBug ReportVery Low Pre-releases error on files with single quotes in their ...Closed
100%
1.13.2 Task Description

Pointed out by Miya

eval: line 1874: syntax error in conditional expression
eval: line 1874: syntax error near `got'
eval: line 1874: `[[ -n 'File's got problems.mp4.png' ]]'
Internal error at safe_rename():1510: [[ -n 'File's got problems.mp4.png' ]]
 248 vcsGeneralBug ReportHigh Unsupported format gives errors Closed
100%
1.13.3 Task Description

Seen in HEVC contained in MPEG-TS

 311 vcsGeneralBug ReportMedium Allow disabling coloured output altogether Closed
100%
1.13.3 Task Description

Reported by DanC

https://outlyer.net/2014-05-18:vcs-1_13_2-released/comment-page-1/#comment-20390:

A great utilty... I’ve been using this for a couple of years now (it runs every night as a cron job).
I’ve been looking at cleaning up the output that cron captures from each of its commands and stores as a system email.
I’ve enabled the -Wc option to prevent coloured output. Mostly this works except near the start of the script when it says:
Settings from /home/danc/.vcs/vcs.conf:
bg_heading
This is still shown in green. Bug?

Currently the colour only stops after the option is found.

 323 vcsGeneralBug ReportCritical Codec information is misaligned/cropped Closed
100%
1.13.3 Task Description

Originally reported by Markus and Wade

The codec information box gets cropped with current versions of ImageMagick.

363vcsGeneralBug ReportLowFile names with '#' lead to errors when creating versio...Assigned
0%
1.14 Task Description

I.e. create file sample#.avi

Run vcs on sample#.avi -> sample#.avi.png is created.
Run vcs again. sample#.avi-1.png should be created, but sed generates an error.

 364 vcsGeneralBug ReportLow Evasion offsets aren't walked over in array Closed
100%
1.13.4 Task Description

Submitted by Davide Cavestro

The array EVASION_ALTERNATIVES isn’t looped over correctly. Correction:

-		for delta in $EVASION_ALTERNATIVES ; do
+		for delta in ${EVASION_ALTERNATIVES[*]} ; do
 365 vcsGeneralBug ReportLow File sizes are rounded Closed
100%
1.13.4 Task Description

Reported by remlap

File sizes are displayed as 3.00GiB instead of 3.54GiB

 373 vcsGeneralBug ReportCritical Number of columns is ignored Closed
100%
Task Description

First reported on BSD and Debian 10 (reproducible), apparently tied to some updated tool

378vcsGeneralBug ReportMediumBlank frame evasion produces error on latest ImageMagic...Assigned
0%
1.14 Task Description

Reported by Paul:

Hey,
I'm using VCS via Homebrew Install (https://formulae.brew.sh/formula/vcs#default) and since the last update of imagemagick (?) I get dozens of error messages:
convert: Expected operator at '.mean*100' @ error/fx.c/GetOperator/2408

Confirmed to happen on ImageMagick 7.1 on Linux, the contact sheet is generated but blank frame evasion is skipped

382vcsGeneralBug ReportMediumLook into detecting or setting manually GNU getoptAssigned
0%
? Task Description

Reported by KW in comments: https://outlyer.net/2019-11-26:vcs-1-13-4-released/#comment-51875

With the new script I'm getting issues the following error:
No compatible version of getopt in path, can't continue.
Enhanced getopt (i.e. GNU getopt) is required

Added by Darko in comments: https://outlyer.net/2019-11-26:vcs-1-13-4-released/#comment-52719

The homebrew's version of vcs has this at line 186:
declare GETOPT=/opt/homebrew/opt/gnu-getopt/bin/getopt
While Toni's just uses whatever is on path:
declare GETOPT=getopt
… which on macOS is non-gnu version of getopt.

Added by X in comments: https://outlyer.net/2019-11-26:vcs-1-13-4-released/#comment-53401

The issue is on line 186. Brew version has this:
declare GETOPT=/usr/local/opt/gnu-getopt/bin/getopt
The trunk version has:
declare GETOPT=getopt
When I backport the most important change you did in the trunk version ('`fx:image.mean` > `fx:mean`') then indeed the error messages on '.mean*100' are gone.
 3 vcsGeneralFeature RequestMedium Allow setting output filename Closed
100%
1.11 Task Description

.

 4 vcsGeneralFeature RequestLow Allow more complex, human readable timestamps Closed
100%
Task Description

E.g. 4m30s

See http://p.outlyer.net/dox/vcs:time_syntax

 6 vcsGeneralFeature RequestLow Allow overriding default command-line Closed
100%
Task Description

E.g. allow setting –jpeg and –user outlyer implicitly for all files

 14 vcsGeneralFeature RequestVery Low Support per-dir and system-wide config files Closed
100%
Task Description

/etc/vcs.conf and ./vcs.conf in addition to ~/.vcs.conf

 15 vcsGeneralFeature RequestVery Low Print all failed requirements Closed
100%
Task Description

Print all missing required programs instead of just the first

 17 vcsGeneralFeature RequestLow Allow quiet operation Closed
100%
Task Description

.

 19 vcsGeneralFeature RequestVery Low Allow highlighting individual captures Closed
100%
Task Description

See http://p.outlyer.net/dox/vcs:manual_modes#highlights

 20 vcsGeneralFeature RequestVery Low Add extra set of smaller captures Closed
100%
Task Description

See http://p.outlyer.net/dox/vcs:extended_mode

 21 vcsGeneralFeature RequestLow Allow configuration overrides from the command-line Closed
100%
Task Description

Allow command-line overrides (changing internal variables from the command-line).

 22 vcsGeneralFeature RequestVery Low Discard mplayer as a capturer Closed
100%
Task Description

.

 23 vcsGeneralFeature RequestVery Low Make FFmpeg optional Closed
100%
1.11 Task Description

.

 29 vcsGeneralFeature RequestVery Low Support milliseconds in timestamp strings Closed
100%
Task Description

See http://p.outlyer.net/dox/vcs:time_syntax

 30 vcsGeneralFeature RequestVery Low Allow disabling "created by..." line Closed
100%
Task Description

.

 48 vcsGeneralFeature RequestLow Padding needs adjusting Closed
100%
Task Description

No need for description

 51 vcsGeneralFeature RequestVery Low Allow manually setting padding Closed
100%
1.11 Task Description

No need for description

 67 vcsGeneralFeature RequestLow DVD Support Closed
100%
1.11
 68 vcsGeneralFeature RequestLow DVD ISO support Closed
100%
1.11
69vcsGeneralFeature RequestVery LowImage modeLimbo
0%
 70 vcsGeneralFeature RequestVery Low Add JPEG2000 output Closed
100%
 71 vcsGeneralFeature RequestLow Polaroid mode should imitate actual polaroids Closed
100%
 77 vcsGeneralFeature RequestLow Honor system fonts Closed
100%
 78 vcsGeneralFeature RequestLow Support FreeBSD Closed
100%
1.11
 81 vcsGeneralFeature RequestVery Low Add profiles support Closed
100%
1.12
 82 vcsGeneralFeature RequestVery Low Unify profiles and funky modes Closed
100%
?
 86 vcsGeneralFeature RequestLow Tag console messages if there's no colour support Closed
100%
1.11
 91 vcsGeneralFeature RequestLow Drop GNU getopt Closed
0%
?
92vcsGeneralFeature RequestVery LowSupport OpenSolaris/SunOSLimbo
0%
2.0
 94 vcsGeneralFeature RequestLow Package in RPM Closed
100%
1.11.1
 102 vcsGeneralFeature RequestLow Drop sed -r/sed -E detection Closed
100%
1.11
 103 vcsGeneralFeature RequestLow Accept percentages in -H Closed
100%
1.11
104vcsGeneralFeature RequestVery LowAccept percentages in --from and --toDeferred
0%
 105 vcsGeneralFeature RequestVery Low Allow overriding default height Closed
100%
1.11
 106 vcsGeneralFeature RequestLow Make mplayer optional Closed
100%
1.11
 107 vcsGeneralFeature RequestLow Add ffmpeg as video identifier Closed
100%
1.11
 108 vcsGeneralFeature RequestLow Allow overriding DISABLE_SHADOWS and DISABLE_TIMESTAMPS Closed
100%
118vcsGeneralFeature RequestLowCreate manpageDeferred
0%
 123 vcsGeneralFeature RequestLow Avoid repeating captures in different sets Closed
100%
1.13
124vcsGeneralFeature RequestLowBetter looking timestampsAssigned
0%
125vcsGeneralFeature RequestVery LowBlank screen evasion (mtn feature)Deferred
90%
1.14
126vcsGeneralFeature RequestVery LowEdge detection / blur evasion (mtn feature)Deferred
0%
Showing tasks 201 - 250 of 308 Page 5 of 7

Available keyboard shortcuts

Tasklist

Task Details

Task Editing