[vlc-devel] commit: Lua SD: freebox - there was no problem after all (Fabio Ritrovato )

git version control git at videolan.org
Tue Feb 16 00:23:52 CET 2010


vlc | branch: master | Fabio Ritrovato <sephiroth87 at videolan.org> | Tue Feb 16 00:21:00 2010 +0100| [e8995677ae9e0adda936c06924723411955e1a24] | committer: Fabio Ritrovato 

Lua SD: freebox - there was no problem after all

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=e8995677ae9e0adda936c06924723411955e1a24
---

 share/lua/sd/freebox.lua |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

diff --git a/share/lua/sd/freebox.lua b/share/lua/sd/freebox.lua
index 270b692..18c7846 100644
--- a/share/lua/sd/freebox.lua
+++ b/share/lua/sd/freebox.lua
@@ -33,7 +33,6 @@ function main()
     while line ~= nil do
         if( string.find( line, "#EXTINF" ) ) then
             _, _, duration, artist, name = string.find( line, ":(%w+),(%w+)%s*-%s*(.+)" )
-            --TODO: fix the name not showing special characters correctly
         elseif( string.find( line, "#EXTVLCOPT" ) ) then
             _, _, option = string.find( line, ":(.+)" )
             table.insert( options, option )




More information about the vlc-devel mailing list