[feature request] "+" syntax for Album List |
This is NOT a tech support forum.
Tech support questions go to foobar2000 Tech Support forum instead.
See also: Hydrogenaudio Terms of Service.
![]() ![]() |
[feature request] "+" syntax for Album List |
Feb 14 2013, 21:42
Post
#1
|
|
|
Group: Members Posts: 3 Joined: 14-February 13 Member No.: 106638 |
Assume we have a file with TITLE=title1, ARTIST=artist1 and PERFORMER=performer1. Is there a possibility to implement the following syntax in Album List to have this title1 both in artist1 and performer1:
CODE %artist%+%performer%|%title% Just like CODE %<artist>%|%title% would work if there were ARTIST=artist1; performer1.Thanks for consideration. |
|
|
|
Feb 14 2013, 23:08
Post
#2
|
|
![]() Group: Members Posts: 379 Joined: 14-September 11 From: Szczecin, PL Member No.: 93712 |
Sorry, that's for search. For other uses it's $and(x,y), so maybe $and(performer1,artist1) should be used ? This post has been edited by EpicForever: Feb 14 2013, 23:13 |
|
|
|
Feb 16 2013, 00:05
Post
#3
|
|
|
Group: Members Posts: 3 Joined: 14-February 13 Member No.: 106638 |
$and(X,Y) is logical operator, how can it be of help?
|
|
|
|
Feb 16 2013, 09:37
Post
#4
|
|
|
Group: Members Posts: 550 Joined: 24-April 03 From: Italy Member No.: 6159 |
Never tried this myself, but maybe
CODE $puts(artstr,%artist%[';'%performer%]) will do.$get(artstr)|%title% HTH. Alessandro This post has been edited by mobyduck: Feb 16 2013, 09:40 |
|
|
|
Feb 16 2013, 13:00
Post
#5
|
|
|
Group: Members Posts: 3 Joined: 14-February 13 Member No.: 106638 |
doesn't work either. %artist%[';'%performer%] is considered as a string, not two separate values.
|
|
|
|
![]() ![]() |
|
Lo-Fi Version | Time is now: 22nd May 2013 - 06:14 |