Во многих сборках народ как то делает, что инфа в Плайлисте разделяется...
Не могу понять как? Т.е. типа такого:
%artist%
(с новой строки) %album%
ColumnsUI стоит.
Список разделов › foobar2000 › Секреты foobar2000
%cwb_next_title% - title of the next song in the playlist of the playing item or the next item in the queue
%cwb_next_artist% - artist of the next song in the playlist of the playing item or the next item in queue
*sorry*You cannot really do $cwb_next or $cwb_prev function because you really are not supposed to work with other files and stuff inside a title formatting callback. cwb_hooks works around this by caching all the information and just retrieving it from its own variables. This is why it is limited to next_artist, next_title, next_user1, and next_user2.what about previous as well? and how far ahead can you look? for example, can you do something like this:
$cwb_next(#,tag)
$cwb_prev(#,tag)
where the # is how many tracks ahead/back, and the tag is the tag to read?
*sorry*Киря:You cannot really do $cwb_next or $cwb_prev function because you really are not supposed to work with other files and stuff inside a title formatting callback. cwb_hooks works around this by caching all the information and just retrieving it from its own variables. This is why it is limited to next_artist, next_title, next_user1, and next_user2.[quote]what about previous as well? and how far ahead can you look? for example, can you do something like this:
$cwb_next(#,tag)
$cwb_prev(#,tag)
where the # is how many tracks ahead/back, and the tag is the tag to read?
Вернуться в Секреты foobar2000