Configurable Tag Handling #28

Open
opened 2025-05-27 19:31:48 +00:00 by matthias · 1 comment
Owner

It should be configurable how the box reacts when the current tag is removed:

  1. Mode: Removing the tag stops playback after 5 seconds
  2. Mode: Removing the tag has no effect. Playback is stopped by pressing a button. Presenting a different tag causes the current playback to stop and the playback of the new tag begins.
It should be configurable how the box reacts when the current tag is removed: 1. Mode: Removing the tag stops playback after 5 seconds 2. Mode: Removing the tag has no effect. Playback is stopped by pressing a button. Presenting a different tag causes the current playback to stop and the playback of the new tag begins.
matthias added this to the MVP project 2025-05-27 19:31:48 +00:00
Author
Owner

Store tag handling mode in database under 'tagmode' key. Allowed values are:

  • 'tagremains': Play as long as the tag is on the reader, with a 5 second timeout (i.e. playback stops when tag is gone for more than 5 seconds).
  • 'tagstartstop': Playback starts when a tag is seen. Presenting a different tag causes the playback to stop and playback for the new tag to start. Re-presenting the same tag used to start with a no-tag-time of 5 seconds or more in between stops playback.
Store tag handling mode in database under 'tagmode' key. Allowed values are: - 'tagremains': Play as long as the tag is on the reader, with a 5 second timeout (i.e. playback stops when tag is gone for more than 5 seconds). - 'tagstartstop': Playback starts when a tag is seen. Presenting a different tag causes the playback to stop and playback for the new tag to start. Re-presenting the same tag used to start with a no-tag-time of 5 seconds or more in between stops playback.
matthias moved this to To Do in MVP on 2025-10-31 17:27:44 +00:00
matthias moved this to Done in MVP on 2025-11-09 14:32:41 +00:00
Sign in to join this conversation.
No Label
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: TonBERRY/tonberry-pico#28