Is there any way to customize what is written to this file? I grab song info from it with BUTT which lets me run a second stream ... and I was wondering if what is written there is able to be changed. Thanks!!!!!!
Posté Fri 06 Aug 21 @ 9:32 pm
you mean tracklist.txt ?
settings trackListFormat
Example with a prefix and data on a new line
artist - title
track
By
artist
example
settings trackListFormat
Example with a prefix and data on a new line
artist - title
Example with a prefix and data on a new line \n %author - %title
track
By
artist
example
%title\n By\n%author
Posté Fri 06 Aug 21 @ 10:13 pm
Yes I totally meant tracklist.txt lol sorrry about that. And that helps a TON .. is there a listing somewhere of what keywords can be used in that setting???
Posté Fri 06 Aug 21 @ 10:57 pm
Found Here
But this is for skin textzones,
Of course skins use is different to tracklist.txt use but the principle is the same.
I'm honestly not sure if the v8 script in `backquotes` works for tracklist [as mentioned on that page, it's a skin page...]
But this is for skin textzones,
Of course skins use is different to tracklist.txt use but the principle is the same.
I'm honestly not sure if the v8 script in `backquotes` works for tracklist [as mentioned on that page, it's a skin page...]
special textzone commands: wrote :
\\: print a single \ character
\n : print a line feed
\r : print a carriage return
\t : print a tab character
\x : print the ascii character xx
%% : print a single % character
%yy : goto to the yy line
%xx,yy : goto to the xx,yy position
%title : print the song's title
%author : print the song's author
%comment : print the song's comment if any
%fullhour : display the time in a hh:mm:ss format
%hour : display the time in a hh:mm format
%hour12 : display the time in a h:mm am/pm format
%counter : display a counter
%pitch : print the pitch value
%time : print the length of the song (can use modifiers - see below)
%spent : print the spent time of the song (can use modifiers)
%left : print the left time of the song (can use modifiers)
%cueX : print the time position of the Xth cue point (can use modifiers)
%tocueX : print the time to the Xth cue point (can use modifiers)
%fromcueX : print the time elapsed from the Xth cue point (can use modifiers)
%start : print the time position of the first beat (can use modifiers)
%end : print the time position of the last beat (can use modifiers)
%tostart : print the time to the first beat (can use modifiers)
%toend : print the time to the last beat (can use modifiers)
%fromstart : print the time elapsed from the first beat (can use modifiers)
%fromend : print the time elapsed from the last beat (can use modifiers)
%bpm : print the bpm of the song (can use modifiers)
%bpmex : print the bpm of the song (can use modifiers)
%bpmexx : print the bpm of the song (can use modifiers)
%level : print the song's level in dB (can use modifiers)
%key : print the song's key
%camelot : print the song's key (numeric)
%keyoffset
%cpu
%status
%maineffect
%effectslotX
%mainsample
%videofx
%videotransition
%linkedvideo
%loop
%name
%namecueX
%pitchrange
%djc_buttonX
New
%nextcue : print the time of the next cue point
%prevcue : print the time of the last cue point
%nextcuename : print the name of the next cue point
%prevcuename : print the name of the last cue point
Some of the % commands can be used with modifiers. Modifiers are capitalized letters you insert between the % and the command. You can use:
P : modify the value to reflect the pitch change
L : use the local value instead of the global value (only used by %level)
B : display the value as a number of beat instead of a time
\\: print a single \ character
\n : print a line feed
\r : print a carriage return
\t : print a tab character
\x : print the ascii character xx
%% : print a single % character
%yy : goto to the yy line
%xx,yy : goto to the xx,yy position
%title : print the song's title
%author : print the song's author
%comment : print the song's comment if any
%fullhour : display the time in a hh:mm:ss format
%hour : display the time in a hh:mm format
%hour12 : display the time in a h:mm am/pm format
%counter : display a counter
%pitch : print the pitch value
%time : print the length of the song (can use modifiers - see below)
%spent : print the spent time of the song (can use modifiers)
%left : print the left time of the song (can use modifiers)
%cueX : print the time position of the Xth cue point (can use modifiers)
%tocueX : print the time to the Xth cue point (can use modifiers)
%fromcueX : print the time elapsed from the Xth cue point (can use modifiers)
%start : print the time position of the first beat (can use modifiers)
%end : print the time position of the last beat (can use modifiers)
%tostart : print the time to the first beat (can use modifiers)
%toend : print the time to the last beat (can use modifiers)
%fromstart : print the time elapsed from the first beat (can use modifiers)
%fromend : print the time elapsed from the last beat (can use modifiers)
%bpm : print the bpm of the song (can use modifiers)
%bpmex : print the bpm of the song (can use modifiers)
%bpmexx : print the bpm of the song (can use modifiers)
%level : print the song's level in dB (can use modifiers)
%key : print the song's key
%camelot : print the song's key (numeric)
%keyoffset
%cpu
%status
%maineffect
%effectslotX
%mainsample
%videofx
%videotransition
%linkedvideo
%loop
%name
%namecueX
%pitchrange
%djc_buttonX
New
%nextcue : print the time of the next cue point
%prevcue : print the time of the last cue point
%nextcuename : print the name of the next cue point
%prevcuename : print the name of the last cue point
Some of the % commands can be used with modifiers. Modifiers are capitalized letters you insert between the % and the command. You can use:
P : modify the value to reflect the pitch change
L : use the local value instead of the global value (only used by %level)
B : display the value as a number of beat instead of a time
Posté Fri 06 Aug 21 @ 11:08 pm
Thats awesome, thanks so much!!!!
Posté Fri 06 Aug 21 @ 11:15 pm
extra, just checked v8 script style also works
`get_filename`
`get_title_artist`
so check the actions starting
get_
in the script editor
`get_filename`
`get_title_artist`
so check the actions starting
get_
in the script editor
Posté Fri 06 Aug 21 @ 11:39 pm