All Projects

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

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

1.12.2 might be skipped and its items pushed back to 1.13.

 168 vcsGeneralTO-DOLow Create basic manpage Closed
100%
1.12.2 Task Description

No need for description

 169 vcsGeneralBug ReportLow --ffmpeg and --mplayer documented but ignored Closed
100%
1.12.3 Task Description

No need for description

 173 vcsGeneralTO-DOLow Switch to Bash 3 Closed
100%
1.12.3 Task Description

Bash 2 syntax has been the norm for most versions (although broken in some).

So far none of the major distributions is using bash 2, bash 4 is already gold but not widely-used enough.

Only a few special purpose/minimal distros like DSL retain bash 2.05b, but vcs requires recent versions of ImageMagick, Mplayer and FFmpeg anyway. I can’t see a reason to retain such backwards compatibility.

 177 vcsGeneralTO-DOLow Safe length feedback should print nicer timestamps Closed
100%
1.13 Task Description

Safe length measuring, when probing the video length, prints only the number of seconds and milliseconds, it would be better to display a more readable format.

178vcsGeneralSubmitted PatchLowffmpeg + piped mplayer dump can be used to identifyRequires testing
0%
1.14 Task Description

Originally suggested by Dean: http://outlyer.net/2010-08-24:vcs-1_12-2-released/

” [...]

Second, my dvd-drive is useless atm, but i remember previously piping dvd-ouput from mplayer into ffmpeg via a fifo and finding the info generated to be much better than mplayer-alone – for one thing, it won’t ‘downmix’ 6-channel audio automatically. Don’t know if that would be useful to you. The syntax was something like:-

mkfifo piped.vob &&
mplayer dvd:// -dumpstream -dumpfile piped.vob & \
ffmpeg -i piped.vob

…See what you think…

 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?

 182 relevationGeneralTO-DOLow Release 1.1 Closed
100%
Meta: Release Cycle Task Description

Meta-task depending on tasks scheduled for the 1.1 release

 183 relevationGeneralTO-DOLow Support PyCryptoPlus Closed
100%
Task Description

PyCryptoPlus is a drop-in replacement for PyCrypto written in Python, meaning it can run much more easily on Windows.

 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.

 185 relevationGeneralTO-DOLow Support cryptopy Closed
100%
1.1 Task Description

cryptopy provides a pure python implementation of ciphers, allowing easier install on some systems (e.g. 64bits Windows) than PyCrypto.
Unlike PyCryptoPlus it doesn’t seem to depend on PyCrypto but has a different API.

The performance degrades considerably, of course.

 187 vcsGeneralBug ReportLow -U without argument fails Closed
100%
1.12.3 Task Description

Parsing of the “-U” option (optional argument) is incorrect, it always receives an argument (empty if none provided) which must be shifted manually. Currently it’s only shifted if provided explicitly.

–fullname” is not affected since it doesn’t take any arguments.

 188 vcsGeneralTO-DOLow Blank frame evasion Closed
100%
1.13 Task Description

As found in mtn.

Try to avoid capturing mostly-blank frames.

 198 vcsGeneralBug ReportLow Console isn't always correctly restored Closed
100%
1.13 Task Description

At least on some systems, the console/terminal needs a manual reset (or tset) to be usable after running vcs.

 199 vcsGeneralBug ReportLow Cached captures are filtered more than once Closed
100%
1.13 Task Description

When repeated captures are avoided, captures end up being filtered more than once

 218 vcsGeneralTO-DOLow Release 1.13.1 Closed
100%
Meta: Release Cycle Task Description

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

Previous:  FS#152 
Next:  FS#224 

 224 vcsGeneralTO-DOLow Release 1.13.2 Closed
100%
Meta: Release Cycle Task Description

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

Previous:  FS#152   FS#218 
Next:  FS#250 

227vcsGeneralTO-DOLowFailed blank frame evasion should go back to original t...Assigned
0%
1.14 Task Description

When a frame evasion is tried and given up, the chosen timestamp should be the original instead of the last attempt

 229 relevationGeneralTO-DOLow Release 1.3 Closed
100%
Meta: Release Cycle Task Description

Meta-task depending on tasks scheduled for the 1.3 release

 230 relevationGeneralBug ReportLow Check file magic header Closed
100%
1.3 Task Description

Files should be checked for the appropriate format instead of blindly opening them

 231 relevationGeneralTO-DOLow Port to Python 3 Closed
