All Projects

ID Project Category Task Type Severity  desc Summary Status Progress Due In Version
 371 Network Type IndicatorGeneralBug ReportMedium Icon theme doesn't change Closed
0%
1.6 Task Description

Reported on Google Play Store

Reported on Pie.

Reproducible on Lollipop and up.

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

.

147vcsGeneralFeature RequestMediumConfiguration options revampAssigned
90%
1.14 Task Description

The available configuration options need a serious review and renaming. Old names will be accepted with warnings for either two releases or six months.

Also, should provide a sample configuration file so that the syntax and options are clearer.

194vcsGeneralFeature RequestMediumFiles incorrectly reporting "too short" length aren't d...Researching
0%
? Task Description

As reported by Dirk Reiners (paraphrased)

Files incorrectly reporting too short length (unlike too long), pass the safe_length_measure check ⇒ This prevents correcting length.

 309 Network Type IndicatorFeature RequestMedium Allow removing notification from lock screen in Lollipo ...Closed
100%
? Task Description

Lollipop’s new handling of ongoing notifications makes Nettype’s notification to stay on the lockscreen.

Brought up by Andrey Simakov and Theos Greg on Google Play.

 167 vcsGeneralSubmitted PatchMedium Improper cleanup of tempdir Closed
100%
1.12.2 Task Description

Originally submitted by Jason Tackaberry

VCS’ temporary dir (and its contents) is not removed on cleanup. Space in /dev/shm is wasted as a result.

Patch attached.

 219 vcsGeneralSubmitted PatchMedium Arch PKGBUILD outdated Closed
100%
1.13.1 Task Description

Submitted by Eris Belew

Guidelines for the PKGBUILD script have changed.

Submitted updated PKGBUILD.

 314 vcsGeneralSubmitted PatchMedium Patch for approximate size calculation Closed
100%
1.13.3 Task Description

Submitted by someone desiring no credit.

Here’s a patch against 1.13.2 for mistaken approximate size calculation.

Self-notes about the patch:

  • More accurate rounding → Discarded. I went for rounding by excess
  • Leading 0 in fractionary units was not present in the original → BUG
    Sample: Samsung HD sample, 1080pto720p version
196vcsGeneralTO-DOMediumffmpeg is deprecatedAssigned
0%
1.14 Task Description

See http://libav.org/, Jan 27 2012.
Also http://libav.org/index.html#fftools_rename for changes to the syntax.

Must change to avprobe/ffprobe and/or avconv.

271Quick File ShareTO-DOMediumAdd localisation supportAssigned
0%
1.0 Task Description

No need for description

 349 Network Type IndicatorGeneralTO-DOMedium Remove requirement of permission READ_PHONE_STATE Closed
100%
1.5 (rel. xx039) Task Description

Starting with Marshmallow (API level 23, Android 6.0) READ_PHONE_STATE is considered a dangerous permission (and as a result it can be revoked by the user at any time) but at the same time it is no longer required to check connection status.

Should restrict it to old API levels (NOTE the API documentation don’t mention this requirement anymore, but old devices DO require it).

356Network Type IndicatorGeneralTO-DOMediumEnhance RTL layoutAssigned
0%
1.6 Task Description

Rendering on RTL devices is does not work properly due to alignment problems.

Attached: Screen grabs from the pre-release report on an Arabic device.

359Network Type IndicatorGeneralTO-DOMediumDrop dark icons in Lollipop+Assigned
0%
1.6 Task Description

Material design icons are supposed to be white according to comments found online and most apps.

(I can’t find an actual upstream reference) Found at http://www.androiddocs.com/design/style/iconography.html

Dark icons are displayed white in practice.

 7 vcsGeneralBug ReportLow Broken program signature Closed
100%
Task Description

.

 8 vcsGeneralBug ReportLow Temporary files are not removed when interrupted Closed
100%
Task Description

E.g. with CTRL+C

 10 vcsGeneralBug ReportLow Incorrect number of captures printed to console Closed
100%
Task Description

The count is often off by one.

 12 vcsGeneralBug ReportLow Temporary files are put in $PWD, vfs might fail. Closed
100%
Task Description

Might fail with virtual file systems, like sshfs, which don’t implement certain features (like links)

 16 vcsGeneralBug ReportLow Handle interval longer than video Closed
100%
Task Description

.

 25 vcsGeneralBug ReportLow Safe renaming assumes current dir Closed
100%
Task Description

safe_rename() (incorrectly) strips path from the output file

 27 vcsGeneralBug ReportLow Console colours are printed to the wrong channel Closed
100%
Task Description

.

 28 vcsGeneralBug ReportLow Timestamps regex is too loose Closed
100%
Task Description

.

 31 vcsGeneralBug ReportLow Requested colours are not used Closed
100%
Task Description

.

 33 vcsGeneralBug ReportLow Filenames in non-latin scripts get printed incorrectly Closed
100%
1.11 Task Description

Workaround introduced in 1.0.7a, needs refinement

 36 vcsGeneralBug ReportLow Extended mode uses global number of columns Closed
100%
 37 vcsGeneralBug ReportLow Aspect ratio guessing fails if height is non-standard Closed
100%
 39 vcsGeneralBug ReportLow Extended mode uses global number of columns Closed
100%
 59 vcsGeneralBug ReportLow Mplayer seems to fail on MPEG or WMV9 Closed
100%
 63 vcsGeneralBug ReportLow Incorrect 0ms timestamps Closed
100%
 64 vcsGeneralBug ReportLow Incorrect count of captures in manual-only mode Closed
100%
 65 vcsGeneralBug ReportLow Extra padding added by IM to highlights Closed
100%
 66 vcsGeneralBug ReportLow Timestamps parsing multiplies seconds when no 's' is us ...Closed
100%
 72 vcsGeneralBug ReportLow Missing space after "Filename:" label Closed
100%
 73 vcsGeneralBug ReportLow Polaroid mode overlaps all images on the same position Closed
100%
 75 vcsGeneralBug ReportLow Number of audio channels = 0 Closed
100%
 80 vcsGeneralBug ReportLow Required programs should be checked before doing (prett ...Closed
100%
 83 vcsGeneralBug ReportLow seq is not available in FreeBSD Closed
100%
 85 vcsGeneralBug ReportLow Colourised console output doesn't work on FreeBSD Closed
100%
1.11
 87 vcsGeneralBug ReportLow Must ensure getopt is GNU getopt Closed
100%
 88 vcsGeneralBug ReportLow bash might not be in /bin Closed
100%
 89 vcsGeneralBug ReportLow sed arguments are not x-platform Closed
100%
 90 vcsGeneralBug ReportLow mktemp's arguments are not x-platform Closed
100%
 96 vcsGeneralBug ReportLow Passing ms to mplayer might make last capture fail Closed
100%
1.11
 97 vcsGeneralBug ReportLow -t doesn't accept timestamp syntax Closed
100%
1.11
 98 vcsGeneralBug ReportLow Timestamps are styled/unstyled inconsistently across sy ...Closed
100%
1.11
 99 vcsGeneralBug ReportLow Timestamps font is not used Closed
100%
1.11
 100 vcsGeneralBug ReportLow File's own aspect ratio is ignored Closed
100%
1.11
101vcsGeneralBug ReportLowHeading bleeds into left side of contact sheet when tit...Deferred
0%
116mp3plotImage outputBug ReportLowOptionally display generated imageNew
0%
0.7.0
Showing tasks 51 - 100 of 308 Page 2 of 7

Available keyboard shortcuts

Tasklist

Task Details

Task Editing