Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
V
vlc
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
Commits
79fc5b94
Commit
79fc5b94
authored
Jan 16, 2010
by
Pierre d'Herbemont
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
frenchtv.lua: More logos.
parent
d36e4117
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
17 additions
and
16 deletions
+17
-16
share/lua/meta/art/02_frenchtv.lua
share/lua/meta/art/02_frenchtv.lua
+17
-16
No files found.
share/lua/meta/art/02_frenchtv.lua
View file @
79fc5b94
...
...
@@ -23,15 +23,22 @@
function
fetch_art
()
local
urlsForChannel
=
{
-- on http://cyril.bourreau.free.fr/Vectoriel/
[
"TF1"
]
=
"TF1-2006.png"
,
[
"France 2"
]
=
"FR2-DSK-couleur.png"
,
[
"France 3"
]
=
"FR3-DSK-couleur.png"
,
[
"France 4"
]
=
"FR4-DSK-couleur.png"
,
[
"France 5"
]
=
"FR5-DSK-couleur.png"
,
[
"Direct 8"
]
=
"Direct8-2009.png"
,
[
"NRJ 12"
]
=
"NRJ12-2009.png"
,
[
"iTele"
]
=
"iTELE-2008.png"
,
[
"W9"
]
=
"W9.png"
[
"TF1"
]
=
"http://cyril.bourreau.free.fr/Vectoriel/TF1-2006.png"
,
[
"France 2"
]
=
"http://cyril.bourreau.free.fr/Vectoriel/FR2-DSK-couleur.png"
,
[
"France 3"
]
=
"http://cyril.bourreau.free.fr/Vectoriel/FR3-DSK-couleur.png"
,
[
"France 4"
]
=
"http://cyril.bourreau.free.fr/Vectoriel/FR4-DSK-couleur.png"
,
[
"France 5"
]
=
"http://cyril.bourreau.free.fr/Vectoriel/FR5-DSK-couleur.png"
,
[
"Direct 8"
]
=
"http://cyril.bourreau.free.fr/Vectoriel/Direct8-2009.png"
,
[
"NRJ 12"
]
=
"http://cyril.bourreau.free.fr/Vectoriel/NRJ12-2009.png"
,
[
"iTele"
]
=
"http://cyril.bourreau.free.fr/Vectoriel/iTELE-2008.png"
,
[
"W9"
]
=
"http://cyril.bourreau.free.fr/Vectoriel/W9.png"
,
[
"Arte"
]
=
"http://www.artepro.com/fr_fichiers/upload/10594.jpg"
,
[
"TMC"
]
=
"http://upload.wikimedia.org/wikipedia/fr/4/4b/Logo_de_TMC.gif"
,
[
"i> TELE"
]
=
"http://upload.wikimedia.org/wikipedia/fr/5/56/Logo_I_tele.png"
,
[
"BFM TV"
]
=
"http://upload.wikimedia.org/wikipedia/fr/3/30/Bfm_tv.jpg"
,
[
"Virgin 17"
]
=
"http://upload.wikimedia.org/wikipedia/fr/3/39/Virgin17logo.png"
,
[
"La Chaîne Parlementaire"
]
=
"http://upload.wikimedia.org/wikipedia/fr/9/98/Public-Senat-LCP-An_logo_2010.png"
}
local
meta
=
vlc
.
item
.
metas
(
vlc
.
item
);
local
channel
...
...
@@ -50,11 +57,5 @@ function fetch_art()
-- trim
channel
=
string.gsub
(
channel
,
"^%s*(.-)%s*$"
,
"%1"
)
local
url
=
urlsForChannel
[
channel
];
if
url
then
return
"http://cyril.bourreau.free.fr/Vectoriel/"
..
url
else
return
nil
end
return
urlsForChannel
[
channel
]
end
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