Wei Posted July 9, 2014 Share Posted July 9, 2014 how ffs use music player without download and with album pictures ? Link to comment
Et-win Posted July 9, 2014 Share Posted July 9, 2014 playSound(string URL) Also, I think, they use their own server to run the music from, with a '.xml' file with containing the album picture, song name and song file locations. Link to comment
MTA Team botder Posted July 9, 2014 MTA Team Share Posted July 9, 2014 They are probably using musicmp3 as music provider. You can see failed attempts to play some music in the console, which shows the URL to musicmp3. And it's not a big deal to grab the album cover from the page. (I already made some kind of an API for that page) Link to comment
xXMADEXx Posted July 9, 2014 Share Posted July 9, 2014 playSound(string URL) Also, I think, they use their own server to run the music from, with a '.xml' file with containing the album picture, song name and song file locations. They probably actually use fetchRemote for album covers. Link to comment
Et-win Posted July 9, 2014 Share Posted July 9, 2014 playSound(string URL) Also, I think, they use their own server to run the music from, with a '.xml' file with containing the album picture, song name and song file locations. They probably actually use fetchRemote for album covers. Yeah, forgot to add that. Thanks Link to comment
Wei Posted July 10, 2014 Author Share Posted July 10, 2014 Thanks for all the answers... I have another question, how to play youtube videos ? Link to comment
Et-win Posted July 10, 2014 Share Posted July 10, 2014 Not possible at the moment. https://forum.multitheftauto.com/viewtopic.php?f=167&t=73773 ? Link to comment
MIKI785 Posted July 10, 2014 Share Posted July 10, 2014 Learn to read first... its not possible... its a dev branch.. it might take a looooong time before its implemented in the release version of mta. Link to comment
MTA Team botder Posted July 10, 2014 MTA Team Share Posted July 10, 2014 Do you want to play the video or only the audio stream? Link to comment
Tete omar Posted July 10, 2014 Share Posted July 10, 2014 I'm not being mean but, how are we supposed to know ffs system?, you could just ask them how they made it. Link to comment
Wei Posted July 10, 2014 Author Share Posted July 10, 2014 this has nothing with ffs radio anymore.. I am making my own youtube "connected" player same project that DKong made a while ago Link to comment
MTA Team botder Posted July 10, 2014 MTA Team Share Posted July 10, 2014 I'm not being mean but, how are we supposed to know ffs system?, you could just ask them how they made it. As I said, their music resource sometimes fails to play the music (because the hoster musicmp3 has some kind of "spam" prevention) and then you can see the URL to musicmp3 in console. this has nothing with ffs radio anymore.. I am making my own youtube "connected" player same project that DKong made a while ago Pick a youtube converter and send necessary requests to the server to finally fetch the page with the direct download link. Link to comment
Arnold-1 Posted July 10, 2014 Share Posted July 10, 2014 getSoundMetaTags i guess this returns the image. Link to comment
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now