Logging variables

Hello,

In mAirlist 4, I used %a - %b to display the artist and title. I used the same thing in mAirlist 5, but it doesn’t show anything. All the variables are empty. Any help?

Thanks,
Dennis

The variables are still the same in v5. Something else must be wrong.

Please give a little more information about where you are using them, and in which exact version/build.

I already figured what I did wrong. I used %title as parameter, which should have been ‘title’. I am using it on a HTTP GET, so I just used the wrong parameter. All done now!