100%
1.4 Task Description

For obvious reasons

Relevant resource:
http://python3porting.com/foreword.html

Note added on February 2020:
Python 2 is the sunsetting period, no longer supported, and the final release will take place in April 2020
https://www.python.org/doc/sunset-python-2/

 234 relevationGeneralTO-DOLow Release 1.3.1 Closed
100%
Meta: Release Cycle Task Description

Meta-task depending on tasks scheduled for the 1.3.1 release

Previous release:  FS#229  (1.3)
Next release: FS#374 (1.4)

 247 vcsGeneralTO-DOLow Add codec identification for H.265/HEVC Closed
100%
1.13.3 Task Description

ffmpeg: hevc

i.e.:
Stream #0:0[0x12d]: Video: hevc (Main) (HEVC / 0×43564548), yuv420p(tv), 3840×2160, 150 tbr, 90k tbn, 90k tbc Stream #0:0: Video: hevc, yuv420p(tv), 3840×2160, 25 fps, 25 tbr, 1200k tbn, 25 tbc

Samples: http://www.elecard.com/en/download/videos.html

249vcsGeneralTO-DOLowAdd libav as possible capturerAssigned
0%
1.14 Task Description

No need for description

 250 vcsGeneralTO-DOLow Release 1.13.3 Closed
100%
Meta: Release Cycle
 312 Network Type IndicatorGeneralTO-DOLow Switch to vector assets Closed
100%
1.5 (rel. xx039)
315vcsGeneralFeature RequestLowRecurse directories, output to current dirAssigned
0%
?
321Network Type IndicatorGeneralFeature RequestLowAllow hiding icon when mobile data is tured offAssigned
0%
?
322Network Type IndicatorGeneralFeature RequestLowAllow disabling icon unless roamingAssigned
0%
?
329Network Type IndicatorGeneralTO-DOLowRelease 1.6Assigned
0%
Meta: Release Cycle
 332 Network Type IndicatorGeneralTO-DOLow Base the app theme on DeviceDefault for an up-to-date U ...Closed
100%
1.5 (rel. xx039)
 333 Network Type IndicatorGeneralBug ReportLow Make "Load on boot" dependant on notification being ena ...Closed
100%
1.5 (rel. xx039)
335Network Type IndicatorGeneralFeature RequestLowAdd alternative iconsAssigned
0%
1.6
 338 Network Type IndicatorGeneralBug ReportLow App doesn't load on boot (LG phones) Closed
0%
 339 Network Type IndicatorGeneralBug ReportLow App doesn't load on boot (Samsung phones) Closed
0%
340Network Type IndicatorGeneralFeature RequestLowAdd 4G+ iconResearching
0%
?
341Network Type IndicatorGeneralBug ReportLowStatus bar icon disappears after a while on Huawei phon...Requires testing
50%
?
342Network Type IndicatorGeneralFeature RequestLowRecord historyResearching
0%
?
 343 Network Type IndicatorGeneralTO-DOLow Change default theme to light Closed
100%
1.5 (rel. xx039)
 344 Network Type IndicatorGeneralTO-DOLow Add information about donations Closed
100%
1.5 (rel. xx039)
 346 Network Type IndicatorGeneralBug ReportLow Do not allow enabling notification buttons on Android v ...Closed
100%
1.5 (rel. xx039)
 348 Network Type IndicatorGeneralTO-DOLow Run MonitorService as a foreground service Closed
100%
1.5 (rel. xx039)
 351 Network Type IndicatorGeneralTO-DOLow Provide back navigation Closed
100%
1.5 (rel. xx039)
355Network Type IndicatorGeneralTO-DOLowRe-do problematic vectorial iconsResearching
0%
1.6
 357 Network Type IndicatorGeneralBug ReportLow Disable RTL support since layout isn't adjusted Closed
100%
1.5.1 (rel. 1xx041)
358Network Type IndicatorGeneralTO-DOLowRevamp notificationAssigned
0%
1.6
360Network Type IndicatorGeneralTO-DOLowRemove black iconsAssigned
0%
1.6
 361 Network Type IndicatorGeneralTO-DOLow Release 1.5.2 Closed
100%
Meta: Release Cycle
363vcsGeneralBug ReportLowFile names with '#' lead to errors when creating versio...Assigned
0%
1.14
Showing tasks 201 - 250 of 308 Page 5 of 7

Available keyboard shortcuts

Tasklist

Task Details

Task Editing