Linux - SoftwareThis forum is for Software issues.
Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum.
Notices
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
Get a virtual cloud desktop with the Linux distro that you want in less than five minutes with Shells! With over 10 pre-installed distros to choose from, the worry-free installation life is here! Whether you are a digital nomad or just looking for flexibility, Shells can put your Linux machine on the device that you want to use.
Exclusive for LQ members, get up to 45% off per month. Click here for more info.
I want to merge 3 mp3s, but I only want 1 to play each time I play it. For instance, I have x.mp3, y.mp3, and z.mp3. I want to make the 3 files one file, but when I start the song I randomly want only 1 of the 3 to play.
DESCRIPTION
Mp3Wrap is a free command-line utility, which wraps two or more mp3 files in one large playable file, without losing filename and ID3 informations. Itâs useful to make large files easy to downâ
load on internet and then easy to split again in few seconds. You can split original files using mp3splt: http://mp3splt.sourceforge.net
Mp3Wrap will create a file named: OUTPUTFILE_MP3WRAP.mp3. Itâs important you donât remove the MP3WRAP string, because this will tell the split program Mp3Splt that the file is wrapped and can be
splitted just with -w option. There is also the possibility to specify a custom extension to created file (such as "OUTPUTFILE - MP3WRAP - wrapped by me.mp3"). This can be done using config file
(see below), just adding the line "EXT=my ext.mp3" into it. Note that your custom extension must contain MP3WRAP string anywhere, otherwise program will add it by itself.
Mp3Wrap will also add to the file a ID3v2 containing informations on how to split the file; you can change Title and Album tags but PLEASE DO NOT REMOVE THE COMMENT.
OPTIONS
-a Add specified files to an existing Mp3Wrap file. Files are appended and the index is updated.
-l List all files wrapped into a Mp3Wrap file. Doesnât extract anything
-v Verbose mode. Mp3Wrap will display additional informations on process and, when using list option (-l) it will show many extra infos on wrapped files.
CONFIGURATION FILE
For Linux version valid configuration files are:
~/.mp3wrap (in home directory)
.mp3wrap (in the dir you are in that moment).
For WIN32 version:
PROG_DIR/mp3wrap.ini (dir where mp3wrap.exe is)
mp3wrap.ini (in the dir you are in that moment).
FILE FORMAT
The file consists of key-value pairs in the form
KEY=value
where key contains no whitespace and no equal signs. value will be all of the text after the equal sign until (but not including) the ending newline. Beware of extra spaces at the end of the
line! They will probably be interpreted as part of the option value.
Valid option keys are:
EXT The extension mp3wrap will append to created files.
Here is an example:
EXT=_MP3WRAP_wrapped by me.mp3
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.