Skip to content
/ winnp Public

winnp is a winamp plugin that logs songs played to an SQLite database

License

Notifications You must be signed in to change notification settings

btigi/winnp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Introduction

winnp is a plugin for Winamp (tested with 5.9.2) which logs each song played. Each song is appended to nowplaying.db in the current user's Documents directory.

Compiling

To clone and run this application, you'll need Git and .NET installed on your computer. From your command line:

# Clone this repository
$ git clone https://github.com/btigi/alarm

# Go into the repository
$ cd src

# Build  the app
$ msbuild winnp.sln /p:Configuration=Release

Usage

Place the plugin file (gen_winnp.dll) in the Winamp plugin directory (default C:\Program Files (x86)\Winamp\Plugins). Each played song is automatically logged to nowplaying.db in the current user's Documents directory.

The location of the database file can be customised via the winnp_db_path environment variable, e.g. C:\databases\

Licencing

winnp is licenced under the MIT license. Full license details are available in license.md

winnp includes sqlite3.c and sqlite.h, public domain code from SQLite

About

winnp is a winamp plugin that logs songs played to an SQLite database

Topics

Resources

License

Stars

Watchers

Forks