mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2025-10-12 17:43:41 +02:00
2014-09-05 Fred Gleason <fredg@paravelsystems.com>
* Fixed a bug in 'lib/rdcut.cpp' that caused the 'Title' value to be applied to the 'Description' field in the 'RDCut::setMetadata()' method. * Added 'docs/metadata_wildcards.txt'. * Implemented support for the '%i' ['Cut Description'] wildcard in rdimport(1)'s '--metadata-pattern' switch in 'utils/rdimport/rdimport.cpp' [Github Issue #6]. * Implemented support for the '%o' ['Outcue'] wildcard in rdimport(1)'s '--metadata-pattern' switch in 'utils/rdimport/rdimport.cpp'. * Implemented support for the '%y' ['Release Year'] wildcard in rdimport(1)'s '--metadata-pattern' switch in 'utils/rdimport/rdimport.cpp'.
This commit is contained in:
@@ -35,27 +35,10 @@ Tcpport=8000
|
||||
|
||||
; Format String. The metadata to be sent each time RDAirPlay changes
|
||||
; play state, including any wildcards as placeholders for metadata values.
|
||||
; The following wildcards are available:
|
||||
;
|
||||
; Now Next Field
|
||||
; ----------------------------------------------
|
||||
; %n %N The Rivendell cart number
|
||||
; %h %H Event length (in milliseconds)
|
||||
; %g %G The Rivendell group name
|
||||
; %t %T Title
|
||||
; %a %A Artist
|
||||
; %l %L Album
|
||||
; %y %Y Year
|
||||
; %b %B Record Label
|
||||
; %c %C Client
|
||||
; %e %E Agency
|
||||
; %m %M Composer
|
||||
; %p %P Publisher
|
||||
; %r %R Conductor
|
||||
; %s %S Song ID
|
||||
; %u %U User Definied
|
||||
; %o %O Outcue
|
||||
; %i %I Description
|
||||
; The list of available wildcards can be found in the 'metadata_wildcards.txt'
|
||||
; file in the Rivendell documentation directory.
|
||||
;
|
||||
FormatString=%t
|
||||
|
||||
; Log Selection
|
||||
|
Reference in New Issue
Block a user