- Status Closed
- Percent Complete
- Task Type Patches
- Category Database
- Assigned To No-one
- Operating System All players
- Severity Low
- Priority Very Low
- Reported Version Daily build (which?)
- Due in Version Undecided
-
Due Date
Undecided
- Votes
- Private
FS#8008 - use artist/album from currently playing track to search Database
This was inspired by a forum thread (can’t find it now, but the OP asked to play all tracks from the currently playing album at the press of a button IIRC).
While I liked the idea (I often listen to tracks at random and come across a track that I wish to hear in the context of the whole album) the access to the functionality is not generic enough and too limiting (available spare buttons etc).
Instead the presented solution allows the use of two place holders (#album# #artist#) in conditional clauses in the tagnavi*.config. Similar to user input, where the user can enter arbitrary values at runtime, it takes the text string to use in the clause from the currently playing track. If no tack is playing or the relevant tag is empty/does not exist, it will prompt for user input.
This gives the full power of the database to the formatting and sorting of the track listing. As with all database results the tracks can be inserted, queued, inserted randomly etc.
Entries in the tagnavi*.config can look like for example
%menu_start “same” “Same as current” “Artist” → artist ? artist = “#artist#” → album → title = fmt_title” “Album” → album ? album = “#album#” → title = “fmt_title”
but more sophisticated searches are possible. It would be easy to extent the patch to other tags, but I can’t see a use (perhaps #title# to find all cover versions?).
2007-10-30 10:07
Reason for closing: Accepted
Additional comments about closing: Warning: Undefined array key "typography" in /home/rockbox/flyspray/plugins/dokuwiki/inc/parserutils.php on line 371 Warning: Undefined array key "camelcase" in /home/rockbox/flyspray/plugins/dokuwiki/inc/parserutils.php on line 407
committed
Loading...
Available keyboard shortcuts
- Alt + ⇧ Shift + l Login Dialog / Logout
- Alt + ⇧ Shift + a Add new task
- Alt + ⇧ Shift + m My searches
- Alt + ⇧ Shift + t focus taskid search
Tasklist
- o open selected task
- j move cursor down
- k move cursor up
Task Details
- n Next task
- p Previous task
- Alt + ⇧ Shift + e ↵ Enter Edit this task
- Alt + ⇧ Shift + w watch task
- Alt + ⇧ Shift + y Close Task
Task Editing
- Alt + ⇧ Shift + s save task
Small tweak to tagnavi.config to remove extra menu level.
- reserve buffer for search_string dynamically, so one can have more than one runtime search clause
- merge the “user prompt” and “#directory#” as special cases of “runtime” into the search mapping
- small optimisation
- don’t prompt (proved to be irritating) if tags are missing, but use empty string for empty result instead
- in tagnavi.config: