Method | Description | |
---|---|---|
AssignPlaylistMaster ( long playlistId, long userId ) : bool | ||
PlaylistController ( ) : System | ||
PlaylistController ( IPlaylistManager playlistManager ) : System | ||
PlaylistController ( IPlaylistManager playlistManager, IUserManager userManager ) : System | ||
PlaylistController ( IPlaylistManager playlistManager, IUserManager userManager, IOrganisationManager organisationManager, ITrackProvider iTrackProvider, IAlbumArtProvider albumArtProvider ) : System | ||
PlaylistController ( IPlaylistManager playlistManager, IUserManager userManager, ITrackProvider trackProvider, IAlbumArtProvider albumArtProvider ) : System |
Method | Description | |
---|---|---|
AddTrack ( long playlistId, string trackId ) : IHttpActionResult | ||
Downvote ( long id, long trackId ) : IHttpActionResult | ||
GetRecommendations ( int count ) : IHttpActionResult | ||
GetTrackWithFreshYoutubeUrl ( |
||
GetUser ( |
||
Upvote ( long id, long trackId ) : IHttpActionResult | ||
createPlaylist ( FormDataCollection formData ) : IHttpActionResult | ||
getHistory ( long id ) : IHttpActionResult | ||
getLivePlaylist ( long id ) : IHttpActionResult | ||
getNextTrack ( long playlistId ) : IHttpActionResult | ||
getPlaylist ( long id ) : IHttpActionResult | ||
getPlaylistByKey ( string key ) : IHttpActionResult | ||
getYoutubePlaybackTrack ( long id ) : IHttpActionResult | ||
searchTrack ( string query ) : IHttpActionResult |
public AssignPlaylistMaster ( long playlistId, long userId ) : bool | ||
playlistId | long | |
userId | long | |
return | bool |
public PlaylistController ( IPlaylistManager playlistManager ) : System | ||
playlistManager | IPlaylistManager | |
return | System |
public PlaylistController ( IPlaylistManager playlistManager, IUserManager userManager ) : System | ||
playlistManager | IPlaylistManager | |
userManager | IUserManager | |
return | System |
public PlaylistController ( IPlaylistManager playlistManager, IUserManager userManager, IOrganisationManager organisationManager, ITrackProvider iTrackProvider, IAlbumArtProvider albumArtProvider ) : System | ||
playlistManager | IPlaylistManager | |
userManager | IUserManager | |
organisationManager | IOrganisationManager | |
iTrackProvider | ITrackProvider | |
albumArtProvider | IAlbumArtProvider | |
return | System |
public PlaylistController ( IPlaylistManager playlistManager, IUserManager userManager, ITrackProvider trackProvider, IAlbumArtProvider albumArtProvider ) : System | ||
playlistManager | IPlaylistManager | |
userManager | IUserManager | |
trackProvider | ITrackProvider | |
albumArtProvider | IAlbumArtProvider | |
return | System |