https://github.com/maisonsmd/mp3-duplication-tool
clone MP3 tracks to multiple copies for media player apps testing purposes
https://github.com/maisonsmd/mp3-duplication-tool
Last synced: 10 months ago
JSON representation
clone MP3 tracks to multiple copies for media player apps testing purposes
- Host: GitHub
- URL: https://github.com/maisonsmd/mp3-duplication-tool
- Owner: maisonsmd
- Created: 2024-06-14T03:46:35.000Z (almost 2 years ago)
- Default Branch: master
- Last Pushed: 2024-06-14T03:50:48.000Z (almost 2 years ago)
- Last Synced: 2024-06-14T04:48:54.999Z (almost 2 years ago)
- Language: Python
- Size: 3.13 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# MP3 duplication tool
This tool helps clone MP3 tracks to multiple copies for media player testing purposes:
- Different titles
- Different artworks
Only works on Windows (change font path to work with Linux)
# Usage
Ex: create 100 clones
```python
python3 duplicate.py 100
```
Need an original mp3 file named `_original.mp3`