Ingresar:     


Forum: VirtualDJ Skins

Tópico: display filename

Este tópico es antiguo y puede contener información incorrecta para la nueva versión.

I will change the %author - %title in the skin to the filename without the first 5 digits. %filename doesn't work. And how can i cut the first 5 digits?

lg frank
 

Mensajes Sun 12 Aug 12 @ 5:28 am
hi,


get browsed_song : get a property from the currently browsed file: "get browsed_song 'title'", "get browsed_song 'playcount'", etc...
get loaded_song : get a property from the song loaded on the deck: "deck 2 get loaded_song 'album'" - Properties: Icon, Title, Author (Artist), Album, Genre, BPM, Key, Length, Bitrate, Year, Comment, PlayCount, FirstSeen, FirstPlay, LastPlay, Drive, Filepath, Filename, Filetype, Filesize, Filedate, LinkedVideo, KeyNumeric, Composer, BPMCompat, KeyCompat, Stars, User1, User2, LoadedOn


don't forget the ` before and after.
xpl:

<text .... format="`get browsed_song 'author'`"/>


the author can be something else, like : Filepath, Filename, Filetype, Filesize. also don't forget the '

Wiki

good luck
 

thanx thats it...
 



(Los tópicos y foros antiguos son automáticamente cerrados)