From f5e066c2109f71c895e475c83aeecb1634fd81bb Mon Sep 17 00:00:00 2001 From: Keith Edmunds Date: Wed, 24 Mar 2021 21:14:35 +0000 Subject: [PATCH] Tidy directory, establish requirements --- app.py.reference => archive/app.py.reference | 0 .../audactious-control.sh | 0 audplayer.py => archive/audplayer.py | 0 spike.py => archive/spike.py | 0 notes.otl | 61 +++++++++++++------ sys | 0 6 files changed, 44 insertions(+), 17 deletions(-) rename app.py.reference => archive/app.py.reference (100%) rename audactious-control.sh => archive/audactious-control.sh (100%) rename audplayer.py => archive/audplayer.py (100%) rename spike.py => archive/spike.py (100%) delete mode 100644 sys diff --git a/app.py.reference b/archive/app.py.reference similarity index 100% rename from app.py.reference rename to archive/app.py.reference diff --git a/audactious-control.sh b/archive/audactious-control.sh similarity index 100% rename from audactious-control.sh rename to archive/audactious-control.sh diff --git a/audplayer.py b/archive/audplayer.py similarity index 100% rename from audplayer.py rename to archive/audplayer.py diff --git a/spike.py b/archive/spike.py similarity index 100% rename from spike.py rename to archive/spike.py diff --git a/notes.otl b/notes.otl index 2e18900..b6be0f0 100644 --- a/notes.otl +++ b/notes.otl @@ -1,17 +1,44 @@ -Playlist columns - Silence skip - Title - Artist - Duration to silence - End time - Autoplay next - Path -Names (app and db) - Beacon - Music Muster - Music Tap - Oryx - Accord - PlayStack -Status bar - Total remaining playlist time +Play track + cause + menu command (play or skip to next) + autoplay + back to last track + track assignments (modify for "back to last track") + last = current + current = next + next = None + other + update last / current / next track display + timers to new current + show track as played + update start time for remaining tracks + record track as played + if playing, fade current over 1 second +During playback + Update timers + Update time colours + Status bar Total remaining playlist time + Stop + Fade +Playlist management + Save playlist + Load playlist + Add track to database and playlist + Reorder playlist + Remove track + Add track + Clear playlist + Track properties + Copy track + Paste track + Clear selection + Track volume analysis + Open track in Audacity +Display + Remember window size + Remember dialog size + Remember playlist column sizes + Top: previous, current, next track +Misc + Logging + Preferences diff --git a/sys b/sys deleted file mode 100644 index e69de29..0000000