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
0af6ed59
Commit
0af6ed59
authored
Apr 27, 2014
by
Jean-Baptiste Kempf
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
CDDA: more debug on CDDB failures
parent
6fa0c12c
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
0 deletions
+5
-0
modules/access/cdda.c
modules/access/cdda.c
+5
-0
No files found.
modules/access/cdda.c
View file @
0af6ed59
...
...
@@ -414,6 +414,8 @@ static int GetTracks( access_t *p_access, input_item_t *p_current )
psz_artist
=
psz_track_artist
;
}
}
else
msg_Dbg
(
p_access
,
"GetCDDBInfo failed"
);
#endif
/* CD-Text */
...
...
@@ -586,7 +588,10 @@ static int GetTracks( access_t *p_access, input_item_t *p_current )
static
cddb_disc_t
*
GetCDDBInfo
(
access_t
*
p_access
,
int
i_titles
,
int
*
p_sectors
)
{
if
(
var_InheritInteger
(
p_access
,
"album-art"
)
==
ALBUM_ART_WHEN_ASKED
)
{
msg_Dbg
(
p_access
,
"Album art policy set to manual; no automatic fetching"
);
return
NULL
;
}
/* */
cddb_conn_t
*
p_cddb
=
cddb_new
();
...
...
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