Songs on Keith

strathern
strathern
Offline
0
May I suggest that the name of the song on keith player be the Title of the song and not the file name? And umm when there's no song played, when i click the info (?), it displays different language. May I suggest for this to be made to english. Thanks!
Responses (12)
  • Accepted Answer

    Monday, April 13 2009, 08:17 PM - #Permalink
    0
    in fact Keith IS ALREADY prepared for this :)

    but what we need is actually that MC says to Keith what title to show. so for this you'll have to wait till 1.0.3 :)

    is just that when I launched 1.0.2, Keith wasn't yet on the way :)
    The reply is currently minimized Show
  • Accepted Answer

    Subhramani
    Subhramani
    Offline
    Tuesday, April 14 2009, 06:37 AM - #Permalink
    0
    One more idiotic question for you germi.

    In the album page, there is one player which shows the playlist and one for each song.
    Is it possible to have only the bigger player with the playlist and not one for each song?

    Also, if a particular SONG doesn't have any lyrics or review, is it possible to cancel the link of the song as it goes to a different page for no reason?

    Like my site for example: http://headbangers.in

    I go the album page, I see the list of songs, and when I click on the song name, it takes me to another page which is supposedly for the lyrics. But since I dont wanna have lyrics for or any review for a specific song, can i have that link removed?

    ONE MORE !! :P
    I have around 30 bands listing in my website. Out of which only 12 of the bands are agreeing for me to have songs for download. Is it possible to specify which song is downloadable?
    The reply is currently minimized Show
  • Accepted Answer

    Tuesday, April 14 2009, 09:00 AM - #Permalink
    0
    about specifyin which song is downloadable: no, sorry. just dont upload it! ;)

    about the link to the blank page... you can do a small modification on the code... I can tell you how if you're interested

    about only the "multi track" player: also, with a little modification on the code you can have this. anyway I think this is an option I'll add as a parameter on 1.0.3
    The reply is currently minimized Show
  • Accepted Answer

    Luca
    Luca
    Offline
    Tuesday, April 14 2009, 04:32 PM - #Permalink
    0
    germi wrote:
    about the link to the blank page... you can do a small modification on the code... I can tell you how if you're interested


    I am also interested to make a link only the titles of songs that have the text.
    The reply is currently minimized Show
  • Accepted Answer

    Subhramani
    Subhramani
    Offline
    Tuesday, April 14 2009, 04:48 PM - #Permalink
    0
    Yes germi....I'm very much interested. Please let me know how.
    The reply is currently minimized Show
  • Accepted Answer

    Tuesday, April 14 2009, 04:52 PM - #Permalink
    0
    file components/com_muscol/models/album.php

    on line 282 add the "s.lyrics" field to the list (MYSQL FAMILAR USERS ONLY!!!!!!!!!!!!)

    file components/com_muscol/views/album/tmpl/default.php

    line 101 you find this

    name; ?>

    (be careful with the "name; ?>name;} ?>

    again, remember the php tags

    IMPORTANT: make this modification ONLY if you know what you're doing, if you're familiar to PHP and MySQL.

    I dont take responsability on it

    USE AT YOUR OWN RISK!!!!!
    The reply is currently minimized Show
  • Accepted Answer

    Tuesday, April 14 2009, 04:53 PM - #Permalink
    0
    SHIT

    fricki'n code does not show up. hold on a minute
    The reply is currently minimized Show
  • Accepted Answer

    Subhramani
    Subhramani
    Offline
    Tuesday, April 14 2009, 04:57 PM - #Permalink
    0
    germi wrote:
    IMPORTANT: make this modification ONLY if you know what you're doing, if you're familiar to PHP and MySQL.

    I dont take responsability on it

    USE AT YOUR OWN RISK!!!!!


    Its not for me then :(
    The reply is currently minimized Show
  • Accepted Answer

    Tuesday, April 14 2009, 05:03 PM - #Permalink
    0
    I have to put an image, you'll have to write the code yourself (you can't copy paste :lol:)
    [img size=639]http://www.joomlamusicsolutions.com/images/fbfiles/images/imagen_1-063c4ad43748a2b592d6f2c0bd6139dd.png[/img]

    I make all this warnings about "only familar to php and mysql" to cover my back :lol:, I mean, the code will work and its not dangeorus... but anyway..

    USE AT YOUR OWN RISK! :lol:

    (is the expresion "cover my back" correct in english? I think I translated it directly from spanish.. :lol:)
    Attachments:
    The reply is currently minimized Show
  • Accepted Answer

    Luca
    Luca
    Offline
    Tuesday, April 14 2009, 06:31 PM - #Permalink
    0
    germi wrote:
    file components/com_muscol/models/album.php

    on line 282 add the "s.lyrics" field to the list (MYSQL FAMILAR USERS ONLY!!!!!!!!!!!!)


    Sorry but I did not understand this part.
    The reply is currently minimized Show
  • Accepted Answer

    Tuesday, April 14 2009, 07:36 PM - #Permalink
    0
    sorry

    in line 282 there is:

    SELECT s.id,s.disc_num,s.num,s.length,s.name,s.filename,s.extension,s.artist_id,ar.artist_name

    just add the s.lyrics property:

    SELECT s.id,s.disc_num,s.num,s.length,s.name,s.filename,s.extension, s.lyrics,s.artist_id,ar.artist_name
    The reply is currently minimized Show
  • Accepted Answer

    Luca
    Luca
    Offline
    Wednesday, April 15 2009, 12:48 AM - #Permalink
    0
    I made the changes it works well. :)

    Thank you germi
    The reply is currently minimized Show
Your Reply