Project

General

Profile

Feature #553

History tab/plugin

Added by Artem S. Tashkinov over 8 years ago. Updated 11 months ago.

Status:
Rejected
Priority:
Minor
Assignee:
-
Category:
-
Target version:
-
Start date:
June 19, 2015
Due date:
% Done:

0%

Estimated time:
Affects version:

Description

It would be nice if Audacious kept a track/history of all played tracks in the following format:

Date started playing (Unix TS):Date stopped playing (Unix TS):Track ID (tag):Track URL

audacious-history (1.32 KB) audacious-history Artem S. Tashkinov, December 29, 2018 16:10
audacious-history (1.02 KB) audacious-history audacious-history v2 Artem S. Tashkinov, January 03, 2019 13:12

History

#1 Updated by Anonymous over 8 years ago

Hi !

I did a small script to handle that, but it's a standalone script (in bash), you need to launch it along with audacious. It keeps and update in a text file the informations, and use a popup to notify when a new song plays (not when changing songs). Better than nothing.

Maybe someone could make it as plugin or make it better.

If interessed in, I can post it here.

#2 Updated by Artem S. Tashkinov about 5 years ago

I'm using this workaround until we have this feature implemented.

The escape() routine is badly written but it was a quick dirty hack anyways.

This script has to be saved somewhere and then you need to add it to the Song Change plugin.

#3 Updated by Artem S. Tashkinov about 5 years ago

Here's an updated script which I checked against

% & ' " ( ) + ;

+ various Unicode characters and everything works as expected.

#4 Updated by John Lindgren over 4 years ago

  • Status changed from New to Rejected

No core developer has had time/interest to work on this in 4 years. Closing.

#5 Updated by Igor Kushnir 11 months ago

I have implemented a playback history plugin in https://github.com/audacious-media-player/audacious-plugins/pull/138

The implemented feature displays only album history, not individual song/track history as requested here. I would welcome a contribution of extending the plugin to optionally track and display individual song history.

Also available in: Atom PDF