All Projects

ID Project Category Task Type  asc Severity Summary Status Progress Due In Version
 26 vcsGeneralBug ReportMedium Safe renaming's mv requires "--" to be safe 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

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

-n 0, –numcaps 0

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

.

 13 vcsGeneralBug ReportMedium Incorrect error checking of temporary directory creatio ...Closed
100%
Task Description

.

 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)

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

The count is often off by one.

 9 vcsGeneralBug ReportHigh Full path is printed in heading Closed
100%
Task Description

Only basename should be printed instead.

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

E.g. with CTRL+C

 7 vcsGeneralBug ReportLow Broken program signature Closed
100%
Task 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.

 2 vcsGeneralBug ReportMedium Timestamps are allowed to be repeated Closed
100%
Task Description

.

383relevationGeneralFeature RequestLowAdd command-line argument to ignore configuration fileAssigned
0%
1.4 Task Description

Useful for debugging, likely not useful for users since the command-line already overrides configurable arguments

377vcsGeneralFeature RequestLowAllow screenshotting half of the video (for side-by-sid...Assigned
0%
? Task Description

Asked by Bob on the blog

Would it be possible to somehow specify to only screenshot half of the video image (for 180 side-by-side VR videos)?

Or would this require new features to be added to the VCS?
367vcsGeneralFeature RequestLowAdd HDR supportAssigned
0%
1.14 Task Description

HDR isn’t well supported as reported by remlap and ThaDr.

Their comments:

https://outlyer.net/2017-05-26:vcs-1-13-3-released/#comment-30901

Hi I am trying to thumbnail some HDR content is there anyway to insert ffmpeg filters in
-vf zscale=t=linear:npl=100,format=gbrpf32le,zscale=p=bt709,tonemap=tonemap=mobius:desat=0,zscale=t=bt709:m=bt709:r=tv,format=yuv420p

Thanks

https://outlyer.net/2017-05-26:vcs-1-13-3-released/#comment-32413:

I’m also trying to do some HDR content and pass the -vf info to ffmpeg. I can’t get it to work even using a wrapper script.

It always comes up with awk errors, starting with “unterminated regexp”.

Is there any chance of updating vcs to support manual passing of those -vf arguments to ffmpeg?

HDR content is very common nowadays…

https://outlyer.net/2017-05-26:vcs-1-13-3-released/#comment-32423

I’m using vcs 1.13.2 on ubuntu and ended up doing it by adding the line:

-vf ‘zscale=t=linear:npl=100,format=gbrpf32le,zscale=p=bt709,tonemap=tonemap=hable:desat=0,zscale=t=bt709:m=bt709:r=tv,format=yuv420p’ \

at line 2203, in the ffmpeg_capture() function where it sets the ffmpeg command line options.

Couldn’t work out how to do it with a wrapper script.
 347 Network Type IndicatorGeneralFeature RequestVery Low Make notification priority configurable Closed
100%
1.5 (rel. xx039) Task Description

Requested on Google Play

342Network Type IndicatorGeneralFeature RequestLowRecord historyResearching
0%
? Task Description

Requested by Arnellord Bondoc 19/12/2015 on Google Play

Accurate readings, free, ads-free what more can I ask for! Hope you don’t mind, I modified it and replaced the status bar icons :) Kindly add history of network type used like what my other apps that I am using (2g, 3g ,4g, lte network monitor by Sun Light) for me to get rid of it because of it’s unlimited ads and slow loading. Thank you very much!

340Network Type IndicatorGeneralFeature RequestLowAdd 4G+ iconResearching
0%
? Task Description

Requested by Stéphane Roger 14/06/2016 on Google Play

Please Add 4g+ icon !

335Network Type IndicatorGeneralFeature RequestLowAdd alternative iconsAssigned
0%
1.6 Task Description

