MemoryPlayer 2.0.7
dotnet add package MemoryPlayer --version 2.0.7
NuGet\Install-Package MemoryPlayer -Version 2.0.7
<PackageReference Include="MemoryPlayer" Version="2.0.7" />
paket add MemoryPlayer --version 2.0.7
#r "nuget: MemoryPlayer, 2.0.7"
// Install MemoryPlayer as a Cake Addin #addin nuget:?package=MemoryPlayer&version=2.0.7 // Install MemoryPlayer as a Cake Tool #tool nuget:?package=MemoryPlayer&version=2.0.7
Memory Player is a lonely AngularJS module that is written in TypeScript and seeking to befriend musicians. Asked if Memory Player has the qualities of a good friend it replied, "No. A best friend." These qualities include page-to-page continued audio playback, support for playlists, and shareability. Also, remembering the current playlist, track, time, volume, birthdays, and other significant life events. The distribution installs with TS source files and interfaces, and sample JSON file with schema to validate against. Any requirement for a solution with frames, tabs, accordions, popups, or an SPA is eliminated while establishing a reliable contract for communication between pages.
Learn more about Target Frameworks and .NET Standard.
-
- AngularJS.Core (>= 1.5.0 && < 2.0.0)
- jQuery (>= 1.9.1)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|---|---|
2.0.7 | 1,107 | 9/11/2018 |
2.0.6 | 904 | 9/10/2018 |
2.0.5 | 883 | 9/8/2018 |
2.0.3 | 897 | 9/6/2018 |
2.0.1 | 881 | 8/31/2018 |
2.0.0 | 917 | 8/26/2018 |
2.0.0-beta2 | 706 | 8/26/2018 |
2.0.0-beta | 722 | 8/25/2018 |
1.2.1 | 1,030 | 6/4/2018 |
1.2.0 | 990 | 6/4/2018 |
1.1.1 | 1,113 | 5/13/2017 |
1.1.0 | 1,040 | 5/13/2017 |
1.0.5 | 1,077 | 3/29/2017 |
1.0.4 | 1,052 | 2/26/2017 |
1.0.3 | 1,088 | 2/24/2017 |
1.0.2 | 1,047 | 2/19/2017 |
1.0.1 | 1,085 | 2/19/2017 |
1.0.0 | 1,068 | 2/19/2017 |
Updated event notifications for external listeners at every play event. IMPORTANT: In JSON data structure and Memory Player source, renamed "playlist" to "tracks" to disambiguate playlist object from audio player tracks. Also, this naming convention makes more sense as an array of track objects.