problem with the songs

Anthony
Anthony
Offline
0
Hey Music Solutions team!

You'v made a great component! This is exactly what I needed!
I have a problem with the songs. Specifically, "with their authors" :)

My label releases EP various artists, which in addition to original tracks include remixes.

For example, here is our first release:
http://img502.imageshack.us/img502/2702/15853203.png

As you see, it include remixes from Alucard, Mango, Arthur Deep, Cantus and Dynamic Illusion.

In the admin panel, I stamped each song its author:
http://img707.imageshack.us/img707/5123/31234999.png

But in section "Artists" the song is not added:
http://img706.imageshack.us/img706/4317/13301059.png

How can I fix it?
Responses (6)
  • Accepted Answer

    Saturday, December 05 2009, 03:19 PM - #Permalink
    0
    oh, boy.
    that seems to be a small bug I haden't notice :)

    let me solve it and I'll tell you how to fix it

    thanks for the advice! :)

    Germi
    The reply is currently minimized Show
  • Accepted Answer

    Anthony
    Anthony
    Offline
    Saturday, December 05 2009, 03:25 PM - #Permalink
    0
    Ok.
    I'll wait for a response ;)
    The reply is currently minimized Show
  • Accepted Answer

    Saturday, December 05 2009, 03:28 PM - #Permalink
    0
    ok, found.
    easy, easy fix

    open file /components/com_muscol/models/artists.php

    go to line 126, you'll see this
    ' WHERE al.artist_id = '.$this->_data[$i]->id

    replace it with
    ' WHERE s.artist_id = '.$this->_data[$i]->id


    (only changes "al.artist_id" for "s.artist_id")

    done! :)

    does it work now?

    Germi
    The reply is currently minimized Show
  • Accepted Answer

    Anthony
    Anthony
    Offline
    Saturday, December 05 2009, 03:33 PM - #Permalink
    0
    Yes! Everything works fine!
    Thank you for your help!
    The reply is currently minimized Show
  • Accepted Answer

    Anthony
    Anthony
    Offline
    Wednesday, December 16 2009, 10:09 AM - #Permalink
    0
    Hey Germi!

    I found 1 more bug :)
    This screenshot Number of songs displayed correctly:
    http://www.freeimagehosting.net/uploads/53fef63101.jpg

    but if you click on the artist, displays all the tracks of release:
    http://www.freeimagehosting.net/uploads/6c3d3b538b.jpg

    How do I fix this?
    The reply is currently minimized Show
  • Accepted Answer

    Wednesday, December 16 2009, 03:43 PM - #Permalink
    0
    :S ??!?! so weird! the songs are from this artist, right?

    there was a small bug about this, but I fixed it...

    are you sure that in the backend this songs are assigned to this artist?
    The reply is currently minimized Show
Your Reply