All Projects

ID Project Category  asc Task Type Severity Summary Status Progress Due In Version
 129 vcsGeneralBug ReportMedium Warn about renamed overrides Closed
100%
1.11.1 Task Description

Some override-able variables were renamed silently in 1.11

DEFAULT_COLS ⇒ cols
DEFAULT_INTERVAL ⇒ interval
DEFAULT_NUMCAPS ⇒ numcaps

 130 vcsGeneralTO-DOLow Provide Arch package Closed
100%
1.11.1 Task Description

No need for description

 131 vcsGeneralBug ReportVery Low ImageMagick version check uses GNU regex Closed
100%
1.11.1 Task Description

The grep regex uses ‘\s’ which is Perl-style and not supported by all greps.

Use ‘:space:’ or similar.

Low severity since vcs works with the failed check.

 132 vcsGeneralBug ReportLow Cleanup regression: empty temporary dir left behind Closed
100%
1.11.2 Task Description

Safe length measuring creates extra temporary directories that aren’t removed properly

 135 vcsGeneralBug ReportHigh Pythagorean theorem uses gawk syntax Closed
100%
1.11.2 Task Description

pyth_th() uses **, accepted by gawk but not mawk

Also Ubuntu uses mawk by default.

 136 vcsGeneralBug ReportMedium Ubuntu doesn't register fonts with ImageMagick Closed
100%
1.11.2 Task Description

Symbolic font names don’t work since IM won’t know about TTF fonts.

Probably affects other systems too.

 138 vcsGeneralFeature RequestLow Interval in configuration file doesn't allow time synta ...Closed
100%
1.12 Task Description

i.e.

interval=5m
 140 vcsGeneralTO-DOVery Low Release 1.12 Closed
100%
1.12 Task Description

This is a meta-item depending on bugs/features required to complete before releasing vcs 1.12

 141 vcsGeneralTO-DOLow Change end_offset behaviour Closed
100%
1.12 Task Description

End offset will be set to a small percentage of the length (5.5%? –5m for 90m–), applicable always by default, instead of a fixed value

 142 vcsGeneralTO-DOLow Ignore MIN_LENGTH_FOR_END_OFFSET Closed
100%
1.12 Task Description

MIN_LENGTH_FOR_END_OFFSET was deprecated in 1.11 and will be ignored starting with 1.12.

The new behaviour is to apply by default a small end offset always, based on the video length. Users will be able to disable this with either -E0 or config option end_offset=0

 143 vcsGeneralTO-DOLow Add new configuration locations Closed
100%
1.12 Task Description

With the introduction of profiles vcs will need directories to place them.

Using vcs-nix might be safer since vcs is too short and too meaningful (Version Control System) to hijack it safely.

Candidates:

  • Site-wide: /usr/share/vcs/profiles, /usr/local/share/vcs/profiles/
  • User-local: ~/.vcs/profiles/
 144 vcsGeneralBug ReportLow Allow configuration in dotdir Closed
100%
1.12 Task Description

With the introduction of ~/.vcs/ (or ~/.vcs-nix/) it makes sense moving local configurations there. The older ~/.vcs.conf will still be accepted.

Load order:

  1. /etc/vcs.conf
  2. ~/.vcs.conf
  3. ~/.vcs/vcs.conf
  4. ./vcs.conf
 145 vcsGeneralTO-DOLow Remove "--shoehorn'", deprecate "-Z shoehorn" Closed
100%
1.12 Task Description

shoehorn is most probably no longer needed (or even working) with the complexity vcs has gained over time

 146 vcsGeneralTO-DOVery Low Remove "--mincho" Closed
100%
1.12 Task Description

–mincho was replaced with –nonlatin in 1.11

 148 vcsGeneralFeature RequestVery Low Include generation of config/profile from the command-l ...Closed
100%
1.12 Task Description

No need for description

 149 vcsGeneralBug ReportMedium Check configuration values for correctness Closed
100%
1.12 Task Description

No need for description

 150 vcsGeneralFeature RequestLow Provide sample configuration Closed
100%
1.12 Task Description

So that the syntax and options are clearer.

 152 vcsGeneralTO-DOVery Low Release 1.13 Closed
100%
Meta: Release Cycle Task Description

This is a meta-item depending on bugs/features required to complete before releasing vcs 1.13

Previous:  FS#140 ,  FS#170 
Next: FS#153

 154 vcsGeneralBug ReportLow --nonlatin doesn't use the automatically selected font Closed
100%
1.12 Task Description

-I does use it

 156 vcsGeneralFeature RequestLow Add font_all, bg_all and fg_all Closed
100%
1.12.2 Task Description

Configuration options that will trigger a change of all fonts, background and foreground settings respectively

 157 vcsGeneralFeature RequestLow Make DVD command-line consistent with files command-lin ...Closed
100%
1.12 Task Description

Command-line arguments for DVD handling should be consistent with handling of video files, e.g.:

$ vcs --dvd --dvd-title 1 /dev/dvd

with dvd-title being optional, instead of

