]> git.sesse.net Git - vlc/commit
Add vlc_get_meta function. Argument can be:
authorAntoine Cellerier <dionoea@videolan.org>
Mon, 17 Apr 2006 22:52:57 +0000 (22:52 +0000)
committerAntoine Cellerier <dionoea@videolan.org>
Mon, 17 Apr 2006 22:52:57 +0000 (22:52 +0000)
commite8ca105f1f5dbed69a1a077cfa4473195e930cd3
tree3275840ce152934c1a287b193bc17ec467821f92
parent7b34dfa9ef91e0d9c1d569c7d7561167458f4858
Add vlc_get_meta function. Argument can be:
'ARTIST' -> gets the artist
'TITLE' -> gets the title
'ALBUM' -> gets the album name
'something else' -> get 'something else' ... meta labels are translated so don't expect this to be portable.
modules/control/http/rpn.c