Skip to main content

Notice

Please note that most of the software linked on this forum is likely to be safe to use. If you are unsure, feel free to ask in the relevant topics, or send a private message to an administrator or moderator. To help curb the problems of false positives, or in the event that you do find actual malware, you can contribute through the article linked here.
Topic: Need some help with formatting (Read 1360 times) previous topic - next topic
0 Members and 1 Guest are viewing this topic.

Need some help with formatting

so what i basically want is to create a new group by the decade of the song (1980 to 1989 = 80's and so on), I'm new to this and couldn't figure this out

Need some help with formatting

Reply #1
Code: [Select]
$left(%date%,3)0s


assuming you want to customise an album list view with this, you want to edit or create a new view under file>preferences>media library>album list. you'll need to follow that code with a | which creates a new branch in the tree view.

Need some help with formatting

Reply #2
Alternatively, the following code should be more robust in some corner cases.
Code: [Select]
$div($year(%date%),10)0s

Need some help with formatting

Reply #3
Thanks a lot! works pretty good