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
922c1bc9
Commit
922c1bc9
authored
Feb 06, 2014
by
Jean-Baptiste Kempf
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
MusicBrainz: use the MB release ID if exists
parent
45d50c43
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
4 deletions
+2
-4
share/lua/meta/art/00_musicbrainz.lua
share/lua/meta/art/00_musicbrainz.lua
+2
-4
No files found.
share/lua/meta/art/00_musicbrainz.lua
View file @
922c1bc9
...
...
@@ -63,10 +63,8 @@ function fetch_art()
local
releaseid
=
nil
for
_
,
k
in
ipairs
({
"MUSICBRAINZ_ALBUMID"
,
"MusicBrainz Album Id"
})
do
if
meta
[
k
]
then
releaseid
=
meta
[
k
]
end
if
meta
[
"MB_ALBUMID"
]
then
releaseid
=
meta
[
"MB_ALBUMID"
]
end
if
not
releaseid
and
meta
[
"artist"
]
and
meta
[
"album"
]
then
...
...
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