|
Log in to post
|
Print Thread |
|
|
|
|
|
Band-in-a-Box for Windows
|
Joined: Feb 2012
Posts: 6
Newbie
|
OP
Newbie
Joined: Feb 2012
Posts: 6 |
So I load a song with the Song Picker, and it has an extension like .MG9. I change the style to a recent one and try to save the song, which now has the extension .MGU. This seems to confuse the Song Picker, which tries to save the song in a different folder. To avoid this, can I simply rename ALL the songs to a ".?GU" extension, so the filename isn't changed when they're saved? I don't want to have to rebuild the song list after every edit!
Using BIAB 2008-5.
Setup: BIAB 2008.5, Lenovo T-41 Laptop
|
|
|
|
|
|
|
|
|
|
|
|
|
Band-in-a-Box for Windows
|
Joined: May 2000
Posts: 22,612
Veteran
|
Veteran
Joined: May 2000
Posts: 22,612 |
If you are using 2008.5 your best shot is to make sure you have latest update from the support link at top of page.
Does anyone know if current version does this? (mg9 looks weird to me)
I do not work here, but the benefits are still awesome Make your sound your own!
|
|
|
|
|
|
|
|
|
|
|
|
|
Band-in-a-Box for Windows
|
Joined: Feb 2012
Posts: 6
Newbie
|
OP
Newbie
Joined: Feb 2012
Posts: 6 |
I have installed the latest update for 2008.5. I'm asking whether BIAB will still properly recognize a song if I manually change the extension to end in a "U".
Setup: BIAB 2008.5, Lenovo T-41 Laptop
|
|
|
|
|
|
|
|
|
|
|
|
|
Band-in-a-Box for Windows
|
Joined: Jan 2011
Posts: 46
Enthusiast
|
Enthusiast
Joined: Jan 2011
Posts: 46 |
Quote:
I have installed the latest update for 2008.5. I'm asking whether BIAB will still properly recognize a song if I manually change the extension to end in a "U".
That's easy to find out. Copy a song and rename it and try to open it. I'm sure it will work fine.
What I thought your original questions was about was HOW to do the renaming of a folder full of files. That can be done at the command prompt. For any who is interested, here's one way of doing that.
First make a copy of a folder full of files you want to rename so you can test out my commands without any risk. Keep that Windows Explorer open, so you can see the folder icon, for the next steps.
Open a command prompt by clicking the Start button > RUN. Type in CMD and press enter.
The first step in the Command prompt is to change directories to the folder you are going to rename. I use the pushd command because it works across different drives and even on network shares. Type in the command PushD, followed by a space. Don't hit enter yet. Now arrange your windows so you can see the folder in Windows Explorer (or on your desktop). Drag the folder icon to the command prompt. So now the full command is pushd followed by the folder name. Now, click in the command window and hit enter to execute the command. If the command succeeded, your command prompt will be the name of the folder full songs. (For example, it will say something like "C:\Users\Jim\Desktop\New folder>")
Now for the command to change the file extensions. Let's do it just for .SG? files first. Copy the following command and paste it in the command window by right-clicking in the command window.
for /f "tokens=*" %A in ('dir *.SG? /b') do rename "%A" "%~nA.SGU"
Press enter to execute the command.
If you have multiple songs with the same base name, the command will only rename one of them and it will give you the following message for the other files: "A duplicate file name exists, or the file cannot be found"
To rename your .MG? files, you only need to change two letters in the command:
for /f "tokens=*" %A in ('dir *.MG? /b') do rename "%A" "%~nA.MGU"
|
|
|
|
|
|
|
|
|
|
|
|
|
Band-in-a-Box for Windows
|
Joined: Oct 2008
Posts: 20,587
Veteran
|
Veteran
Joined: Oct 2008
Posts: 20,587 |
Goodguy,
.MGU is the standard extension for BIAB is the song contains a melody (that's what the M stands for) so the song should open fine.
When you renamed the song, what happened was that a second copy was created. The .MG9 (which I guess is a custom extension because I've never seen it before) is one song. Then with the save when it became MGU, a second instance of the song was created. I always save multiple instances of songs so that I can get back to earlier versions if ever I want to. The song files are so small that the space they occupy is negligible.
Regards, Noel
MY SONGS...Audiophile BIAB 2026
|
|
|
|
|
|
|
|
|
|
|
|
|
Band-in-a-Box for Windows
|
Joined: Sep 2009
Posts: 67
Enthusiast
|
Enthusiast
Joined: Sep 2009
Posts: 67 |
Noel,
Songs that ends with a number are songs that use built-in styles. You can see them in the menu "Styles" / "Choose from 24 'built-in' styles". (*.?g9 is a song with pop-ballad style).
I suppose that the latests versions of biab can read old songs even if they were renamed ? (the first byte of the file is different)
My 2 cents.
Free tools for Biab: Biab Scales and BIArpeggio to practice scales/arpeggio Biab Explorer: the other song picker
|
|
|
|
|
|
|
|
|
|
|
|
|
Band-in-a-Box for Windows
|
Joined: Oct 2008
Posts: 20,587
Veteran
|
Veteran
Joined: Oct 2008
Posts: 20,587 |
ahhhh thanks, Chris. I didn't realize that  As I have never used the inbuilt styles as the basis of a song, I have not seen this extension. Makes sense, though. All the best, Noel
MY SONGS...Audiophile BIAB 2026
|
|
|
|
|
|
|
|
|
|
|
|
|
Band-in-a-Box for Windows
|
Joined: Oct 2007
Posts: 2,610
Veteran
|
Veteran
Joined: Oct 2007
Posts: 2,610 |
Learn something new every day. I am in the same boat, Noel. So, thanks for the education on this one, Chris 
Cheers, Mike My Music * Asus ROG Strix G15CF 32 GB DDR4 4TB HDD + 1 TB SSD NVIDIA GeForce RTX 3060 8GB Win 11 AKAI EIE PRO Sound Interface. BIAB/RB 2024 UltraPak Build - Latest
|
|
|
|
|
|
|
|
|
|
|
|
|
Band-in-a-Box for Windows
|
Joined: Feb 2012
Posts: 6
Newbie
|
OP
Newbie
Joined: Feb 2012
Posts: 6 |
I guess I'd better just rename one song and see if it works.
Setup: BIAB 2008.5, Lenovo T-41 Laptop
|
|
|
|
|
|
|
|
|
|
|
|
|
Band-in-a-Box for Windows
|
Joined: Jan 2011
Posts: 4,026
Veteran
|
Veteran
Joined: Jan 2011
Posts: 4,026 |
I have seen this before on some biab midi files with odd extensions from an biab user site that posted free fake book songs. Always wondered, nice to know what it was. Did it rename?
|
|
|
|
|
|
|
|
|
|
|
|
Ask sales and support questions about Band-in-a-Box using natural language.
ChatPG's knowledge base includes the full Band-in-a-Box User Manual and sales information from the website.
|
|
|
|
|
|
|
|
|
|
|
XPro & Xtra Styles PAK Sets On Sale Now - Until May 15, 2026!
All of our XPro Styles PAKs and Xtra Styles PAKs are on sale until May 15th, 2026!
It's the perfect time to expand your Band-in-a-Box® style library with XPro and Xtra Styles PAKs. These additional styles for Band-in-a-Box® offer a wide range of genres designed to fit seamlessly into your projects. Each style is professionally arranged and mixed, helping enhance your songs while saving you time.
What are XPro Styles and Xtra Styles PAKs?
XPro Styles PAKs are styles that work with any version (Pro, MegaPAK, UltraPAK, UltraPAK+, or Audiophile Edition) of Band-in-a-Box® 2025 (or higher). XPro Styles PAKS 1-10 includes 1,000 styles!
Xtra Styles PAKs are styles that work with the UltraPAK, UltraPAK+, or Audiophile Edition of Band-in-a-Box® 2025 (or higher). Xtra Styles PAKs 1-21 includes 3,700 styles (and 35 MIDI styles)!
The XPro & Xtra Styles PAKs are not included in any Band-in-a-Box® package.
The XPro Styles PAKs 1-10 are available for only $29 ea (reg. $49 ea), or get them all in the XPro Styles PAK Bundle for only $149 (reg. $299)! Listen to demos and order now! For Mac or for Windows.
The Xtra Styles PAKs 1-21 are available for only $29 ea (reg. $49 ea), or get them all in the Xtra Styles PAK Bundle for only $199 (reg. $349)! Listen to demos and order now! For Mac or for Windows.
Note: XPro Styles PAKs require Band-in-a-Box® 2025 or higher and are compatible with ANY package, including the Pro, MegaPAK, UltraPAK, UltraPAK+, and Audiophile Edition.
The Xtra Styles require the UltraPAK, UltraPAK+, or Audiophile Edition of Band-in-a-Box®. (Xtra Styles PAK 19 requires the 2025 or higher UltraPAK, UltraPAK+, or Audiophile Edition. They will not work with the Pro or MegaPAK version as they require the RealTracks included in the UltraPAK, UltraPAK+, or Audiophile Edition.
Supercharge your Band-in-a-Box today with XPro Styles PAKs and Xtra Styles PAK Sets!
Band-in-a-Box 2026 for Mac Videos
With the release of Band-in-a-Box® 2026 for Mac, we’re rolling out a collection of brand-new videos on our YouTube channel. We’ll keep this forum post updated so you can easily find all the latest videos in one convenient spot.
Whether you're exploring new features, checking out the latest RealTracks or Style PAKs, this is your go-to guide for Band-in-a-Box® 2026.
Check out this forum post for "One Stop Shopping" of our Band-in-a-Box® 2026 Mac Videos!
Band-in-a-Box 2026 for Mac is Here!
Band-in-a-Box® 2026 for Mac is here and it is packed with major new features! There’s a new modern look, a GUI redesign to all areas of the program including toolbars, windows, workflow and more. There’s a Multi-view layout for organizing multiple windows. A standout addition is the powerful AI-Notes feature, which uses AI neural-net technology to transcribe polyphonic audio into MIDI—entire mixes or individual instruments—making it easy to study, view, and play parts from any song. And that’s just the beginning—there are over 100 new features in this exciting release.
Along with version 2026, we've released an incredible lineup of new content! There's 202 new RealTracks, brand-new RealStyles, MIDI SuperTracks, Instrumental Studies, “Songs with Vocals” Artist Performance Sets, Playable RealTracks Set 5, two new RealDrums Stems sets, XPro Styles PAK 10, Xtra Styles PAK 21, and much more!
Special Offers
Upgrade to Band-in-a-Box® 2026 for Mac and save up to 50% on most upgrade packages during our special offer—available until May 15, 2026. Visit our Band-in-a-Box® packages page to explore all available upgrade options.
2026 Free Bonus PAK & 49-PAK Add-ons
Our Free Bonus PAK and 49-PAK are loaded with amazing add-ons! The Free Bonus PAK is included with most Band-in-a-Box® 2026 for Mac packages, but you can unlock even more—including 20 unreleased RealTracks—by upgrading to the 2026 49-PAK for just $49.
Holiday Weekend Hours
As we hop into the Easter weekend, here are our holiday hours:
April 3 (Good Friday): 8:00 AM – 4:00 PM PDT
April 4 (Saturday): Closed
April 5 (Easter Sunday): Closed
April 6 (Easter Monday): Open regular hours
Wishing you an egg-cellent weekend!
— Team PG
Update to Build 10 of RealBand® 2026 for Windows®!
If you're already using RealBand 2026 for Windows, download build 10 to get all the latest additions and enhancements.
Band-in-a-Box® 2025 for Mac® users: Build 904 now available!
If you're already using Band-in-a-Box® 2025 for Mac®, make sure to grab the latest update! Build 904 is now available for download and includes the newest additions and enhancements from our team.
Band-in-a-Box® 2026 for Windows® users: Build 1237 is now available!
Already a Band-in-a-Box 2026 for Windows user? Stay up to date and download the build 1237 to get all the latest additions and enhancements.
|
|
|
|
|
|
|
|
|
|
|
|
Forums57
Topics86,223
Posts802,080
Members40,071
| |
Most Online64,515 Apr 8th, 2026
|
|
|
|
|
|
|
|
|