Viewing 7 replies - 1 through 7 (of 7 total)
  • Plugin Author ollybach

    (@ollybach)

    i don’t think i understand.
    the widget displays/selects albums etc by artists id, not by name, so it’s irrelevant if the artists have the same name if you have the right id….

    Thread Starter Andrew Laws

    (@lawsie)

    That’s what I thought! The ID is 356837601 and the album and single named ‘Bombus’ is a different Tom Sanderson. So I guess the problem really is that itunes thinks these two people are one person.

    But I stand little hope of getting iTunes to realise they are two different people so I need to exclude the Bombus releases.

    Any ideas? Ta star!

    Plugin Author ollybach

    (@ollybach)

    yup. itunes is stupid…..

    the only idea i can come up with is to exclude/hide some of the items by css. so if you want to hide the 5th in that list do in your css somewhere

    div.ilw-ini>div>ul>li:nth-child(5){display:none}

    it’s not 100% reliable as the order/number of items might change (and probably won’t work on old browsers), but it’s something. not my fault that apple do stupid things

    i might get around to put some id’s on the relevant li elements, so you could just do

    #elementidhere{display:none}

    which should be a lot more reliable and work on old browsers but that’s not implemented in the current version and I’m not sure when I’ll get around to doing that

    Plugin Author ollybach

    (@ollybach)

    as you rightly noticed even on apply its that way (just to prove it’s not the widgets fault )

    https://itunes.apple.com/gb/artist/tom-sanderson/id356837601

    Thread Starter Andrew Laws

    (@lawsie)

    Thank you ever so much for your help with this. I think we’ll have to find another way of displaying this client’s wares, which is a real shame as I love your plugin!

    Plugin Author ollybach

    (@ollybach)

    Hi,

    had a couple of hours time.

    update your version to 0.5.2 and you’ll find a “omit album/book/etc id…”
    just type in the id numbers you need to exclude (comma separated)

    hope that helps

    Thread Starter Andrew Laws

    (@lawsie)

    That’s astonishing, thank you SO much! I owe you a pint!

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘Excluding some releases’ is closed to new replies.