audapolis icon indicating copy to clipboard operation
audapolis copied to clipboard

Please help us test releases for different plattforms

Open pajowu opened this issue 4 years ago • 5 comments

Currently we are building releases for different architectures, operating systems and distributions. We do not use all these platforms and mainly rely on our build system to produce correct outputs (😬)

Please help us test, especially on

  • [ ] Windows
  • [ ] Debian
  • [ ] Ubuntu
  • [ ] Fedora
  • [ ] Arch Linux

The most important parts are:

  • Importing (aka transcribing) a audio/video file
  • Exporting as Audio
  • Exporting as Video
  • Exporting using the OTIO exporter

pajowu avatar Jan 03 '22 03:01 pajowu

Hi there. First time user since today, running on Windows 10.

Importing/transcribing worked fine, so major kudos for that!

I did find this minuscule issue which I'm not sure if it's within your reach to fix or not, the link to "Open Acknowledgements" does not take tab focus, nor is it click- or interactable.

image

I'd assume this is a platform issue, which seemed to be the scope of this issue.

Let me know if you'd prefer similar "reports" as own issues in the future, or if this comment serves it's purpose perfectly fine!

jgarplind avatar Jan 09 '22 15:01 jgarplind

0.2 release on Ubuntu 20.04.3:

  • .deb works as intended
  • .AppImage: Transcription silently fails (command line only provides a generic child process exited with code null).

Edit: Taking it back - apparently the deb encounters the same issue from time to time... Is there a way to have the server log more verbosely to debug this more?

pc-coholic avatar Feb 17 '22 21:02 pc-coholic

I’ve tried audapolis-linux-x64-0.2.1-1.pacman on Arch Linux, and it seems to work fairly well (though the launcher entry seems to generate without an icon, see below), though I’ll point out that .pacman is not the usual file name extension for Arch Linux packages (since this package is XZ-compressed, that would be .pkg.tar.xz, I believe). Screenshot from 2022-02-22 22-56-20

Also, the package is seemingly installed under a package name that includes the version:

$ pacman -Qi audapolis
error: local database is inconsistent: name mismatch on package audapolis-0.2.1
error: local database is inconsistent: version mismatch on package audapolis-0.2.1
error: package 'audapolis' was not found
$ pacman -Qi audapolis-0.2.1 
error: local database is inconsistent: name mismatch on package audapolis-0.2.1
error: local database is inconsistent: version mismatch on package audapolis-0.2.1
Name            : audapolis-0.2.1
Version         : 1-1
Description     : None
Architecture    : x86_64
URL             : https://github.com/audapolis/audapolis#readme
Licenses        : AGPL-3.0
…

lucaswerkmeister avatar Feb 22 '22 21:02 lucaswerkmeister

Also regarding the Pacman package, your packaging is quite unfortunate because the metadata files are placed near the tail end of the tar archive. I have the package here with the uncommon .pacman ending renamed to .tar.xz, and I can see this:

$ tar tf audapolis-linux-x64-0.2.1-1.tar.xz | cat -n | awk '$2~/^\./'
 18471	.INSTALL
 18472	.PKGINFO
 18473	.MTREE

Compare a distro-supplied package, where the metadata is in front:

$ tar tf /var/cache/pacman/pkg/firefox-103.0.1-1-x86_64.pkg.tar.zst | cat -n | awk '$2~/^\./'
     1	.BUILDINFO
     2	.MTREE
     3	.PKGINFO

This would not be a big deal since most packages are rather small, but your package is particularly large, so it really hurts interactive performance that Pacman needs to read through the entire thing to even as much as display a name and version. On first trying to install, I actually thought the package was broken because Pacman was just stuck for 15 seconds before showing the confirmation prompt.

majewsky avatar Aug 02 '22 22:08 majewsky

Running AppImage version 0.3.0_4 on Linux x86_64 (Fedora 40), Everything seems to work fine except the keyboard shortcuts (especially the clipboard). I opened a webm video file, made a few changes, exported as video with separate subtitle track. No issue.

Apart from the shortcut issue, this seems to be really a great software. I'll certainly be using it soon!

mildred avatar Jul 23 '24 14:07 mildred