Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
V
vlc-2-2
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Redmine
Redmine
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Metrics
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
videolan
vlc-2-2
Commits
e8995677
Commit
e8995677
authored
Feb 16, 2010
by
Fabio Ritrovato
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Lua SD: freebox - there was no problem after all
parent
a97b78c2
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
1 deletion
+0
-1
share/lua/sd/freebox.lua
share/lua/sd/freebox.lua
+0
-1
No files found.
share/lua/sd/freebox.lua
View file @
e8995677
...
@@ -33,7 +33,6 @@ function main()
...
@@ -33,7 +33,6 @@ function main()
while
line
~=
nil
do
while
line
~=
nil
do
if
(
string.find
(
line
,
"#EXTINF"
)
)
then
if
(
string.find
(
line
,
"#EXTINF"
)
)
then
_
,
_
,
duration
,
artist
,
name
=
string.find
(
line
,
":(%w+),(%w+)%s*-%s*(.+)"
)
_
,
_
,
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
elseif
(
string.find
(
line
,
"#EXTVLCOPT"
)
)
then
_
,
_
,
option
=
string.find
(
line
,
":(.+)"
)
_
,
_
,
option
=
string.find
(
line
,
":(.+)"
)
table.insert
(
options
,
option
)
table.insert
(
options
,
option
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment