MemoryPlayer 2.0.5

There is a newer version of this package available.
See the version list below for details.
dotnet add package MemoryPlayer --version 2.0.5
NuGet\Install-Package MemoryPlayer -Version 2.0.5
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="MemoryPlayer" Version="2.0.5" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add MemoryPlayer --version 2.0.5
#r "nuget: MemoryPlayer, 2.0.5"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install MemoryPlayer as a Cake Addin
#addin nuget:?package=MemoryPlayer&version=2.0.5

// Install MemoryPlayer as a Cake Tool
#tool nuget:?package=MemoryPlayer&version=2.0.5

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.

There are no supported framework assets in this package.

Learn more about Target Frameworks and .NET Standard.

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,045 9/11/2018
2.0.6 871 9/10/2018
2.0.5 846 9/8/2018
2.0.3 866 9/6/2018
2.0.1 849 8/31/2018
2.0.0 884 8/26/2018
2.0.0-beta2 678 8/26/2018
2.0.0-beta 697 8/25/2018
1.2.1 1,007 6/4/2018
1.2.0 960 6/4/2018
1.1.1 1,085 5/13/2017
1.1.0 1,027 5/13/2017
1.0.5 1,045 3/29/2017
1.0.4 1,018 2/26/2017
1.0.3 1,063 2/24/2017
1.0.2 1,023 2/19/2017
1.0.1 1,054 2/19/2017
1.0.0 1,041 2/19/2017

Edited for compatibility with TypeScript 3. 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.