colthreepv / colthreepv/angular-media-player
When updating the model the songs restarts
- Dominant language
- JavaScript
- Stars
- 228
- Forks
- 69
- PR merge metrics
- No merged PRs in 30d
Description
I have a queue like implemented and the songs are an array with more than just, src and type.
{
src: '',
type : '',
name : '',
fav : true/false
}
So if I change the javascript object (playlist), lets say, the name, the song restarts, do you know why?
Contributor guide
No contributing guide indexed for this repository
Research direction
The report mentions the playlist model, the songs array, and the audio/video player but names no source file or test. First reproduce the issue by changing only a song's name while playback is active, then trace how playlist updates reach the media element. Done means metadata changes do not unexpectedly restart the current song.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- angularjs, javascript
- Domain
- audio-video-rtc, frontend
- Issue type
- Bug
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100