YouCube
YouCube copied to clipboard
basic media player functionallity
Add features like:
- [x] playlist support
- [x] shuffle
- [ ] random
- [x] loop
- [x] volume
- [ ] pause / play
what is the diffrence between shuffle and random
because now that i have a fork i think i can impl the shuffle
PR'd
Shuffle will randomize the playlist order and random will start playback from a random point in the playlist.
oh wait i get it so one completely changes the playlist the other just skips some songs and puts them at the end
Yes thats what i thought, but I did not think of the putting it back part ("and puts them at the end") :P
task shuffle was done by #87 so that can be marked as done