Foobar2000:0.9 CwBowron's Title formating (foo cwb hooks): Difference between revisions

From Hydrogenaudio Knowledgebase
(added foo cwb hooks more info section)
 
Line 1: Line 1:
=Description=
=Description=
* Adds $http_clean()/$urldecode() function to global title formatting.
 
* Add variables for the following:
** Playing playlist's name
** Active playlist's name
** Queue index of track
* Useful for cleaning up paths of streaming music.
* Useful for cleaning up paths of streaming music.
* Example usage: $http_clean(%artist%) for artist column.
* Example usage: $http_clean(%artist%) for artist column.

Revision as of 04:08, 28 April 2006

Description

  • Add variables for the following:
    • Playing playlist's name
    • Active playlist's name
    • Queue index of track
  • Useful for cleaning up paths of streaming music.
  • Example usage: $http_clean(%artist%) for artist column.

Link