Skip to content

alanmcgovern/tunez

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

README

How do I get set up?

Create a file called lastfm.cs beside your checkout, or any any parent directory above it:

namespace Tunez
{
        public static class LastFMAppCredentials
        {
                public const string ApplicationName = "APPNAME";
                public const string APIKey = "APIKEY";
                public const string SharedSecret = "SECRET";
                public const string RegisteredTo = "NAME";
        }
}

If you register a last.fm api key this will be where you need to place the details.

About

A client/server application for streaming music you own to Desktop or Mobile

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published