All Projects

ID Project Category Task Type Severity  desc Summary Status Progress Due In Version
 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).

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.

5vcsGeneralBug ReportMediumMeta-information gets overlapped with small contact she...Assigned
0%
Task Description

When the resulting contact sheet is too thin, the meta-information header is cramped and fields overlap.

137vcsGeneralBug ReportMediumHang with RM filesUnconfirmed
0%
Task Description

Original report by Dougn Redhammer

vcs hangs with some RM files.

Tracing shows it gets stuck in mplayer_identify.

MPlayer can play the files fine from the terminal. Although it exits with «MPlayer interrupted by signal 11 in module: uninit_vcodec».

I can reproduce the abrupt termination, it happens when using Real’s native decoder (w64codecs, /usr/lib/codecs/drvc.so). Using FFMpeg’s decoder (MPlayer’s -vc ffrv30) MPlayer exits normally.

I can’t reproduce the hang either way.

139mp3plotCore/GeneralBug ReportMediumInconsistent results across archesResearching
0%
? Task Description

Running in Fedora Core 10 i686 (KVM) yields one 128k frame less and a different “theoretical size” than in Debian amd64, in one sample, and the same number of frames but 2 bytes less in another.

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.

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

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.

369Network Type IndicatorGeneralBug ReportMediumNotification doesn't load on bootAssigned
0%
1.6 Task Description

Reported by Terry Parrott

Reports that the app won’t auto load despite having the option enabled.

Reported on Oreo.

Presumably related to FS#370.

370Network Type IndicatorGeneralBug ReportMediumApp crashes on bootAssigned
0%
1.6 Task Description

The app force-closes on device boot when load on boot is enabled.

Once the boot is complete it behaves normally.

Seen in Oreo.

Presumably related to FS#369.

 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.
 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

 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

.

 17 vcsGeneralFeature RequestLow Allow quiet operation Closed
100%
Task Description

.

 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).

 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%
 28 vcsGeneralBug ReportLow Timestamps regex is too loose Closed
100%
 31 vcsGeneralBug ReportLow Requested colours are not used Closed
100%
 33 vcsGeneralBug ReportLow Filenames in non-latin scripts get printed incorrectly Closed
100%
1.11
 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%
 48 vcsGeneralFeature RequestLow Padding needs adjusting 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%
 67 vcsGeneralFeature RequestLow DVD Support Closed
100%
1.11
 68 vcsGeneralFeature RequestLow DVD ISO support Closed
100%
1.11
 71 vcsGeneralFeature RequestLow Polaroid mode should imitate actual polaroids 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%
 77 vcsGeneralFeature RequestLow Honor system fonts Closed
100%
 78 vcsGeneralFeature RequestLow Support FreeBSD Closed
100%
1.11
 80 vcsGeneralBug ReportLow Required programs should be checked before doing (prett ...Closed
100%
 83 vcsGeneralBug ReportLow seq is not available in FreeBSD Closed
100%
 84 vcsGeneralTO-DOLow Drop seq/jot Closed
100%
1.11
 85 vcsGeneralBug ReportLow Colourised console output doesn't work on FreeBSD Closed
100%
1.11
Showing tasks 51 - 100 of 308 Page 2 of 7

Available keyboard shortcuts

Tasklist

Task Details

Task Editing