Music Library Query
#1
On the music library view I sort by Artists. When I click on an Artist I get the various album thumbs plus an 'All Albums' thumb.

Can I get rid of the 'All Albums' thumb? Oo
Reply
#2
Any ideas buddies? Doesn't seem to of cropped up before.
Reply
#3
nokmond Wrote:On the music library view I sort by Artists. When I click on an Artist I get the various album thumbs plus an 'All Albums' thumb.

Can I get rid of the 'All Albums' thumb? Oo

try this option detailed here http://wiki.xbmc.org/?title=Advancedsett...library.3E
Reply
#4
Thanks mate, i'll have a look.
Reply
#5
I know this is an OLD thread, but I am wondering the same thing. I have tried using advancedsettings, but nothing is changing. I tried both of the following settings:

Quote: <musiclibrary>
<hideallitems>true</hideallitems> <!-- removes the "*All" items from the music library -->
<allitemsonbottom>true</allitemsonbottom> <!-- sorts the "*All" items at the bottom of the list when in Ascending order -->

Neither seem to change anything. Every time I open an artist, it defaults to "All Albums" which has no fan art or album art. Not the best user experience. Any way to change this?
Reply
#6
  • Did you place the advancedsettings.xml file in your userdata directory?
  • Did you include the <advancedsettings> and </advancedsettings> tags in your advancedsettings.xml file? (Not shown in your example above)
  • Did you include the </musiclibrary> tag in your advancedsettings.xml file? (Not shown in your example above)
Your advancedsettings.xml file should look like this if <hideallitems> is the only override entry you are using:
Code:
<advancedsettings>
  <musiclibrary>
    <hideallitems>true</hideallitems>
  </musiclibrary>
</advancedsettings>
Reply
#7
Yes, in my userdata folder. And here is the full text from my file (I was trying both settings, but I did first try only the hide items tag):

Code:
<advancedsettings>
  <musiclibrary>
    <hideallitems>true</hideallitems>
    <allitemsonbottom>true</allitemsonbottom>
  </musiclibrary>
</advancedsettings>
Reply
#8
Check Debug Log if it gets loaded
Read/follow the forum rules.
For troubleshooting and bug reporting, read this first
Interested in seeing some YouTube videos about Kodi? Go here and subscribe
Reply
#9
Thanks. There was an error:

Code:
ERROR: Error loading special://profile/advancedsettings.xml, no <advancedsettings> node
Reply
#10
OK, it must have been a format error as I recreated the xml file using a different text editor and now I have no error and the "All Items" icon is indeed hidden. Thanks.
Reply
#11
(2012-08-29, 01:08)romwarrior Wrote: OK, it must have been a format error as I recreated the xml file using a different text editor and now I have no error and the "All Items" icon is indeed hidden. Thanks.
Viagra Dosage

It is actually a formating error! I really want to kill myself! I have wasted so many hours because of this trivial error!
Reply

Logout Mark Read Team Forum Stats Members Help
Music Library Query0