|
32 | vcs | General | Bug Report | High | vcs gets stuck on first capture (or during probe) | Researching | |
|
Task Description
Fails on some files (gets stuck forever while capturing the first frame).
Happens often with Matroska. 1.0.7a introduced a workaround (-Wo) with ffmpeg’s argument order that worked with other file types.
|
|
384 | vcs | General | TO-DO | Medium | Use magick command with ImageMagick 7 | Requires testing | |
1.14 |
Task Description
Originally reported by Pär: https://outlyer.net/2019-11-26:vcs-1-13-4-released/comment-page-1/#comment-60674
Recently got an update of ImageMagick:
$ magick --version
Version: ImageMagick 7.1.1-33 Q16-HDRI x86_64 22263 https://imagemagick.org
Copyright: (C) 1999 ImageMagick Studio LLC
License: https://imagemagick.org/script/license.php
Features: Cipher DPC HDRI Modules OpenCL OpenMP(4.5)
Delegates (built-in): bzlib cairo djvu fftw fontconfig freetype heic jbig jng jp2 jpeg jxl lcms lqr ltdl lzma openexr pangocairo png raqm raw rsvg tiff webp wmf x xml zip zlib zstd
Compiler: gcc (14.1)
Because of that, the "convert" command now gives a deprecation warning:
WARNING: The convert command is deprecated in IMv7, use "magick"
Trying to do that, replacing all the calls to 'convert' for 'magick', the temp images seem to be problematic (I've added a few printouts of the suspected code blocks):
[i] Capturing in range [04:49.49-19:17.95]. Total length: 20:25.35
[i] Generating capture #1/4 (04:49.49)...
magick: no images found for operation `-geometry' at CLI arg 7 @ error/operation.c/CLIOption/5479.
magick: magick -background 'transparent' -fill 'transparent' '/dev/shm/vcs.SGteWR/vcs-ZQ0dJj-cap-000001.png' \( -geometry 267x200! \) -flatten \( -box '#000000aa' -fill 'White' -stroke none -pointsize '9' -gravity 'SouthEast' -font '/usr/share/fonts/TTF/DejaVuSans.ttf' -strokewidth 3 -annotate +5+5 ' 04:49.49 ' \) -flatten -gravity None -flatten \( -background black +clone -shadow 50x2+4+4 -background none \) +swap -flatten -trim +repage -flatten '/dev/shm/vcs.SGteWR/vcs-zQhKDd.png'
If I try to cp those two temp images on the line below the 'magick' command, they become 0 byte files.
The video renderer ffmpeg has also gone through a couple of steps of upgrades over the years, I now have:
$ ffmpeg -version
ffmpeg version n6.1.1 Copyright (c) 2000-2023 the FFmpeg developers
built with gcc 13.2.1 (GCC) 20230801
So commands like '-vframes' is now '-frames:v' and so on. No errors, just friendly suggestions in the man page. I replaced those also, but still the same problem.
I should have listened more carefully when our kindergarten teacher went through Bash. ;) IOW, I'm sure it's something simple I am not understanding.
N.b. I can still use vcs with the normal 'convert' command, but depending on how "militia force" serious the ImageMagick gang is going to be about deprecation warnings and removal of old code, it might stop working at some point in the future and I think that would be sad.
Any ideas? Thanks! :)
|
|
334 | Network Type Indicator | Build System | TO-DO | Very Low | Use Gradle to define build-type-dependant fields | Assigned | |
1.6 |
Task Description
Gradle allows to define fields on the generated class BuildConfig . This should be enough to discard the current per-build-type classes.
Example: https://stackoverflow.com/questions/24518940/custom-fields-for-a-build-type-in-gradle
|
|
275 | Quick File Share | | TO-DO | Low | Update progress bar to support files of unknown size | Assigned | |
1.0 |
Task Description
The progress bar should reflect when the size of the shared file is unknown.
|
|
379 | relevation | General | TO-DO | Low | Switch default mode to AND | Assigned | |
1.4 |
Task Description
It just makes more sense
|
|
92 | vcs | General | Feature Request | Very Low | Support OpenSolaris/SunOS | Limbo | |
2.0 |
Task Description
Being based on System V, it’s quite different to most other Unix-like OSes, might be a good target for x-platform enhancements
|
|
201 | Network Type Indicator | | Feature Request | Low | Support multi-SIM devices | Assigned | |
? |
Task Description
Suggested by “AB”
Allow choosing what SIM slot to check in dual-SIM devices.
|
|
341 | Network Type Indicator | General | Bug Report | Low | Status bar icon disappears after a while on Huawei phon... | Requires testing | |
? |
Task Description
Reported by Vendetta 18/09/2016 on Google Play
Dejó de funcionar Desde la actualización d mi Huawei P8 lite a android 6 ya no sale el tipo d conexión en la barra d notificaciones.
P8 lite / Marshmallow / r14034
Reported by Oncewarriors 9/08/2017 through email
[...]the bar icon is vanishing after a while
|
|
95 | vcs | General | Bug Report | Low | Running vcs from find fails on WMVs. They work directly... | Unconfirmed | |
|
Task Description
Originally reported by Tomasz Strózik
Example given:
$ find $DIR \(-name "*.avi" -o -name "*.wmv" -o -name "*.mpg" -o -name "*.mp4" \) -exec vcs -dt -ds -n 12 -c2 -H 200 --jpeg --quiet {} \;
Works on avi, mpg and mp4 but fails on wmv with Failed to capture frame (at second xxx.000)
Processing the same file directly works:
$ vcs -dt -ds -n 12 -c2 -H 200 --jpeg --quiet File.wmv
|
|
133 | mp3plot | Core/General | Bug Report | Medium | rpmbuild refuses package revision | Completed | |
0.6.1 |
Task Description
Due to the use of ~ in the revision tag
|
|
134 | mp3plot | Core/General | Bug Report | Medium | rpm specfile uses finger | Completed | |
0.6.1 |
Task Description
finger is not installed/enabled by default in at least FC12. Replace it with something better like grepping /etc/passwd
|
|
358 | Network Type Indicator | General | TO-DO | Low | Revamp notification | Assigned | |
1.6 |
Task Description
Take advantage of Nougat style notifications to display more information to the user.
See https://material.io/guidelines/patterns/notifications.html
Possible design elements:
“App icon”: Network type? AFAICT setting it to the actual app will replace the status bar icon.
Header text: Provider
Timestamp: Time of the last update
Large icon: Network type, bigger?
|
|
350 | Network Type Indicator | Internal | TO-DO | Very Low | Remove Devel.DEBUG | Assigned | |
1.6 |
Task Description
In the past BuildConfig.DEBUG wasn’t reliable (when combining Eclipse and ADT), but on Android Studio with Gradle it can be used safely and hence there’s no need to duplicate the functionality.
|
|
360 | Network Type Indicator | General | TO-DO | Low | Remove black icons | Assigned | |
1.6 |
Task Description
Since the introduction of Material, icons should be white. The black icons only display as such in a subset on devices.
|
|
200 | vcs | General | TO-DO | Very Low | Release 2.0 | Assigned | |
Meta: Release Cycle |
Task Description
This is a meta-item depending on bugs/features required to complete before releasing vcs 2.0 .
v2.0 will be a rewrite in Python.
Previous: FS#153
|
|
329 | Network Type Indicator | General | TO-DO | Low | Release 1.6 | Assigned | |
Meta: Release Cycle |
Task Description
This is a meta-item depending on bugs/features required to complete before releasing nettype 1.6
Previous: FS#361 (1.5.2), FS#353 (1.5.1), FS#215 (1.5), FS#252 (1.4), FS#203 (1.3)
|
|
374 | relevation | General | TO-DO | Low | Release 1.4 | Assigned | |
Meta: Release Cycle |
Task Description
Meta-task depending on tasks scheduled for the 1.4 release.
Previous release: FS#234 (1.3.1)
|
|
153 | vcs | General | TO-DO | Very Low | Release 1.14 | Limbo | |
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 FS#218 FS#224 FS#250 FS#366
|
|
193 | mp3plot | Core/General | TO-DO | Low | Release 1.0 | New | |
Meta: Release Cycle |
Task Description
This is a meta-item depending on bugs/features required to complete before releasing mp3plot 1.0
Previous: FS#192
|
|
216 | Quick File Share | | TO-DO | Low | Release 1.0 | Assigned | |
Meta: Release Cycle |
Task Description
This is a meta-item depending on bugs/features required to complete before releasing QFS 0.12
|
|
192 | mp3plot | Core/General | TO-DO | Low | Release 0.7.0 | New | |
Meta: Release Cycle |
Task Description
This is a meta-item depending on bugs/features required to complete before releasing mp3plot 0.7
Previous: FS#191
Next: FS#193
|
|
191 | mp3plot | Core/General | TO-DO | Low | Release 0.6.1 | New | |
Meta: Release Cycle |
Task Description
This is a meta-item depending on bugs/features required to complete before releasing mp3plot 0.6.1
Next: FS#192
|
|
272 | Quick File Share | | TO-DO | Low | Release 0.15 | Assigned | |
Meta: Release Cycle |
Task Description
First version allowing multiple file sharing. Possibly release early and keep as alpha or beta to test further.
|
|
315 | vcs | General | Feature Request | Low | Recurse directories, output to current dir | Assigned | |
? |
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.
|
|
342 | Network Type Indicator | General | Feature Request | Low | Record history | Researching | |
? |
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!
|
|
380 | Network Type Indicator | General | TO-DO | High | Re-stablish in Google Play | Assigned | |
Meta: Release Cycle | |
|
355 | Network Type Indicator | General | TO-DO | Low | Re-do problematic vectorial icons | Researching | |
1.6 | |
|
151 | vcs | General | TO-DO | Low | Override-able variables cleanup: Removal of deprecated ... | Assigned | |
1.14 | |
|
116 | mp3plot | Image output | Bug Report | Low | Optionally display generated image | New | |
0.7.0 | |
|
369 | Network Type Indicator | General | Bug Report | Medium | Notification doesn't load on boot | Assigned | |
1.6 | |
|
163 | vcs | General | TO-DO | Very Low | Move rarely used features to plugins | Assigned | |
? | |
|
197 | vcs | General | TO-DO | High | Move away from /dev/shm | Assigned | |
1.14 | |
|
54 | vcs | General | Bug Report | Low | minutes printed as hours with mplayer | Unconfirmed | |
| |
|
5 | vcs | General | Bug Report | Medium | Meta-information gets overlapped with small contact she... | Assigned | |
| |
|
382 | vcs | General | Bug Report | Medium | Look into detecting or setting manually GNU getopt | Assigned | |
? | |
|
387 | vcs | General | Bug Report | Low | Insufficient permissions when writing to SMB shares on ... | Assigned | |
| |
|
223 | Network Type Indicator | | Feature Request | Very Low | Indicate roaming in status bar | Assigned | |
1.6 | |
|
139 | mp3plot | Core/General | Bug Report | Medium | Inconsistent results across arches | Researching | |
? | |
|
313 | Network Type Indicator | | Bug Report | Low | Incompatibility with Samsung Tab A (LTE version) | Unconfirmed | |
? | |
|
162 | vcs | General | TO-DO | Very Low | Implement plugins | Assigned | |
2.0 | |
|
164 | vcs | General | Bug Report | Very Low | Implement instrumentation | Assigned | |
? | |
|
274 | Quick File Share | | TO-DO | Low | Implement chunked transfer encoding in web server | Requires testing | |
0.15 | |
|
69 | vcs | General | Feature Request | Very Low | Image mode | Limbo | |
| |
|
255 | Network Type Indicator | | Bug Report | High | Icon doesn't get updated with network changes | Assigned | |
? | |
|
101 | vcs | General | Bug Report | Low | Heading bleeds into left side of contact sheet when tit... | Deferred | |
| |
|
137 | vcs | General | Bug Report | Medium | Hang with RM files | Unconfirmed | |
| |
|
385 | vcs | General | Bug Report | High | Handle rotation of video files rotated via metadata | Researching | |
1.14 | |
|
117 | mp3plot | Core/General | Feature Request | Low | Handle free-form bitrate | New | |
1.0 | |
|
93 | vcs | General | Bug Report | Very Low | grep -o is not portable | Assigned | |
1.14 | |
|
194 | vcs | General | Feature Request | Medium | Files incorrectly reporting "too short" length aren't d... | Researching | |
? | |