Package Details: avdump2-bin 7100-1

Git Clone URL: https://aur.archlinux.org/avdump2-bin.git (read-only, click to copy)
Package Base: avdump2-bin
Description: AniDB video/audio codec identification utility (command line version)
Upstream URL: https://wiki.anidb.net/w/Avdump2
Keywords: anime files hashing
Licenses: unknown
Provides: avdump2
Submitter: jsoy9pQbYVNu5nfU
Maintainer: None
Last Packager: jsoy9pQbYVNu5nfU
Votes: 0
Popularity: 0.000000
First Submitted: 2018-02-11 14:05 (UTC)
Last Updated: 2019-05-21 05:50 (UTC)

Latest Comments

jsoy9pQbYVNu5nfU commented on 2018-03-19 21:39 (UTC)

@teohhanhui: I'm going with the TERM= workaround since most terminal emulators and libraries should be more or less compatible with most xterm terminfo stuff. Note that this may actually break some other terminals. Not adopting the usage of binfmt since I like to differentiate between runtime and program. E.g. no idea if --desktop is passed through to the runtime or not.

teohhanhui commented on 2018-03-18 16:32 (UTC)

Also, if we make sure to chmod +x /opt/avdump2/AVDump2CL.exe, we can use this simplified wrapper script: https://gist.github.com/teohhanhui/ff1273968c88d8d84301f12f8dd7b4bf

teohhanhui commented on 2018-03-18 16:24 (UTC) (edited on 2018-03-18 16:33 (UTC) by teohhanhui)

Due to a Mono bug, we should set TERM=xterm when running .NET CLI programs as the recommended workaround.