A player and extractor for audio snippets stored on MSN Messenger Plus' .plp format.
Find a file
Felipe Cotti 4c63919604
Some checks are pending
CI/CD / build (push) Waiting to run
We need coffee.
2024-11-30 04:21:36 -03:00
.github/workflows We need coffee. 2024-11-30 04:21:36 -03:00
docs Initial implementation of the UI. 2024-11-30 03:32:15 -03:00
src When it's not 0, it's 2. 2024-11-30 04:00:54 -03:00
.gitignore Don't forget ViewModelBase. 2024-11-30 03:34:00 -03:00
LICENSE Initial commit, includes the plpext-core solution. 2024-11-23 15:16:22 -03:00
README.md Initial commit, includes the plpext-core solution. 2024-11-23 15:16:22 -03:00

Plpext Project logo

Plpext

Status GitHub Issues GitHub Pull Requests License


An application to recover, listen and export audio snippets saved in the long-extinct Messenger Plus Library Pack (.plp) format.

This is phase II of the personal backscratchers project.

📝 Table of Contents

🧐 About

Plpext (good luck spelling that any way you want) is a simple application to retrieve audio snippets that you may have used in MSN Live Messenger with the very unofficial add-on Messenger Plus years ago, and somehow left in your backups as a weird, unreadable .plp file.

It is also a rewrite of the very aptly-named MessengerPlusSoundBankExtractor with an improved project design. The plpext-core solution now contains everything related to file manipulation and playback, leaving the front-end fully free to do as it wishes.

I am also using a less-problematic implementation of OpenAL, which hopefully will make distribution a whole lot easier.

📑 Documentation

Comments and general documentation/musings on the project

🏁 Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.

🕸️ Prerequisites

Building:

  • .NET 8.0

Hopefully that'll be it. Releases should be made self-contained.

⛏️ Built Using

✍️ Authors