madman FAQ

Submitted by inducer on Fri, 05/05/2000 - 11:37

Q: Why doesn’t madman implement a way to tag several songs at once?

A: It does. See “Tag > Repeat last retag on selection.” on the context menu.

Q: I used to be able to just drag column headers to change the order in which the columns were displayed. I can’t any more. What’s up?

A: I’m sorry. This is a Qt-braindead-ism that’s hard to change from the application level. For now, just hold Control while you drag and everything should work like before.

Q: How do I write a plugin for madman?

A: Go to the plugins directory in the madman source tree, there’s a README file that has all the details as well as an example.

Q: Why doesn’t madman have a builtin player?

A: For now, I would like madman to focus on what it does best, and that is manage your music. Rather than improvising a player, I want to use proven code (XMMS) that works well for almost everybody. madman may become a player in its own right at some point, but no guarantees. That said, adding an extra player backend to madman is really easy, so there if there’s some player you want controlled, knock yourself out. :)

General build questions

Q: Why does SCons say “No tool named ‘qt’”?

A: Jon Burgess says, start SCons with $PWD/scons.py instead of ./scons.py.

Compiling from CVS

Jon Burgess deserves a big thank you for figuring most of the stuff in this section, as well as for providing patches to make the life of all you CVS junkies out there a lot easier. ;)

Q: What about .ui files that refuse to be processed by Qt 3.1’s uic?

A: There’s a line at the top of these files that says something with “3.2”. Change it to “3.1”. It’ll work after that.

Q: The configure script stubbornly thinks I don’t have the Ogg Vorbis libraries installed. I know I do. Huh?

A: This Debian bug report might help you even if you don’t use Debian. The short version is that the configure template that comes with ogg is buggy and needs to be fixed.

Post new comment

  • You can enable syntax highlighting of source code with the following tags: <code>, <blockcode>.
  • You can use Markdown syntax to format and style the text. Also see and Markdown Extra for tables, footnotes, and more.

More information about formatting options