Ulysses Stuff > Releases

URL Playsound Addon :) [2.28v]

<< < (25/29) > >>

Stealthycow:
Decicus
 If you modify the umsg string value you can get away with jsut using song.mp3 in the bind
If you have a server that you host things off of, just change the line that says:
    umsg.String(urlsound)
 to umsg.String("http://domainname.serverhostname.com/sounddirectory/" .. urlsound)
my example is:
     umsg.String("http://buttontoucher.site.nfoservers.com/server/sound/" .. urlsound)
Then the bind command I gave you will work
If you don't have a server to host the songs/music from then my way will not work.

Decicus:

--- Quote from: Stealthycow on March 30, 2015, 07:12:09 PM ---Decicus
 If you modify the umsg string value you can get away with jsut using song.mp3 in the bind
If you have a server that you host things off of, just change the line that says:
    umsg.String(urlsound)
 to umsg.String("http://domainname.serverhostname.com/sounddirectory/" .. urlsound)
my example is:
     umsg.String("http://buttontoucher.site.nfoservers.com/server/sound/" .. urlsound)
Then the bind command I gave you will work
If you don't have a server to host the songs/music from then my way will not work.

--- End quote ---
The addon is setup so you're supposed to provide the full URL. This way it supports more than one domain (and directory). Surely your method would work, but it's not ideal if he wants to play from different sources as well.

Stealthycow:
Agreed, I just wanted to provide you with an opportunity to bind the command to a key

Bite That Apple:
I would have to use like http.post to search the entire directory, and grab all songs from that putting it in a listing.

tianight:
I added this to my files and it showed up great , but none of the URL's are working that I choose. Am I doing something wrong or is it just not updated?

Navigation

[0] Message Index

[#] Next page

[*] Previous page

Go to full version