quote:
Originally posted by Mizery_Made
I noticed something about your script, might be a bug, might just be the way it's designed. But it doesn't always show the full title. For example, I tag my music in the following fashion:
quote:
Crooked I - Boom Boom Clap [Remix] (ft. Conyac, Horse Shoe Gang and Mykestro)
It displays nearly perfect, except it ALWAYS leaves off the "(ft.)" and it's contents within, no matter what the song. If I have a "(ft.)" on it, it always prunes it. :\
Yes, that would have to be because of the filter in Winamp Media. However, if you tagged your music properly, I'm not sure how the script could have pruned your bracketed words. The script only applies its filter if it is unable to retrieve meta info, which only happens if
a) there is no ID3 tag enabled or
b) you are listening to internet radio.
If your scenario is
a), it most likely means that you have not tagged your music properly (ie. you have only named your music by its filename). All you need to do is add some ID3 tags:
- Open your music with Winamp.
- Open the track information by pressing Alt+3.
- Add your information here.
- Click Update.
If you have a lot of music to tag, then you might want to consider using a batch tagging program, otherwise see the second set of instructions in scenario
b).
If your scenario is
b), it is slightly more complicated. The filter was designed to remove the station name to avoid interference with the title and artist name, but you can do this in Winamp:
- Open Winamp.
- Open your preferences by pressing Control+P.
- Go to the Plug-ins tab.
- Go to the Input tab.
- Select Nullsoft MPEG Audio Decoder 3.52 [in_mp3.dll].
- Click Configure.
- Go to the Streaming tab.
- In Streaming extensions, untick Include stream name in title.
You will also need to edit the Winamp Media script:
- Sign in to Windows Live Messenger.
- Open your Messenger Plus! Live preferences.
- Go to the Scripts tab.
- Select Winamp Media.
- Click Edit.
- In the Current Script File, select Settings.js.
- Scroll down and find the line:
code:
var WnMd_Filter = new Array(/http:\/\/\S*\b/, /\[Connecting\] /, /\[ICY 200 OK\] /, /\[Buffer: \d*%\] /, / +\(.*?\)/g, / requested by .+$/);
- Remove the red text (or remove the whole line if you want).
- Click Save All.
Hopefully one of these two solutions will fix your problem.