Help - Search - Members - Calendar
Full Version: playlist view
Hydrogenaudio Forums > Hosted Forums > foobar2000 > Support - (fb2k)
spunkmunki
I've recently upgraded to 0.9.1 and i'm looking to fix a couple of things. One of the things that is bothering me the most is the playlist having a question mark after the title. I'd like to remove it but i'm not sure how. I have, however, narrowed it down to this bit of code
CODE
$if(
%title%,
$if(
%_isplaying%,
$char(3)00b3ff|00b3ff$char(3)%title%%_artist2%,
%title%$char(3)e77e46|e77e46$char(3)%_artist2%
),
$if(
%_isplaying%,
$char(3)00b3ff|00b3ff$char(3),$char(3)ab6644|ab6644$char(3)
)
%_filename_ext%
)


Also, when i click "Play in Foobar2000" on a folder, it overwrites the currently active playlist, whereas in 0.8.3 it would go to the default playlist and play. I have seen something about playlist locking i think:S Any ideas?
Bachi-Bouzouk
general -> always send to playlist XXX

I'm looking your code wink.gif

it's %_artist2% I think it's a global variable, try to check enable legacy support, and see if it solves your problem.. (playlist view, global)
spunkmunki
Thanks, playlists seem to be sorted now.

Legacy suppot is already enabled, however. artist2 is a global variable
CODE
artist2=$if($or(%album artist%,%various%),$if($stricmp(%album artist%,%artist%),,[ / %artist%]))
it has a weird box at the end which messed up posting this tongue.gif I have taken this straight from 0.8.3 and haven't been able to suss out the problem.

edit: removing both %_artist2% variables has gotten rid ot it. Don't know what it was doing there to be honest lol
Bachi-Bouzouk
it was added for various artist albums

but something similar would be
CODE
$if($or(%track artist%,%various%),%title% - $char(3)00b3ff|00b3ff$char(3)%artist%,%title%)

But it does nothing special if the file is playing
spunkmunki
Thank you so much smile.gif Think i'm back to where i had 0.8.3
This is a "lo-fi" version of our main content. To view the full version with more information, formatting and images, please click here.
Invision Power Board © 2001-2008 Invision Power Services, Inc.