$ vcs --dvd /dev/dvd 1

 158 vcsGeneralTO-DOLow Complete manpage Closed
100%
1.13 Task Description

Complete manpage.

 159 vcsGeneralFeature RequestLow Add alternative for font_filename Closed
100%
1.12.2 Task Description

font_filename is ignored in 1.12

An alternative in the form of (boolean) nonlatin_filenames or similar should be added.

 160 vcsGeneralBug ReportCritical AWK getting comma-separated decimals Closed
100%
1.12.1 Task Description

Original report by ya at:

Video Contact Sheet *NIX v1.12, (c) 2007-2010 Toni Corvera
Processing <FILE>...
awk: BEGIN { if (4993,00000000000000000000 == 0) exit 0 ; else exit 1 }
awk:                 ^ syntax error
awk: BEGIN { if (4993,00000000000000000000 == 0) exit 0 ; else exit 1 }
awk:                                           ^ syntax error
awk: BEGIN { if (4993,00000000000000000000 == 0) exit 0 ; else exit 1 }
awk:                                                      ^ syntax error
awk: BEGIN { printf "%.20f", ((4993,00000000000000000000 - 4993.92))+0 }
awk:                                                               ^ syntax error
awk: BEGIN { printf "%.20f", ((4993,00000000000000000000 - 4993.92))+0 }
awk:                                                                ^ syntax error
awk: BEGIN { if (() < (0)) print (() * -1) ; else print () }
awk:              ^ syntax error
awk: BEGIN { if (() < (0)) print (() * -1) ; else print () }
awk:                ^ syntax error
awk: BEGIN { if (() < (0)) print (() * -1) ; else print () }
awk:                       ^ syntax error
awk: BEGIN { if (() < (0)) print (() * -1) ; else print () }
awk:                                 ^ syntax error
awk: BEGIN { if (() < (0)) print (() * -1) ; else print () }
awk:                                       ^ syntax error
awk: BEGIN { if (() < (0)) print (() * -1) ; else print () }
awk:                                                       ^ syntax error
...
 161 vcsGeneralTO-DOLow Release 1.12.1 Closed
100%
1.12.1 Task Description

This is a meta-item depending on bugs/features required to complete before releasing vcs 1.12.1

 165 vcsGeneralTO-DOLow Release 1.12.2 Closed
100%
Meta: Release Cycle
 166 vcsGeneralTO-DOVery Low Support WebM Closed
100%
1.12.2
 167 vcsGeneralSubmitted PatchMedium Improper cleanup of tempdir Closed
100%
1.12.2
 168 vcsGeneralTO-DOLow Create basic manpage Closed
100%
1.12.2
 169 vcsGeneralBug ReportLow --ffmpeg and --mplayer documented but ignored Closed
100%
1.12.3
 170 vcsGeneralTO-DOVery Low Release 1.12.3 Closed
100%
Meta: Release Cycle
 171 vcsGeneralTO-DOVery Low Deprecate './vcs.conf' in favour of profiles Closed
100%
1.13
 173 vcsGeneralTO-DOLow Switch to Bash 3 Closed
100%
1.12.3
 174 vcsGeneralBug ReportMedium Video length is checked against mplayer's identificatio ...Closed
100%
1.12.3
 175 vcsGeneralBug ReportMedium Failure after a certain number of uses Closed
100%
 176 vcsGeneralTO-DOVery Low Filmstrip not realistic Closed
100%
1.13
 177 vcsGeneralTO-DOLow Safe length feedback should print nicer timestamps Closed
100%
1.13
 179 vcsGeneralTO-DOVery Low Add codec identification for FRAPS captures Closed
100%
1.13
 180 relevationGeneralBug ReportLow Negated types are ignored inconsistently Closed
100%
1.2
 181 relevationGeneralBug ReportMedium Wrong password produces unhandled exception Closed
100%
1.1
 182 relevationGeneralTO-DOLow Release 1.1 Closed
100%
Meta: Release Cycle
 183 relevationGeneralTO-DOLow Support PyCryptoPlus Closed
100%
 184 relevationGeneralTO-DOLow Move from libxml2 to lxml Closed
100%
1.1
 185 relevationGeneralTO-DOLow Support cryptopy Closed
100%
1.1
 186 relevationGeneralTO-DOVery Low Release 1.2 Closed
100%
Meta: Release Cycle
 187 vcsGeneralBug ReportLow -U without argument fails Closed
100%
1.12.3
 188 vcsGeneralTO-DOLow Blank frame evasion Closed
100%
1.13
 189 vcsGeneralBug ReportHigh VCS is broken on FreeBSD (and Mac OS X) since 1.12.3 Closed
100%
1.13
 195 vcsGeneralBug ReportHigh Too short files might lead to infinte loop Closed
100%
1.13
 198 vcsGeneralBug ReportLow Console isn't always correctly restored Closed
100%
1.13
Showing tasks 151 - 200 of 308 Page 4 of 7

Available keyboard shortcuts

Tasklist

Task Details

Task Editing