Skip to main content

Notice

Please note that most of the software linked on this forum is likely to be safe to use. If you are unsure, feel free to ask in the relevant topics, or send a private message to an administrator or moderator. To help curb the problems of false positives, or in the event that you do find actual malware, you can contribute through the article linked here.
Topic: foo_stopafteralbum.dll (Read 64152 times) previous topic - next topic
0 Members and 1 Guest are viewing this topic.

foo_stopafteralbum.dll

Stop after album

foo_stopafteralbum.dll

Works with CUI/DUI

actual version: 3.6

Quote
Usage:
Menu | Playback | Control | Stop after album (ON/OFF)
Menu | Playback | Control | Stop after last track (ON/OFF)
Menu | Playback | Control | Stop after album & last track (ON/OFF)
Menu | Playback | Control | Repeat album (ON/OFF)
Menu | Playback | Control | Skip album once (ON/OFF)
Menu | Playback | Control | Random album track (ON/OFF)
Menu | Playback | Control | Repeat current track once (ON/OFF)
Menu | Playback | Control | Skip next track once (ON/OFF)
Menu | Playback | Control | Reverse (ON/OFF)
Menu | Playback | Control | Previous playlist (ON/OFF)
Menu | Playback | Control | Next playlist (ON/OFF)
Menu | Playback | Control | Repeat playlist once (ON/OFF)
Menu | Playback | Control | Gap tracks | 5s - 1h (ON/OFF)
Menu | Playback | Control | Gap albums | 5s - 1h (ON/OFF)
Menu | Playback | Control | Stop after albums once | 1 - 10 (ON/OFF)
Menu | Playback | Control | Stop after tracks once | 1 - 20 (ON/OFF)
Menu | Playback | Control | Alarm | 5s - 5h (ON/OFF)
Menu | Playback | Control | Timebomb | 0.5h - 5h (ON/OFF)

Advanced Preferences | Playback | Stop after album (OPTION/MODE)

Comments:
Stop after album: TRACKNUMBER = TOTALTRACKS
Stop after last track: create field name LASTTRACK with field value 1



[attachment=7600:foo_stopafteralbum.zip][attachment=7601:foo_stop..._3.6_src.zip]




foo_stopafteralbum.dll

Reply #4
Stop after album v0.4


foo_stopafteralbum.dll


RMV: Only stop once (general)
ADD: Only stop once individually for Album/Track/Time mode
ADD: Timebomb mode (simple timer firing stop after current)
ADD: Gap (stop after current -> stop -> gap (default: 10s) -> start next track)

foo_stopafteralbum.dll

Reply #5
Stop after Album v0.5


ADD: Paused (stop after current->stop->(gap)->next track paused)
ADD: Repeat album (album stop after current->stop->(gap)->album is repeated) (experimental)

foo_stopafteralbum.dll

Reply #6
Stop after album v0.6

foo_stopafteralbum.dll


ADD: Tracknumber mode
ADD: Skip album option


Note: Please read Preferences | Components | Stop after album | About | Usage

Please report bugs/crashes/feature requests in 3rd party thread.





foo_stopafteralbum.dll

Reply #10
Stop after album v1.0

FIX: reset when stopping
FIX: Timebomb not working
ADD: Timebomb message popup
ADD: Repeat current once (menu)
ADD: Skip next once (menu)
ADD: Gap (every track) (menu)
CHG: component on/off in Advanced Preferences
FIX: minor bugs











foo_stopafteralbum.dll

Reply #21
Stop after album 2.1

RMV: enable/disable component (in Advanced Preferences)
CHG: Compiled with SDK 2011-03-11

Quote
foobar2000 v1.1 or newer required to run components made with this SDK.




foo_stopafteralbum.dll

Reply #22
Stop after album 2.2

ADD: (mainmenu) | Playback | Control |  Stop after last track

How the new feature works:
Tracks with a special tag trigger "Stop after current".
Add a new tag to the chosen track(s), enable "Stop after last track" and the playback stops after this "marked" track(s).

How to add the new tag:
  • Mark and rightclick your chosen track(s) in playlist
  • Properties | Tools | Add new field...
  • Insert field name "LASTTRACK" with field value "1"


foo_stopafteralbum.dll

Reply #24
Stop after album 2.4

ADD: (mainmenu) | Playback | Control | Previous playlist after album
ADD: (mainmenu) | Playback | Control | Next playlist after album
ADD: Advanced Preferences | Playback | Stop after album | Previous playlist & play
ADD: Advanced Preferences | Playback | Stop after album | Next playlist & play

Playing the highlighted track of the previous/next playlist (first track, if no track highlighted).

FIX: bugs fixed, code simplifing/pruning