Skip to main content

Notice

Please note that most of the software linked on this forum is likely to be safe to use. If you are unsure, feel free to ask in the relevant topics, or send a private message to an administrator or moderator. To help curb the problems of false positives, or in the event that you do find actual malware, you can contribute through the article linked here.
Topic: Feature request - About open custom files as zip (Read 1040 times) previous topic - next topic
0 Members and 1 Guest are viewing this topic.

Feature request - About open custom files as zip

Hi, I'm quite new with the sdk, in fact I can do anything by now, so I'm asking for help to a nice and easy feature for foobar.
My request is the following:
I want to zip album folders and play it in foobar (easy by now, already implemented) but after zipped I want to change the extension for a custom one (I use .maz as MusicAlbumZip) so I guess I have to change something in foo_unpack.dll
I have found the sourcecode: https://gitlab.kode54.net/kode54/foobar2000/tree/cfa38bc89d05c73c136d4b28cdd687ac0ab559ce/plugins/foobar/foobar2000/foo_unpack
but barely know where to start or how to compile it later.

You may be asking why I want to change the extension and my answer is simple, first I want to be able to associate the extension with foobar and therefore separate them for common zip files and also, I want them to be thumbnailed in explorer. There are files called cbz and cbr who are images zipped comic that you can read with CdisplayEX (http://www.cdisplayex.com/) and after installed those files get thumbnailed. Editing the registry I can add my own files extensions and still keep association with foobar. http://forums.cdisplayex.com/viewtopic.php?f=5&t=478

So, in short words, I want to let know foobar that my custom *.maz files are in fact zip files, can anybody help me?