RSN Plugin for Audacious
There is a plugin for Audacious Media Player that will let you play .rsn files in audacious-- these are just .rar files that include a number of .spc songs as used by snesmusic.org.
This plugin is useful for playing snes music in linux.
However I had some minor difficulties getting it to work, so here are my fixes.
I did not write this plugin, I just fixed it
First, visit this page. The plugin is written by Jacob Abel.
Making it work for Audacious 2.4.3
The instructions at the above link almost work, however with the latest version of audacious (2.4.3) some small modifications are required:
1. Near the top of the rsn.c file, include these lines (after "audacious/plugin.h")
#include
#include
#include
2. Later on, you need to fix this line to read:
while (((spcname = g_dir_read_name(dir)) != NULL) && (strstr (spcname, ".spc") == spcname + strlen (spcname) - 4))
Voila!
I've included the rsn.c file here and sent it to the author who can hopefully merge the changes in! However I have a terrible habit of making fixes like this and then they disappear or whatnot, so I'm putting it here in case it's useful to anybody!
Nin-ten-do, SuperFamiCom!
| Attachment | Size |
|---|---|
| rsn.c | 3.46 KB |



