Opened 11 years ago
Closed 11 years ago
#300 closed enhancement (fixed)
There should be a way to control the usage of RPG data and Tags
Reported by: | ph3-der-loewe | Owned by: | ph3-der-loewe |
---|---|---|---|
Priority: | wishlist | Milestone: | |
Component: | RoarAudio Protocol | Version: | current |
Keywords: | ph3_sj | Cc: | |
Architecture: | Compiler: | ||
Difficulty: | normal | Kernel: | |
Operating System: | Parent Tickets: | ||
Patch attached: | no | Protocol: | RoarAudio |
Sound driver: | Topic: | New feature |
Description (last modified by ph3-der-loewe)
There should be a way to control the usage of RPG. This includes enabling as well disabling support for RPG Tags and setting values manually.
Draft
The RPG handling should be settable to the following values:
- default (server default)
- none (no RPG is applied)
- user defined (values are set some way by the user)
- album values
- track values
- album values, fallback to track values
- track values, fallback to album values
In any case the global last resort fallback is 'none'.
Subtickets
Change History (4)
comment:1 Changed 11 years ago by ph3-der-loewe
- Description modified (diff)
comment:2 Changed 11 years ago by ph3-der-loewe
- Description modified (diff)
added order based values.
comment:3 Changed 11 years ago by ph3-der-loewe
- Owner set to ph3-der-loewe
- Status changed from new to accepted
comment:4 Changed 11 years ago by ph3-der-loewe
- Resolution set to fixed
- Status changed from accepted to closed
This has been fixed by introducing ROAR_CMD_[GS]ET_STREAM_PARA/ROAR_STREAM_PARA_RPG?.
Note: See
TracTickets for help on using
tickets.
Added some ideas