All Projects

ID Project Category  asc Task Type Severity Summary Status Progress Due In Version
 73 vcsGeneralBug ReportLow Polaroid mode overlaps all images on the same position Closed
100%
Task Description

Originally reported by Aleksandar Urosevic

 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
 96 vcsGeneralBug ReportLow Passing ms to mplayer might make last capture fail Closed
100%
1.11 Task Description

Even though they’re ignored, it might fail on some files. May be due to the 5 frames hack.

 48 vcsGeneralFeature RequestLow Padding needs adjusting Closed
100%
Task Description

No need for description

 94 vcsGeneralFeature RequestLow Package in RPM Closed
100%
1.11.1 Task Description

No need for description

151vcsGeneralTO-DOLowOverride-able variables cleanup: Removal of deprecated ...Assigned
0%
1.14 Task Description

Introduce new names in 1.12 ( FS#120 )

Remove old names in 1.13 or 1.14 (this)

 120 vcsGeneralTO-DOLow Override-able variables cleanup: New names Closed
100%
1.12 Task Description

Introduce new names in 1.12 (this)

Remove old names in 1.13 or 1.14 (FS#151)

 18 vcsGeneralBug ReportVery Low Numcaps=0 should be rejected Closed
100%
Task Description

-n 0, –numcaps 0

 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

 225 vcsGeneralBug ReportMedium Number of captures exceeded by one with mplayer Closed
100%
1.13.2 Task Description

Reported by Miya

When using mplayer as capturer and defining a number of captures, the produced number exceeds it by one (i.e. 21 instead of 20).

 75 vcsGeneralBug ReportLow Number of audio channels = 0 Closed
100%
Task Description

Appears to happen in non-x86 systems.

 368 Network Type IndicatorGeneralBug ReportCritical Notification doesn't show in Android Oreo and Pie Closed
100%
1.5.2.1 (rel. 1xx045) Task Description

The updated version to return to the Play Store isn’t adapted to the new notification system

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.

 233 relevationGeneralBug ReportHigh Non US-ASCII search terms produce errors Closed
100%
1.3.1 Task Description
Traceback (most recent call last):
  File "./relevation.py", line 658, in <module>
    main(sys.argv[1:])
  File "./relevation.py", line 638, in main
    numhits += dump_entries(xmldata, needles, 'folder', caseInsensitive, True)
  File "./relevation.py", line 224, in dump_entries
    res = tree.xpath(xpath)
  File "lxml.etree.pyx", line 1509, in lxml.etree._Element.xpath (src/lxml/lxml.etree.c:50702)
  File "xpath.pxi", line 306, in lxml.etree.XPathElementEvaluator.__call__ (src/lxml/lxml.etree.c:145829)
  File "apihelpers.pxi", line 1395, in lxml.etree._utf8 (src/lxml/lxml.etree.c:26485)
ValueError: All strings must be XML compatible: Unicode or ASCII, no NULL bytes or control characters
 232 relevationGeneralBug ReportHigh Non US-ASCII fields produce errors Closed
100%
1.3 Task Description
main(sys.argv[1:])
  File "./relevation.py", line 628, in main
    numhits = dump_all_entries(xmldata)
  File "./relevation.py", line 213, in dump_all_entries
    return dump_result(res, 'all')
  File "./relevation.py", line 290, in dump_result
    dumpfn(typeName, name, descr, notes, fields)
  File "./relevation.py", line 253, in dump_single_result
    print s
UnicodeEncodeError: 'ascii' codec can't encode character u'\xf3' in position 19: ordinal not in range(128)
 180 relevationGeneralBug ReportLow Negated types are ignored inconsistently Closed
100%
1.2 Task Description

Sometimes a negated type will be ignored.

e.g.:

Fine:

$ relevation -t website java.net

-> Search "java.net" ('website' entries):  1 matches

$ relevation -t -website java.net

-> Search "java.net" ('not website' entries):  No results

Not fine:

$ relevation google.com

-> Search "google.com" ('not folder' entries):  6 matches

$ relevation google.com | grep -c ^Type:\ website
5

$ relevation -t -website google.com

-> Search "google.com" ('not website' entries):  6 matches
$ relevation  -t -website google.com | grep -c ^Type:\ website
5

$ relevation -t website google.com

-> Search "google.com" ('website' entries):  5 matches

Might be due to entries inside folders being repeated?

 87 vcsGeneralBug ReportLow Must ensure getopt is GNU getopt Closed
100%
Task Description

No need for description

 59 vcsGeneralBug ReportLow Mplayer seems to fail on MPEG or WMV9 Closed
100%
Task Description

Was a known issue

163vcsGeneralTO-DOVery LowMove rarely used features to pluginsAssigned
0%
? Task Description

No need for description

 184 relevationGeneralTO-DOLow Move from libxml2 to lxml Closed
100%
1.1 Task Description

lxml provides a cleaner (or more pythonic) implementation, is easier to install and more commonly required.

197vcsGeneralTO-DOHighMove away from /dev/shmAssigned
0%
1.14 Task Description

/dev/shm isn’t really intended as an alternate temporary location, and VCS’ temporary files can easily grow too large for it too.

As a possible alternative offer a first-run choice of temp-dir (maybe suggesting /dev/shm).

References:
http://wiki.debian.org/ReleaseGoals/RunDirectory#Why_put_.2BAC8-dev.2BAC8-shm_and_.2BAC8-tmp_under_.2BAC8-run.3F http://stackoverflow.com/questions/9745281/tmp-vs-dev-shm-for-temp-file-storage-on-linux

 90 vcsGeneralBug ReportLow mktemp's arguments are not x-platform Closed
100%
Task Description

No need for description

 72 vcsGeneralBug ReportLow Missing space after "Filename:" label Closed
100%
Task Description

No need for description

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.

 347 Network Type IndicatorGeneralFeature RequestVery Low Make notification priority configurable Closed
100%
1.5 (rel. xx039) Task Description

Requested on Google Play

 106 vcsGeneralFeature RequestLow Make mplayer optional Closed
100%
1.11
 23 vcsGeneralFeature RequestVery Low Make FFmpeg optional Closed
100%
1.11
 157 vcsGeneralFeature RequestLow Make DVD command-line consistent with files command-lin ...Closed
100%
1.12
 333 Network Type IndicatorGeneralBug ReportLow Make "Load on boot" dependant on notification being ena ...Closed
100%
1.5 (rel. xx039)
382vcsGeneralBug ReportMediumLook into detecting or setting manually GNU getoptAssigned
0%
?
 121 vcsGeneralTO-DOLow Keep track of user's values for variables Closed
100%
1.12
 138 vcsGeneralFeature RequestLow Interval in configuration file doesn't allow time synta ...Closed
100%
1.12
 10 vcsGeneralBug ReportLow Incorrect number of captures printed to console Closed
100%
 13 vcsGeneralBug ReportMedium Incorrect error checking of temporary directory creatio ...Closed
100%
 64 vcsGeneralBug ReportLow Incorrect count of captures in manual-only mode Closed
100%
 63 vcsGeneralBug ReportLow Incorrect 0ms timestamps Closed
100%
 148 vcsGeneralFeature RequestVery Low Include generation of config/profile from the command-l ...Closed
100%
1.12
 167 vcsGeneralSubmitted PatchMedium Improper cleanup of tempdir Closed
100%
1.12.2
162vcsGeneralTO-DOVery LowImplement pluginsAssigned
0%
2.0
164vcsGeneralBug ReportVery LowImplement instrumentationAssigned
0%
?
 131 vcsGeneralBug ReportVery Low ImageMagick version check uses GNU regex Closed
100%
1.11.1
69vcsGeneralFeature RequestVery LowImage modeLimbo
0%
 142 vcsGeneralTO-DOLow Ignore MIN_LENGTH_FOR_END_OFFSET Closed
100%
1.12
 371 Network Type IndicatorGeneralBug ReportMedium Icon theme doesn't change Closed
0%
1.6
 77 vcsGeneralFeature RequestLow Honor system fonts Closed
100%
101vcsGeneralBug ReportLowHeading bleeds into left side of contact sheet when tit...Deferred
0%
137vcsGeneralBug ReportMediumHang with RM filesUnconfirmed
0%
 16 vcsGeneralBug ReportLow Handle interval longer than video Closed
100%
93vcsGeneralBug ReportVery Lowgrep -o is not portableAssigned
0%
1.14
 9 vcsGeneralBug ReportHigh Full path is printed in heading Closed
100%
Showing tasks 151 - 200 of 308 Page 4 of 7

Available keyboard shortcuts

Tasklist

Task Details

Task Editing