An open API service indexing awesome lists of open source software.

https://github.com/danmunteanu/memphis_now

The original Memphis app created with Qt 6, C++ and boost. Renames mp3 files in a visual way. Bit buggy and has memory allocation issues.
https://github.com/danmunteanu/memphis_now

boost cplusplus qt6

Last synced: 7 months ago
JSON representation

The original Memphis app created with Qt 6, C++ and boost. Renames mp3 files in a visual way. Bit buggy and has memory allocation issues.

Awesome Lists containing this project

README

          

# README #

Visually rename your mp3 files.

**WARNING:** *Use at your own risk*.

I haven't taken the time to test all memory allocation issues, and there are quite some. That's because I'm using raw pointers. There, I've said it. Yes, I know there are smart pointers and I am planning on refactoring the app and use them.

But until then, use at your own risk.

Memphis Now (C++)

### Dependencies ###

* Qt-6.9.1
* boost_1_88_0

### Build Instructions ###

[Download Qt (for Windows)](https://www.qt.io/download-qt-installer-oss)
[Download boost](https://www.boost.org/releases/latest/)
[Configure boost_1.88 on Windows (for msvc)](https://www.realityframeworks.com/install-boost-on-windows-for-msvc-gcc/)

### License ###

This project is licensed under the GNU General Public License v3.0 - see the [LICENSE](./LICENSE.txt) file for details.