Quick Sign In:  

Forum: VirtualDJ Skins

Topic: display filename

This topic is old and might contain outdated or incorrect information.

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
 

Posted Sun 12 Aug 12 @ 5:28 am
djjbPRO InfinityMember since 2004
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
 

Posted Sun 12 Aug 12 @ 11:46 am
thanx thats it...
 

Posted Sun 12 Aug 12 @ 2:38 pm


(Old topics and forums are automatically closed)