Diogo Oliveira de Melo

Results 62 issues of Diogo Oliveira de Melo

On Opera, using IncBoard, the album element have the image out of place.

browser-compatibility

Most of the times, amuzi is downloading the music again. there may be something wrong with the cache system. In order to be sure that it's working, write a unit...

When a playlist ends it's execution and the playlist is marked to not repeat, amuzi is playing all the musics again instead of loading the next one.

User forms, validators and filters to better more safely user input.

The share album feature works fine for albums that loads fast. But doesn't work for slow albums. It seems to have race condition with initial $.loadPlaylist();

instead of get the amt with smallest ID, get the amt using this query: select artist_music_title_id, count(f_artist_music_title_id) as c from album_has_artist_music_title as a join music_similarity on a.artist_music_title_id = music_similarity.f_artist_music_title_id or...

Now after searchsimilar is called, N other calls are made, each one to load one element given by searchsimilar. Make it so that searchsimilar already returns those elements IF they...

for now, only at the manage music slide, the info button appear over the elements. Make it happen on albums at the search slide too.

when a user clicks on an artist (on the incboard legend), add all music from that artist that is being displayed by the incboard.

When a user votes down for a track (inside an album) immediately recalculate the new track and load it on his/her album too. without the need to refresh.