mp2 & MUSICAM

Mod your Mixxx: Share your controller mappings, keyboard mappings, skin and script tweaks here!

Moderators: garth, User Customization Moderators

mp2 & MUSICAM

Postby netsrohT » Thu Mar 17, 2011 6:11 pm

Hello,
I don't know whether this is the right place...

There is a simple (and I think quite handy) possibility to let mixxx play mp2 and MUSICAM-files:

In /src/soundsourcemp3.cpp you see the function

QList<QString> SoundSourceMp3::supportedFileExtensions()
{
QList<QString> list;
list.push_back("mp3");
return list;
}

Simply add

list.push_back("mp2");
list.push_back("mus");

so it reads:
QList<QString> SoundSourceMp3::supportedFileExtensions()
{
QList<QString> list;
list.push_back("mp3");
list.push_back("mp2");
list.push_back("mus");

return list;
}

and do build.

After that, .mp2 and .mus-files will be scanned for library and will be displayed in your browser.


Best regards
Thorsten
netsrohT
 
Posts: 55
Joined: Fri Feb 04, 2011 12:29 pm
Location: Freezeland, Lower Saxony, Germany

Re: mp2 & MUSICAM

Postby Pegasus » Thu Mar 17, 2011 7:21 pm

But do those files play correctly? Does taglib read those file types?
"D.J. Pegasus"
Mixxx Developer - Controller Specialist
Mixxx Windows package maintainer
User avatar
Pegasus
Mixxx Developer
 
Posts: 1657
Joined: Thu Jan 29, 2009 7:48 pm
Location: Spangdahlem, RP, Germany

Re: mp2 & MUSICAM

Postby netsrohT » Thu Mar 17, 2011 7:38 pm

YES, they play correctly - MAD does this job since many years ago.
However, there is no ID-Tag for taglib toread/write.
BTW, most mpeg-players (mpg123, mpg321, mplayer etc.) play these professional formats.
netsrohT
 
Posts: 55
Joined: Fri Feb 04, 2011 12:29 pm
Location: Freezeland, Lower Saxony, Germany

Re: mp2 & MUSICAM

Postby Pegasus » Thu Mar 17, 2011 10:48 pm

Ok cool, good to know. Mind filing a wishlist bug and we can throw this into 1.10?
"D.J. Pegasus"
Mixxx Developer - Controller Specialist
Mixxx Windows package maintainer
User avatar
Pegasus
Mixxx Developer
 
Posts: 1657
Joined: Thu Jan 29, 2009 7:48 pm
Location: Spangdahlem, RP, Germany

Re: mp2 & MUSICAM

Postby netsrohT » Fri Mar 18, 2011 2:20 am

Oh, yes. That code in 1.10 would be cool!
netsrohT
 
Posts: 55
Joined: Fri Feb 04, 2011 12:29 pm
Location: Freezeland, Lower Saxony, Germany


Return to User Customizations

Who is online

Users browsing this forum: No registered users and 1 guest