An Audacious plugin for tracking your song plays.
- 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)
Note: Currently only Linux is supported
- Install the required packages: audacious, jsoncpp, g++, make
- Open your terminal in the project's root directory
- Compile the plugin:
make - Install the compiled plugin
sudo cp AudaciousStats.so /usr/lib/audacious/General/AudaciousStats.so - Delete this project to save space (optional)
- In Audacious, go to Services > Plugins > General
- Enable Audacious Stats