0
Hi

My question is the next

can i play a song from another server or URL?

if i have my songs in a diferent server, can i play it from this server?

I would know this, for buy this component

I want to know this before i purchase

Thanks a lot
Responses (41)
  • Accepted Answer

    Monday, January 10 2011, 04:21 PM - #Permalink
    0
    yes, absolutely.

    Music Collection is prepared for this.

    Germi
    The reply is currently minimized Show
  • Accepted Answer

    J
    J
    Offline
    Tuesday, April 12 2011, 06:35 PM - #Permalink
    0
    Hi there,

    In the demo, where can I find the URL option for songs?

    It seems its only possible to upload a file. What about a youtube link or link to any other file format somewhere on the net?

    Soundcloud integration also possible?

    I'd like to know this before purchase :)
    The reply is currently minimized Show
  • Accepted Answer

    Tuesday, April 12 2011, 06:45 PM - #Permalink
    0
    yes, it's possible.
    there's a field to write the URL, no problem

    but soundcloud integration not possible I think... how does soundcloud work?

    Germi
    The reply is currently minimized Show
  • Accepted Answer

    J
    J
    Offline
    Wednesday, April 13 2011, 07:44 AM - #Permalink
    0
    Good question ;) and thx for the answers.

    Could be interesting:

    http://support.soundcloud.com/soundcloud/topics/direct_link_to_mp3_files
    http://support.soundcloud.com/soundcloud/topics/download_link_url_not_working_in_itunes_podcast_feed?from_gsfn=true


    So just to be sure:

    - a youtube video URL would work in Music Collection?

    One last question:

    - the 'buy now' or download link could also redirect to e.g. the soundcloud download link without to much hassle?

    If so: great!
    The reply is currently minimized Show
  • Accepted Answer

    Wednesday, April 13 2011, 09:01 AM - #Permalink
    0
    1 - well, soundcloud seems to allow direct URL... so if that's the case, no problem!

    2 - youtube links work in Music Collection, in the VIDEO field of each song (if you enter a particular song, in this demo, you'll see a sample video. well, that video is displayed just by entering the youtube URL, yes)

    3 - the buy now button is just a link. so it can direct to anywhere you want!

    Germi
    The reply is currently minimized Show
  • Accepted Answer

    J
    J
    Offline
    Saturday, April 16 2011, 01:04 PM - #Permalink
    0
    OK purchased it. Installation works great.

    Anyway, where to enter the URL`s to the songs? There only seems to be the option to upload a File instead of a link.

    Something in the configuration?
    The reply is currently minimized Show
  • Accepted Answer

    greengeek
    greengeek
    Offline
    Sunday, April 17 2011, 02:52 AM - #Permalink
    0
    On that song page, instead of putting a file in the the box next to the browse and uploading it, I just typed in the full url in the box that is next to it on the left. Making sure I included the http in the front of the url. That has allowed me to play songs from my other server that is on another domain.
    The reply is currently minimized Show
  • Accepted Answer

    J
    J
    Offline
    Sunday, April 17 2011, 09:51 AM - #Permalink
    0
    ThX! That works.

    Is it possible to have this Field in the frontend user upload Fiels?

    Now its the 'upload file' field instead of this one (which has no name?)
    The reply is currently minimized Show
  • Accepted Answer

    J
    J
    Offline
    Sunday, April 17 2011, 09:52 AM - #Permalink
    0
    JJJ wrote:
    ThX! That works.

    Is it possible to have this Field in the frontend user upload Fiels?

    Now its the 'upload file' field instead of this one (which has no name?)


    I see its called the 'youtube url' field. I would like to have that available for frontend users instead of file upload.
    The reply is currently minimized Show
  • Accepted Answer

    Sunday, April 17 2011, 11:31 AM - #Permalink
    0
    well, the youtube URL is a different field (its for the video) and its already on the frontend.

    I understand what you want is the free text field for SONG url in the frontend.. right?
    don't you see a "text field" before the UPLOAD option in the song form page?
    The reply is currently minimized Show
  • Accepted Answer

    J
    J
    Offline
    Sunday, April 17 2011, 03:16 PM - #Permalink
    0
    germi wrote:
    well, the youtube URL is a different field (its for the video) and its already on the frontend.

    I understand what you want is the free text field for SONG url in the frontend.. right?
    don't you see a "text field" before the UPLOAD option in the song form page?


    Thats right.

    After Clicking 'add a new song'(frontend) you see (By the way: there is no 'add a new song' only album + songs or artist):

    disc num
    song num
    position
    name
    file (upload that is)
    length
    change

    I would like to have that URL text field here. Maybe its the wrong menu item?

    edit: just be sure I would like to have the URL text field instead of the current Upload file option. Could you please give me the pieces of code (if necessary) that I need to change?
    The reply is currently minimized Show
  • Accepted Answer

    Monday, April 18 2011, 11:01 AM - #Permalink
    0
    ok, sorry, now I understand. I was thinking you talk about the SONG form, but you are actually talking about the ALBUM form.

    ok, here's what you need to do:

    open /components/com_muscol/views/album/tmpl/form.php and go to line 518

    where you see this: type="hidden"

    please change "hidden" for "text"

    then open /components/com_muscol/assets/songs.js line 38 and do the same

    that should to the trick

    Germi
    The reply is currently minimized Show
  • Accepted Answer

    J
    J
    Offline
    Tuesday, April 19 2011, 12:37 PM - #Permalink
    0
    Thanks, I will try to change this.

    I was talking about the song form. (Disc Num Song Num Position Name File Length Change).

    To my understanding the File will change to a text field after this change, where a user can 'upload' a link to a file.


    Germi, I'm sorry to ask one more thing.


    The menu item I linked to in the usermenu now list 'Album details', 'Songs', 'Part of a set'.


    1. Is it possible to have frontend users add songs and select the album they belong to without auto creating a new album?

    At the moment every new entry creates a new album... (not necessary for each new song)


    2. To have users to be able to select to create a new album, instead of auto creating it?

    e.g. having to select 'create album' or not creating a NEW album per default as in the current situation.


    I'm not sure if I am linking to the right menu item as these things same so logical :unsure:
    The reply is currently minimized Show
  • Accepted Answer

    Tuesday, April 19 2011, 05:50 PM - #Permalink
    0
    1 - not out of the box. yiou'd need custom coding for that.

    2 - what you mean? I mean.. there's currently no option to "automaticaly" create it...

    Germi
    The reply is currently minimized Show
  • Accepted Answer

    J
    J
    Offline
    Tuesday, April 19 2011, 06:39 PM - #Permalink
    0
    germi wrote:
    1 - not out of the box. yiou'd need custom coding for that.

    2 - what you mean? I mean.. there's currently no option to "automaticaly" create it...

    Germi


    Thx. I mean that there is no option to add a song now.

    The only option there is, is to add an entire album. So if a user already created album X, but did not list all the songs, its not possible for an other user to add his songs.

    No other way of fixing this?

    Its build as if every user always adds and album + all its songs?

    thx again :)
    The reply is currently minimized Show
  • Accepted Answer

    J
    J
    Offline
    Sunday, April 24 2011, 05:22 PM - #Permalink
    0
    Germi,

    That 'hidden' and 'text' trick didnt do it.

    Could it be that just replacing the 'FILE - upload file' field with the Youtube link field would do the trick?

    I really like to change this :)
    The reply is currently minimized Show
  • Accepted Answer

    Tuesday, April 26 2011, 04:34 PM - #Permalink
    0
    mm.. no, it should be taht.

    the HIDDEN thing should REALLY to the trick.
    no offenses, but.. are you sure you did it right? :) :) :)

    I'm pretty sure this should be the solution!

    Germi
    The reply is currently minimized Show
  • Accepted Answer

    J
    J
    Offline
    Thursday, April 28 2011, 06:36 PM - #Permalink
    0
    germi wrote:
    mm.. no, it should be taht.

    the HIDDEN thing should REALLY to the trick.
    no offenses, but.. are you sure you did it right? :) :) :)

    I'm pretty sure this should be the solution!

    Germi


    Its just two replacements uh?

    Or do I need to replace more in those lines or something?

    I can the files if you want so you could have a look?
    The reply is currently minimized Show
  • Accepted Answer

    J
    J
    Offline
    Monday, May 02 2011, 12:57 PM - #Permalink
    0
    JJJ wrote:
    germi wrote:
    mm.. no, it should be taht.

    the HIDDEN thing should REALLY to the trick.
    no offenses, but.. are you sure you did it right? :) :) :)

    I'm pretty sure this should be the solution!

    Germi


    Its just two replacements uh?

    Or do I need to replace more in those lines or something?

    I can the files if you want so you could have a look?


    Germi, should I add the files here so you can have a look?
    The reply is currently minimized Show
  • Accepted Answer

    Monday, May 02 2011, 08:25 PM - #Permalink
    0
    hi,

    I'm very busy these days preparing the upcoming version for 1.6. if you contact me back at the end of this week, when the version will be out, I'll take a look at the files and see what's missing... ok?

    sorry for the delay...
    Germi
    The reply is currently minimized Show
  • Accepted Answer

    J
    J
    Offline
    Friday, May 20 2011, 09:30 AM - #Permalink
    0
    OK I'll add the files later on.

    Just want to make so that members are able to upload youtube and other links, not files.
    The reply is currently minimized Show
  • Accepted Answer

    J
    J
    Offline
    Sunday, May 22 2011, 10:22 AM - #Permalink
    0
    Here are the files. Really need help on this :)

    [file]
    The reply is currently minimized Show
  • Accepted Answer

    J
    J
    Offline
    Sunday, May 22 2011, 10:23 AM - #Permalink
    0
    I'm not allowed to upload files?

    How can I get them across?
    The reply is currently minimized Show
  • Accepted Answer

    Monday, May 23 2011, 02:06 PM - #Permalink
    0
    what does the forum say when you try to upload? what's the error?
    try to make a zip file...
    The reply is currently minimized Show
  • Accepted Answer

    megallodon
    megallodon
    Offline
    Friday, January 06 2012, 11:48 AM - #Permalink
    0
    germi wrote:
    yes, absolutely.

    Music Collection is prepared for this.

    Germi


    Before you buy the components I wanted to know, you can set the folder to another server
    Because my files stored on another server and the site on another server
    The reply is currently minimized Show
  • Accepted Answer

    Friday, January 06 2012, 11:50 AM - #Permalink
    0
    yes, absolutely.
    this is a feature included in Music Collection, you can just place the URL of the song on the external server. No problem.

    Germi
    The reply is currently minimized Show
  • Accepted Answer

    megallodon
    megallodon
    Offline
    Friday, January 06 2012, 11:59 AM - #Permalink
    0
    germi wrote:
    yes, absolutely.
    this is a feature included in Music Collection, you can just place the URL of the song on the external server. No problem.

    Germi


    I need to took a folder from another server, not in stalyat address every time an audio file

    My friend is such a component, but he does not know how to do it, I saw a demo component
    In misconfiguration on the component, there is a line of music server for which this line?

    I'm going to make a serious site because I want to learn in detail and choose which components are best suited for this purpose

    I wanted to know more can I watch the demo admin panel
    The reply is currently minimized Show
  • Accepted Answer

    Friday, January 06 2012, 12:21 PM - #Permalink
    0
    I don't completely understand what you ask... are you using Google translate?

    I don't understand the question. streaming songs from external server is OK, you just have to manually put the name of each song, manually.
    The reply is currently minimized Show
  • Accepted Answer

    megallodon
    megallodon
    Offline
    Friday, January 06 2012, 12:26 PM - #Permalink
    0
    germi wrote:
    I don't completely understand what you ask... are you using Google translate?

    I don't understand the question. streaming songs from external server is OK, you just have to manually put the name of each song, manually.


    Sorry for the bad translation


    I mean let's say

    Address of the site where there is a component

    /home/klod/domains/my_site.com/public_html

    And the files are located on another server
    /home/tipax/domains/ohter_site.com/public_html/music_folder
    The reply is currently minimized Show
  • Accepted Answer

    Friday, January 06 2012, 12:30 PM - #Permalink
    0
    the path is entered as an URL, not a FILE PATH.

    hey, are you using Music Collection already?
    The reply is currently minimized Show
Your Reply