Theming support as initially intended ( FS#237 ) is not possible.

With the switch to vector graphics adding alternative icons becomes fairly “cheap” app-size-wise and many users have requested alternative ones. This task tracks these suggestions.

Recap of related suggestions:

  • Pamy Srt 10/01/2016 on Google Play
    Needs to indicate using LTE icon not just 4g icon good app if you add this I will make it a 5

  • Jon Manilenio 29/04/2016 on Google Play
    Nice I wish there were more designs though.

  • Miles Vino 23/04/2017 on Google Play
    Appreciate this handy app! Please consider a simpler icon, without the square, so it blends with Google’s material design. Thanks!

  • MJ Cortez 02/06/2017 on Google Play
    4G should be displayed as LTE instead of [4]

  • Prince Priyam Borah 08/08/2017 on Google Play
    Plz add the stylish 4G logo. Your app only shows 4. Else, everything is ok.

331Network Type IndicatorGeneralFeature RequestVery LowDisplay provider name in notificationAssigned
0%
1.6 Task Description

Submitted by Tom:  FS#222  Display provider name in status bar

Not feasible in the actual status bar, but can be done in the notification.

322Network Type IndicatorGeneralFeature RequestLowAllow disabling icon unless roamingAssigned
0%
? Task Description

From feedback, by Martin Buch:

Would like an option to only display status bar icon when roaming. Its really only when roaming I need this information as the stock network type indication is replaced with an ‘R’ on my Nexus 6P (when roaming).

Many phones seem to do that.

321Network Type IndicatorGeneralFeature RequestLowAllow hiding icon when mobile data is tured offAssigned
0%
? Task Description

From feedback, by Rownah Adriano:

[...] Can you please put an option to turn off the notification if mobile data is turned off?
315vcsGeneralFeature RequestLowRecurse directories, output to current dirAssigned
0%
? Task Description

Request by Chris Hills

http://outlyer.net/2014-05-18:vcs-1_13_2-released/comment-page-1/#comment-17238:

Thanks Toni. I was hoping I could simply run `$ vcs-1.13.2.bash -? **/*.mp4` to create contact sheets for all videos in all subfolders, but it sounds like I’ll have to use a wrapper script. Would you consider adding this in a future release for a donation?

My reply:

I guess you’re using zsh-ish globbing there.
That’s not something I use so I didn’t even think of the case where recursing could be so simple.
It was a bit of an overlook on my part not to have the option to output to the same directory as the video, probably because recursion always required a wrapper in my head.
 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.

278Network Type IndicatorFeature RequestVery LowDisplay network activityResearching
0%
? Task Description

Feedback from andres argumedo

andres argumedo 17/10/2014 22:38
Great app but
This is a great app I really like it it would be nice if it could also display
the data traffic not only the network type, like having the H+ and the up/down
arrows showing the data traffic and this app would be awesome!

Only feasible if it won’t add unnecessary complexity.

277Network Type IndicatorFeature RequestVery LowAdd a notification sound when the connection is lostResearching
0%
?
 276 Network Type IndicatorFeature RequestLow Allow disabling action buttons from notification Closed
100%
1.4.4 (rel. 07032, 14032)
 251 Network Type IndicatorFeature RequestLow Display signal strength Closed
100%
1.4 (rel. 07025, 14025)
 240 Network Type IndicatorFeature RequestLow Indicate connection status on icon Closed
100%
1.5 (rel. xx039)
 238 Network Type IndicatorFeature RequestLow Add support for DCHSPAP Closed
100%
1.4.4 (rel. 07032, 14032)
 237 Network Type IndicatorFeature RequestLow Add theming support Closed
0%
Never
223Network Type IndicatorFeature RequestVery LowIndicate roaming in status barAssigned
0%
1.6
 222 Network Type IndicatorFeature RequestVery Low Display provider name in status bar Closed
100%
1.6
 221 Network Type IndicatorFeature RequestVery Low Display signal strength in status bar Closed
0%
?
220Network Type IndicatorFeature RequestVery LowAllow turning on/off network connectionAssigned
0%
?
 202 Network Type IndicatorFeature RequestVery Low Allow opening network settings from notification Closed
100%
1.3 (rel. 19)
201Network Type IndicatorFeature RequestLowSupport multi-SIM devicesAssigned
0%
?
194vcsGeneralFeature RequestMediumFiles incorrectly reporting "too short" length aren't d...Researching
0%
?
 159 vcsGeneralFeature RequestLow Add alternative for font_filename Closed
100%
1.12.2
 157 vcsGeneralFeature RequestLow Make DVD command-line consistent with files command-lin ...Closed
100%
1.12
 156 vcsGeneralFeature RequestLow Add font_all, bg_all and fg_all Closed
100%
1.12.2
 150 vcsGeneralFeature RequestLow Provide sample configuration Closed
100%
1.12
 148 vcsGeneralFeature RequestVery Low Include generation of config/profile from the command-l ...Closed
100%
1.12
147vcsGeneralFeature RequestMediumConfiguration options revampAssigned
90%
1.14
 138 vcsGeneralFeature RequestLow Interval in configuration file doesn't allow time synta ...Closed
100%
1.12
126vcsGeneralFeature RequestVery LowEdge detection / blur evasion (mtn feature)Deferred
0%
125vcsGeneralFeature RequestVery LowBlank screen evasion (mtn feature)Deferred
90%
1.14
124vcsGeneralFeature RequestLowBetter looking timestampsAssigned
0%
 123 vcsGeneralFeature RequestLow Avoid repeating captures in different sets Closed
100%
1.13
118vcsGeneralFeature RequestLowCreate manpageDeferred
0%
Showing tasks 101 - 150 of 308 Page 3 of 7

Available keyboard shortcuts

Tasklist

Task Details

Task Editing