daurnimator / lamt

Lua Audio Metadata Tool
14 stars 1 forks source link

Should be possible to install in a subdirectory #2

Open nrnrnr opened 6 years ago

nrnrnr commented 6 years ago

Grabbing module names like 'general', 'misc', and 'id3v2' is probably not a good plan. It would be good if it were possible to install the package as, say, 'lamt.id3v2' and so on.

See, for example, https://stackoverflow.com/questions/9145432/load-lua-files-by-relative-path

daurnimator commented 6 years ago

Indeed. This project was originally written as a tool rather than as a library; but being a library would be very sensible!

Unfortunately, I haven't had time for this project in quite a few years, and it doesn't look like I'll have any more time coming up.

If you'd like to make contributions, I'm happy to review and merge.

nrnrnr commented 6 years ago

You're very kind. I had a harder look at the code last night, and I think without a little more API documentation I'm likely to struggle. I may see what I can squeeze out of mutagen, but it's nice to have this as a possible backup.