Project

General

Profile

Activity

From January 03, 2021 to February 01, 2021

February 01, 2021

23:07 Bug #1059 (Rejected): Will not play some files
The file is all zeroes after offset (hex) 0012a0d0.
You may want to check the drive you stored this file on to make ...
John Lindgren
23:01 Bug #1056: Audacious hangs on CTRl+F in big playlist with big files (mixes)
If you can come up with a smaller test case to recreate the problem, or a debugger backtrace showing in which part of... John Lindgren
13:19 Bug #1056: Audacious hangs on CTRl+F in big playlist with big files (mixes)
I have tried a bit around and it appears to be a single file, that causes the hang. The file command says:... Rueh Haene

January 30, 2021

18:11 Feature #1058: Allow changing the language/locale in settings
Thomas Lange wrote:
> Which operating system are you using?
I am using on both Linux and Windows.
I did find a...
Emblem Parade
11:41 Feature #1058: Allow changing the language/locale in settings
Which operating system are you using?
On Linux / macOS you can override the LANG / LC_ALL environment variables,
...
Thomas Lange
11:37 Bug #1059: Will not play some files
The mp3 file is broken, not the players.
I have tested Audacious, VLC and MPV with it.
None of them can play the ...
Thomas Lange
08:35 Bug #1059 (Rejected): Will not play some files
Will not play this file. Most other players play it fine.
A fix would be great because now, Mint 20.1 can't install ...
bruce harrington

January 29, 2021

23:15 Feature #1058 (New): Allow changing the language/locale in settings
In both 4.1 and 4.0 branches Audacious would use the locale set in the operating system. However, some of us users wo... Emblem Parade
13:30 Bug #1056: Audacious hangs on CTRl+F in big playlist with big files (mixes)
Remove half the files in the playlist. Test whether the remaining half still contains the file(s) that trigger the ha... John Lindgren
13:12 Bug #1056: Audacious hangs on CTRl+F in big playlist with big files (mixes)
Thank you for the quick answer. I am not sure how I can do this binary search. Can you elaborate, please? Rueh Haene
13:26 Support #1055 (Rejected): no covert art image display with opus in mkv
John Lindgren
13:26 Support #1055: no covert art image display with opus in mkv
That ffmpeg command doesn't add cover art; it adds a video stream. John Lindgren
06:51 Support #1055: no covert art image display with opus in mkv
By cover art, I mean adding a image to audio file, see for instance https://wiki.xiph.org/index.php/VorbisComment#Cov... Phil Four
06:59 Feature #1057 (New): Matroska (mka) chapter support
Audacious 4.0.5
Manjaro XFCE 21
Download file
This test audio contains 3 chapters, aka markers that allow the ...
Phil Four

January 28, 2021

