2011-01-23, 23:13
Here is a solution, it works well for me.
The basic idea is that you can turn off that "Biography - Not available" message globally. It means that it never will be displayed. So you will miss a little bit of functionality: if it is no biography for the currently selected artist, XBMC also won't tell you that.
The steps required:
1. check that which video mode do you use - PAL, NTSC, …
2. make a backup copy of this file:
XBMC/skin/Project Mayhem III/<your video mode>/CommonViewTypes_Library.xml
(For example, in a PAL system: XBMC/skin/Project Mayhem III/PAL/CommonViewTypes_Library.xml.)
3. Find this section in file "CommonViewTypes_Library.xml":
<label>$LOCALIZE[21887] - $LOCALIZE[416]</label>
4. Replace the text between "<label>" and "</label>" with a space.
For example, this is the original line:
<label>$LOCALIZE[21887] - $LOCALIZE[416]</label>
replace with this:
<label> </label>
5. Put the changed "CommonViewTypes_Library.xml" file to the original place (XBMC/skin/Project Mayhem III/<your video mode>/CommonViewTypes_Library.xml)
6. restart your xbmc
I hope this helps you.
The basic idea is that you can turn off that "Biography - Not available" message globally. It means that it never will be displayed. So you will miss a little bit of functionality: if it is no biography for the currently selected artist, XBMC also won't tell you that.
The steps required:
1. check that which video mode do you use - PAL, NTSC, …
2. make a backup copy of this file:
XBMC/skin/Project Mayhem III/<your video mode>/CommonViewTypes_Library.xml
(For example, in a PAL system: XBMC/skin/Project Mayhem III/PAL/CommonViewTypes_Library.xml.)
3. Find this section in file "CommonViewTypes_Library.xml":
<label>$LOCALIZE[21887] - $LOCALIZE[416]</label>
4. Replace the text between "<label>" and "</label>" with a space.
For example, this is the original line:
<label>$LOCALIZE[21887] - $LOCALIZE[416]</label>
replace with this:
<label> </label>
5. Put the changed "CommonViewTypes_Library.xml" file to the original place (XBMC/skin/Project Mayhem III/<your video mode>/CommonViewTypes_Library.xml)
6. restart your xbmc
I hope this helps you.