0
Hi Germi,
I think i asked the same a looong time ago but can't find it anymore...
This is what happens right now.
When i user uploads and album and picks artist "X" as artist. The system uploads etc and all works
BUT
This user picked the wrong artist so i edit it in the admin to the right artist let say Y.
The url on the frontend remains with the artist X in it.
Live sample: https://www.rapsearch.com/mixtapes/1/hamrock/black-sheep-hosted-by-dj-asap
the bold part is wrong...
I think i asked the same a looong time ago but can't find it anymore...
This is what happens right now.
When i user uploads and album and picks artist "X" as artist. The system uploads etc and all works
BUT
This user picked the wrong artist so i edit it in the admin to the right artist let say Y.
The url on the frontend remains with the artist X in it.
Live sample: https://www.rapsearch.com/mixtapes/1/hamrock/black-sheep-hosted-by-dj-asap
the bold part is wrong...
Responses (9)
-
Accepted Answer
0Hi Germi,
Reopening this as i have an other issue related to this. I know how to fix the url as i stated before but... the wrong artist name (in the new case '$$ new artist' still remains visible on the actual album page... why is that? and can that be adjusted to match the right artist?
Sample:
https://www.rapsearch.com/mixtapes/b/boonie/boonie-elephant-in-the-room-hosted-by-dj-asap -
Accepted Answer
-
Accepted Answer
-
Accepted Answer
0Hi Germi,
I found where i can do this now... but why does it work like this? Now i have to manually edit all uploaded songs by my end users who pick the wrong artist...there are hundreds if not more In 9 out of 10 cases the albums added contain songs by one artist where i want all the songs linked to, so why make this seperation a default as the artist would match anyways? If you want a specific song to list a different artist then the album its from you could adjust just that specific song in stead of the other way around..know what i mean?
Is there a way to make songs to match the album artist? So that when that's adjusted the songs get adjusted as well? -
Accepted Answer
-
Accepted Answer
-
Accepted Answer
-
Accepted Answer
0the only "quick" way to do a bulk update is via de Database.
so yes, you can perform an UPDATE mysql query, where the WHERE condition says that artist_id = {old_artist_id} and to replace it for the new one...
but this needs to be done carefully. you need to really understand what you're doing here.
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 »