Skip to content

Wolfyxon/AudaciousStats

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

39 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Audacious Stats

An Audacious plugin for tracking your song plays.

Features

  • Tracking & saving the stats
  • More detailed stats
    • Plays last month
    • Last play date
  • Automatic cleanup
    • Not including short audio
    • Deleting stats of songs that were played long time ago only for a few times
  • Graphical interface to view the stats

The stats file is stored at:

/home/<username>/.config/audacious/stats.json

The stats can be displayed in a fancy way on SongWrap (source code)

Installation / compiling

Note: Currently only Linux is supported

  1. Install the required packages: audacious, jsoncpp, g++, make
  2. Open your terminal in the project's root directory
  3. Compile the plugin: make
  4. Install the compiled plugin sudo cp AudaciousStats.so /usr/lib/audacious/General/AudaciousStats.so
  5. Delete this project to save space (optional)
  6. In Audacious, go to Services > Plugins > General
  7. Enable Audacious Stats

About

An Audacious plugin for tracking your song plays.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published