Wrong group name on tracklist Issue

Ike Newton
Ike Newton
Offline
0
Responses (18)
  • Accepted Answer

    Sunday, September 04 2016, 11:09 AM - #Permalink
    0
    this is because each song is assigned to that different artist (different than the artist on the album), then it will display it...
    if the artist is not this one, you need to go to each song and assign it the artist from the album, then it won't display it.
    The reply is currently minimized Show
  • Accepted Answer

    Ike Newton
    Ike Newton
    Offline
    Sunday, September 04 2016, 12:44 PM - #Permalink
    0
    It's like that for all songs. In site admin, everything is correct. But on website, that's what it shows. Wrong artist to the album. But all information and scans are correct.
    The reply is currently minimized Show
  • Accepted Answer

    Monday, September 05 2016, 10:02 AM - #Permalink
    0
    that's weird. Can you please send me joomla backend access so I can take a look?
    The reply is currently minimized Show
  • Accepted Answer

    Ike Newton
    Ike Newton
    Offline
    Monday, September 05 2016, 10:03 AM - #Permalink
    0
    That's what happened when the artist table got corrupted. So I had to empty it and re-add them all over again. Then I had to re-assign them to each album.
    The reply is currently minimized Show
  • Accepted Answer

    Monday, September 05 2016, 10:05 AM - #Permalink
    0
    oooh!! ok so that's what happened.

    this means that you did not assign the SONGS table as well..

    the artist_id in the songs table must be poiting to the "old" artist ID they belonged to. that's the problem of course.

    how many artists do you have?
    The reply is currently minimized Show
  • Accepted Answer

    Ike Newton
    Ike Newton
    Offline
    Monday, September 05 2016, 10:28 AM - #Permalink
    0
    I'll have to count them, but it was 25 pages of CDs. So you can imagine how long that took. If I can just change the ids, that would be a lot quicker than each song.
    The reply is currently minimized Show
  • Accepted Answer

    Monday, September 05 2016, 10:29 AM - #Permalink
    0
    well this is what I meant, it will be faster to change the ARTISTs ids (in the artist table), to match the "old" values (which are the ones still present in the SONGS table..)
    The reply is currently minimized Show
  • Accepted Answer

    Ike Newton
    Ike Newton
    Offline
    Monday, September 05 2016, 10:30 AM - #Permalink
    0
    So do I just look that up in song table, write them down and match them with artist table ids?
    The reply is currently minimized Show
  • Accepted Answer

    Monday, September 05 2016, 10:31 AM - #Permalink
    0
    yes, that's what I would do...

    but, again, if you changed the ALBUMS too, you will need to that in that table too...
    The reply is currently minimized Show
  • Accepted Answer

    Ike Newton
    Ike Newton
    Offline
    Monday, September 05 2016, 10:33 AM - #Permalink
    0
    I fixed that the long way. Just need to match the artists with songs.
    The reply is currently minimized Show
  • Accepted Answer

    Ike Newton
    Ike Newton
    Offline
    Tuesday, September 06 2016, 03:21 AM - #Permalink
    0
    going to be a long process. 410 artists. Have to renumber them, then change the album numbers
    The reply is currently minimized Show
  • Accepted Answer

    Tuesday, September 06 2016, 09:48 AM - #Permalink
    0
    ... yes this will be a long process.

    the other thing we can do is simply NOT display the artist name in the songs list. The artist will not be correctly assigned, but at least you won't see the name on the album page...
    The reply is currently minimized Show
  • Accepted Answer

    Ike Newton
    Ike Newton
    Offline
    Tuesday, September 06 2016, 09:53 AM - #Permalink
    0
    That's the easiest way. How do I do that?
    The reply is currently minimized Show
  • Accepted Answer

    Tuesday, September 06 2016, 09:57 AM - #Permalink
    0
    this requires a small modification on a PHP file.

    which MC version are you running?
    The reply is currently minimized Show
  • Accepted Answer

    Ike Newton
    Ike Newton
    Offline
    Tuesday, September 06 2016, 12:43 PM - #Permalink
    0
    Wouldn't that mess up future additions? I may try the long way. First write down and figure out the old numbers to the 401 artists. Get that corrected. Then match that number up to albums. Which should put everything in order. Hopefully I can resort artist table by corrected ids
    The reply is currently minimized Show
  • Accepted Answer

    Tuesday, September 06 2016, 04:13 PM - #Permalink
    0
    future addition won't be a problem at all.. the only problem of missmatching artists is precisely with all the data that is already there on your website...
    The reply is currently minimized Show
  • Accepted Answer

    Ike Newton
    Ike Newton
    Offline
    Tuesday, September 06 2016, 08:42 PM - #Permalink
    0
    So I guess it's best to just match the artists with the old ids (songs), then update the albums which can be done in admin.
    The reply is currently minimized Show
  • Accepted Answer

    Ike Newton
    Ike Newton
    Offline
    Wednesday, September 07 2016, 09:12 AM - #Permalink
    0
    Ok. The less frustrating way to do it is to wipe everything and start over. With the discogs integration, it won't be as painful. Then immediately back up the database.

    Thanks for the help.
    The reply is currently minimized Show
Your Reply