22:47 Support #1055: no covert art image display with opus in mkv
... John Lindgren
22:46 Support #1055: no covert art image display with opus in mkv
VLC doesn't show cover art for this file either.
ffplay shows what looks like a still image, but is actually an H....
John Lindgren
12:31 Support #1055 (Rejected): no covert art image display with opus in mkv
Manjaro XFCE 20.1
Audacious 4.0.5
1/ Download file of bug 1054 (https://redmine.audacious-media-player.org/issues...
Phil Four
22:33 Bug #1054 (Rejected): can not seek (forward) on opus codec with mkv
ffplay (4.3.1 here) has the same problem. This would be a bug/limitation in ffmpeg. Please report it to them. John Lindgren
12:27 Bug #1054 (Rejected): can not seek (forward) on opus codec with mkv
Manjaro XFCE 20.1
Audacious 4.0.5
1/ Download file.
2/ Open with Audacious
3/ Try to seek forward, for instan...
Phil Four
20:16 Bug #1056: Audacious hangs on CTRl+F in big playlist with big files (mixes)
Try to identify (binary search) what specific file(s) trigger the hang, and upload one of those as a sample, please, ... John Lindgren
17:01 Bug #1056: Audacious hangs on CTRl+F in big playlist with big files (mixes)
Addendum: The problem seems not to be directly related to the search function. When I want to sort by column, audacio... Rueh Haene
16:10 Bug #1056 (Rejected): Audacious hangs on CTRl+F in big playlist with big files (mixes)
h4. Problem
Hello there.
I have a playlist with more than 5000 mixes. Since they are mixes, the average filesiz...
Rueh Haene

January 24, 2021

14:06 Bug #1053 (Rejected): Andacious master-gtk3 freeze Gnome
John Lindgren
14:06 Bug #1053: Andacious master-gtk3 freeze Gnome
The master-gtk3 branch is not supported. John Lindgren

January 23, 2021

15:11 Bug #1053 (Rejected): Andacious master-gtk3 freeze Gnome
With right click on audacious icon over the dashboard cause freeze all system Anonymous

January 22, 2021

23:56 Bug #569: Qt translations are not included
Sounds great, thanks to you too. Thomas Lange
23:41 Bug #569 (Closed): Qt translations are not included
I pushed a modified version of your patch (to libaudqt) and also updated the Windows packaging script (merge.sh).
In...
John Lindgren
22:12 Bug #569: Qt translations are not included
> The translations must be loaded in the interface plugins, not in libaudqt.
> The time when they are loaded absolut...
John Lindgren
23:43 Bug #1050 (Rejected): [i18n] Missing Qt translations
Closing as duplicate of #569 (which is now fixed). John Lindgren

January 19, 2021

04:55 Bug #1052 (Closed): Autoreconf no longer working with autoconf 2.70
Thanks for confirming. I went ahead and pushed the fix. John Lindgren

January 18, 2021

12:08 Bug #569: Qt translations are not included
> Does setting LC_ALL also work for testing this on Windows (which was installed in US English) or is there a differe... Thomas Lange
04:09 Bug #569: Qt translations are not included
Thank you for looking into this! I can spend some time before the 4.1 release to debug why calling the same code in l... John Lindgren

January 17, 2021

12:47 Bug #1052: Autoreconf no longer working with autoconf 2.70
All right, AM_GNU_GETTEXT_VERSION(0.18.1) alone works here too on Arch Linux. Thanks John. Thomas Lange
04:42 Bug #1052: Autoreconf no longer working with autoconf 2.70
It looks to me as though adding @AM_GNU_GETTEXT_REQUIRE_VERSION@ is only necessary/beneficial for projects using auto... John Lindgren
04:39 Bug #1052: Autoreconf no longer working with autoconf 2.70
Okay, if we want to add the version requirement, then I would suggest: @AM_GNU_GETTEXT_VERSION(0.18.1)@
This works...
John Lindgren
00:24 Bug #569: Qt translations are not included
More than 5 years later I have tried again to get this working. :D
I have tested the attached patch successfully o...
Thomas Lange

January 16, 2021

20:54 Bug #1052: Autoreconf no longer working with autoconf 2.70
Yes, autogen.sh still works, see also: https://aur.archlinux.org/cgit/aur.git/commit/?h=audacious-git&id=5fac5860bd57... Thomas Lange
20:36 Bug #1052: Autoreconf no longer working with autoconf 2.70
Years ago, we used to just run ./autogen.sh rather than autoreconf. Would that solve the problem? John Lindgren

January 11, 2021

19:01 Bug #1052: Autoreconf no longer working with autoconf 2.70
@John: Do we support systems where gettext is older than 0.19.6 (released in 2015)? Thomas Lange

January 10, 2021

13:27 Bug #1050: [i18n] Missing Qt translations
Arch Linux for example provides the package qt5-translations:
https://archlinux.org/packages/extra/any/qt5-translati...
Thomas Lange
08:40 Bug #1050: [i18n] Missing Qt translations
John Lindgren wrote:
> Is it just files missing from the installer/zip file?
>
> I honestly don't know how to tes...
Arek Kentski
04:44 Bug #1050: [i18n] Missing Qt translations
Is it just files missing from the installer/zip file?
I honestly don't know how to test translations under Windows...
John Lindgren
01:01 Bug #1050: [i18n] Missing Qt translations
Thanks, but this has already been reported as #569.
At least we know now this occurs on Windows as well.
Thomas Lange
04:08 Support #1051: Loudness regulation bumping in music with high dynamics
Please use the File Writer output to save a .wav file so we can compare against the original and see what you are des... John Lindgren
01:11 Bug #1052 (Closed): Autoreconf no longer working with autoconf 2.70
When using autoconf 2.70, the command autoreconf and therefore our mkrelease.sh script no longer work.
With older ve...
Thomas Lange

January 09, 2021

21:32 Support #1051 (Rejected): Loudness regulation bumping in music with high dynamics
Hi. I've been using Audaciuos many years, but recently I started noticing a damping effect on music with high dynamic... Ida F
21:28 Bug #1050 (Rejected): [i18n] Missing Qt translations
Non-English locale, some Qt-based elements (like certain context menus and dialog windows) are in English. The GTK mo... Arek Kentski

January 04, 2021

21:52 Feature #786: Port global hotkeys plugin to Windows
A temporary solution is to use a standalone tool, such as AutoHotkey, to invoke audtool.
For example, I use the fo...
John Lindgren
21:50 Support #1049 (Closed): Raccourcis clavier / keyboard shortcuts
I'll close the support ticket. You might be interested in watching feature request #786.
An interim solution is to...
John Lindgren
18:51 Support #1049: Raccourcis clavier / keyboard shortcuts
John Lindgren wrote:
> Media key support isn't implemented on Windows yet. There's a pull request open for this feat...
Hugo Rivière
18:44 Support #1049: Raccourcis clavier / keyboard shortcuts
Media key support isn't implemented on Windows yet. There's a pull request open for this feature on GitHub, but it ne... John Lindgren
18:33 Support #1049 (Closed): Raccourcis clavier / keyboard shortcuts
Bonjour / hi everyone,
-- English version bellow --
J'ai installé la version la version 4.0.5 sur Windows 10. ...
Hugo Rivière
 

Also available in: Atom