MyMusic - Music player widget (mp3)
Original "swf" file: http://flash-mp3-player.net/players/multi/preview/
View sias's plugins
info@elgg.org
Security issues should be reported to security@elgg.org!
©2014 the Elgg Foundation
Elgg is a registered trademark of Thematic Networks.
Cover image by Raül Utrera is used under Creative Commons license.
Icons by Flaticon and FontAwesome.
Exactly! good job.
Great job! ...Do you have a sample site, with this running?
And what position in the plugin order do you recommend?
My sample site: http://test.xxiweb.ru/pg/profile/sias
Does it work on Elgg v1.5 ?
yes
Great Plugin
Works great as to playing music tht was already uploaded on the site. I uploaded more music and the widget does not recognize the new songs I uploaded. Matter of fact the file plugin does not even recognize the 2 newly uploaded songs as music files since this plugin was installed. New songs were uploaded same way as others before adding my music plugin. Is there a different method I should be using?
The plug-in was tested for versions 1.2, 1.5
What elgg version at you?
Admissible files audio/mpeg (mp3)
PS: Forgive, but I badly speak in English
I am using Elgg 1.5 offcial release. Also this behavior happened on both Chrome and Firefox web browser.
In playlist format files mp3 get only
Yes I am using mp3 format only
Same here, i just get 1 - in the player??
Bug fix version http://test.xxiweb.ru/mymusic.zip
1 reload plugin
2 refresh page profile
3 send me result
Did what you said, downloaded big fix version, uploaded an mp3 called "denly" Ive attached a screencap of the result
You dont have mp3 files (mime:audio/mpeg)
When you load mp3 a file, in the list it has a musical icon. How many files at you with such icon?
File be have title. Title - playlist name
it is an mp3 file, but when its uploaded into files,it shows no mp3 icon, i have no clue whats going on
Not working. Dont show me how to load mp3's
Im wondering if itys an issue with the file uploader as opposed to the mymusic plugin,it seems to be that thats not recognizing the mp3
A problem with some browser is that they fail to identify the file type correctly to elgg ... that's why a lot of uploads, like mp3's, won't carry the mp3 icon with them in the file widget.
It did the same thing with both firefox and I.E, does anyone have this running ok on 1.5?
Once I disabled thsi plugin in admin and uploaded more music files the files did upload as music files in the file plugin. So there is definetly a conflict with this plugin and the file uploader plugin
Can someone please shed some more light on why my audio files are not recognized as audio files when uploading using the file uploader? Every other media type (image, document, etc.) gets recognized fine. Any solutions or work-around suggestions so I can get this plugin to work?
Very good plugin. Will be very usefull for some of my clients it.
www.dostoz.com
i want to grab the the mp3 files to work with them on my custom index, is it like this?
//grab mp3
$mymusic = list_entities('object','file',0,4,false, false, false);
//display the contents in our new canvas layout
$body = elgg_view_layout('new_index',$login, $files, $newest_members, $blogs, $groups, $bookmarks, $tidypics, $mymusic);
and if that is right, how to call them on my indexpage?