0
Hi,
I have some split albums, which I can ad nicely no problems there.
However I have some split albums with artist which I have only albums from 1 of the artist, and no albums just the songs on the split from the other artist.
So far so good, but if you look at the artists view the artist shows up as an empty one (see image).
So I thought lets give that artist no search letter, so it won't be added to the main artist view page, because the system wouldn't know were to put that artist because it doesn't have the alphabetical search string.
But MC puts the letter in automatically on saving the artist, even if I let it blank.
Can this be done?
Thanks,
Appie
I have some split albums, which I can ad nicely no problems there.
However I have some split albums with artist which I have only albums from 1 of the artist, and no albums just the songs on the split from the other artist.
So far so good, but if you look at the artists view the artist shows up as an empty one (see image).
So I thought lets give that artist no search letter, so it won't be added to the main artist view page, because the system wouldn't know were to put that artist because it doesn't have the alphabetical search string.
But MC puts the letter in automatically on saving the artist, even if I let it blank.
Can this be done?
Thanks,
Appie
Responses (3)
-
Accepted Answer
-
Accepted Answer
0So I have done this
if(!$inicial){
//$this->letter = substr($class_art,0,1);
$exep = array("1","2","3","4","5","6","7","8","9","0","!","?","�","�","'","$","(",")","\"");
if(in_array($this->letter,$exep)) $this->letter = "1";
}
And this works fine with my issue, The artist gets no letter and doesn't show up in artists view, so exactly as I want..
Would it give me problems with other things? I cant see any problems so far..
Thanks,
Appie
Your Reply
Please login to post a reply
You will need to be logged in to be able to post a reply. Login using the form on the right or register an account if you are new here.
Register Here »