Wishlist and a question

Maik
Maik
Offline
0
Hi,

it would be nice for User Upload Limitations for Accounts like 3 hour upload or 5 hour upload and a new structure for the uploads for every user a seperate folder for the songs.

How are the Plans about Facebook embed??? The most People are asking why the Linked content are not directly playing in facebook.

greetz
Responses (13)
  • Accepted Answer

    Tuesday, September 11 2012, 12:37 PM - #Permalink
    0
    hello!

    we'll think about it! :) thanks for the suggestion!

    Facebook embed is not so easy... it would require a Facebook app which is not something we think would be good... we'll see if there's any easy Facebook API for embeding music...
    The reply is currently minimized Show
  • Accepted Answer

    Maik
    Maik
    Offline
    Tuesday, September 11 2012, 05:02 PM - #Permalink
    0
    Hi Germi,

    i have a Idea to embed the Songs in Facebook but i dont understand the generated url from the flashvars, is there a other method to generate or displaying the URL from the songs page?

    like this?:
    echo 'file=".$playlist_url. $string_params. "&autostart=false&epeat=list';;

    greetz
    The reply is currently minimized Show
  • Accepted Answer

    Wednesday, September 12 2012, 08:34 AM - #Permalink
    0
    this is the URL for the XML that the flash player uses for the songs... so that won't work on facebook (I think!). what do you need?
    The reply is currently minimized Show
  • Accepted Answer

    Maik
    Maik
    Offline
    Tuesday, September 18 2012, 01:20 PM - #Permalink
    0
    Hi Germi,

    i need a method to generate the destination file link from the song like http://mydomain/songfolder/song.mp3

    The rest is simple with the OpenGraph Meta tags, but how can i get this link?

    greetz
    Maik
    The reply is currently minimized Show
  • Accepted Answer

    Wednesday, September 19 2012, 12:12 PM - #Permalink
    0
    MusColHelper::getSongFileURL($song) ;
    The reply is currently minimized Show
  • Accepted Answer

    Maik
    Maik
    Offline
    Friday, September 21 2012, 11:04 AM - #Permalink
    0
    ok nice but when is use this it doesnt show the hole link.

    I Tryed this

    $mylink = MusColHelper::getSongFileURL($song) ;
    echo $mylink ;


    And this shows only http://mydomain/songs/
    The song.mp3 is missing.

    greetz
    The reply is currently minimized Show
  • Accepted Answer

    Tuesday, September 25 2012, 04:02 PM - #Permalink
    0
    what are you passing as $song ?
    The reply is currently minimized Show
  • Accepted Answer

    Maik
    Maik
    Offline
    Wednesday, September 26 2012, 06:29 AM - #Permalink
    0
    Hi Germi,

    i dont know what you mean with passing?
    The reply is currently minimized Show
  • Accepted Answer

    Wednesday, September 26 2012, 10:34 AM - #Permalink
    0
    well.. do you know PHP?
    $song is a variable you put as an argument for the function.

    are you familiar with PHP coding?
    The reply is currently minimized Show
  • Accepted Answer

    Maik
    Maik
    Offline
    Friday, September 28 2012, 08:37 AM - #Permalink
    0
    Not really, learning by doing.
    The reply is currently minimized Show
  • Accepted Answer

    Sunday, September 30 2012, 04:37 PM - #Permalink
    0
    oh.. well then you want to be careful. the function needs a parameter, which is the PHP object for the song.
    The reply is currently minimized Show
  • Accepted Answer

    Maik
    Maik
    Offline
    Sunday, September 30 2012, 05:53 PM - #Permalink
    0
    Can you write down please, how i can use this?

    I´m carefull, i have a backup of the system.

    greetz
    The reply is currently minimized Show
  • Accepted Answer

    Saturday, October 06 2012, 06:18 PM - #Permalink
    0
    well I will have to see the files and write the code...! you want some custom coding here... we can do this for you but that's a paying service we offer...
    I can help you if you have questions but if you want us to develope some code for you that's a different service! :) hope you understand..!
    The reply is currently minimized Show
Your Reply