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.
- Host: GitHub
- URL: https://github.com/danmunteanu/memphis_now
- Owner: danmunteanu
- License: gpl-3.0
- Created: 2022-07-28T11:04:31.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2025-06-24T18:35:54.000Z (8 months ago)
- Last Synced: 2025-06-24T19:49:42.267Z (8 months ago)
- Topics: boost, cplusplus, qt6
- Language: C++
- Homepage:
- Size: 341 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
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.

### 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.