audacious-media-player / audacious

A lightweight and versatile audio player
https://audacious-media-player.org
Other
871 stars 116 forks source link

Trying to use mpg123 on a SymMOD #1328

Closed Audacious-Bot closed 6 months ago

Audacious-Bot commented 6 months ago

Author Name: Serj Doro Original Redmine Issue: https://redmine.audacious-media-player.org/issues/1188 Original Date: 2022-09-22


Audacious is trying to use mpg123 on a SymMod file which must be played via OpenMPT and fails OpenMPT(libopenmpt 0.6.5) is installed and plays the file just fine OS is Arch Linux

Audacious-Bot commented 6 months ago

Original Redmine Comment Author Name: Alex . Original Date: 2022-10-01T10:03:36Z


to sort things out:

mpg123 is an audio-player, there is also libmpg123 which is used by Audacious OpenMPT is an audio-tracker for the MS-Windows platform, it might run on GNU/Linux with Wine-surface from my search, symmod files are files created by the symphony/symphony pro notation-applications, and OpenMPT can read them

So what is you r specific problem? Do you try to open the symmod-files and your system wrongly handles it? ->Than it's a problem of the configuration of your system. You have to declare the application inside your mimeapps.list file.

Please write down if it's another problem.

Audacious-Bot commented 6 months ago

Original Redmine Comment Author Name: Thomas Lange Original Date: 2022-10-05T22:53:07Z


Please attach a sample file.

Audacious-Bot commented 6 months ago

Original Redmine Comment Author Name: Michael Schwendt Original Date: 2023-02-24T21:12:06Z


Alex . wrote:

Please write down if it's another problem.

The way I understand the problem report, it is about a file format detection issue. A MOD file (specifically a Symphony Module file) mistakenly being assigned to Audacious' MPG123 input plugin. Some more details will be needed. Such as the file name extension (originally it's .SYMMOD for such module files) and an example module file, too, as an attachment.

Audacious-Bot commented 6 months ago

Original Redmine Comment Author Name: Matti Tiainen Original Date: 2023-03-22T11:42:13Z


This PR fixes the issue: https://github.com/audacious-media-player/audacious-plugins/pull/133

Tested with files from http://ftp.modland.com/pub/modules/Symphonie/ with and without the fix. Without the fix most files get recognized as MP2. With the PR the files recognize and play correctly.

Audacious-Bot commented 6 months ago

Original Redmine Comment Author Name: Matti Tiainen Original Date: 2023-03-22T15:06:00Z


I guess correct fix would be to update the extension list for openmpt plugin though.

Audacious-Bot commented 6 months ago

Original Redmine Comment Author Name: Thomas Lange Original Date: 2023-04-29T21:25:05Z


Marking as closed, fixed with the Pull Request by Matti Tiainen.