Rewrites the entire player component.

Not finished ! This is still work in progress and fairly broken in this commit.
The jquery jplayer is now wrapped in an angular directive.
The queue is no longer being managed in rootScope but is a part of the player service. It can be accessed like before and emptied / filled.
The player controller also uses the player service now.
This commit is contained in:
Hyzual 2014-12-15 23:08:40 +01:00
parent e51961c167
commit 88b1e6a6e6
10 changed files with 132 additions and 63 deletions

View file

@ -474,7 +474,7 @@
//$scope.ping();
if (globals.settings.SaveTrackPosition) {
loadTrackPosition();
player.startSaveTrackPosition();
//FIXME: player.startSaveTrackPosition();
}
}
/* End Startup */