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
661efb2e
Commit
661efb2e
authored
Jun 27, 2007
by
Rafaël Carré
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Now using ITEM_PREPARSED & ITEM_META_FETCHED indicators
parent
d42f92f2
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
7 deletions
+0
-7
modules/misc/audioscrobbler.c
modules/misc/audioscrobbler.c
+0
-7
No files found.
modules/misc/audioscrobbler.c
View file @
661efb2e
...
@@ -174,7 +174,6 @@ static int Open( vlc_object_t *p_this )
...
@@ -174,7 +174,6 @@ static int Open( vlc_object_t *p_this )
free( p_sys ); \
free( p_sys ); \
return VLC_ENOMEM;
return VLC_ENOMEM;
if
(
!
p_sys
)
if
(
!
p_sys
)
{
{
MEM_ERROR
MEM_ERROR
...
@@ -1053,17 +1052,11 @@ static int ReadMetaData( intf_thread_t *p_this )
...
@@ -1053,17 +1052,11 @@ static int ReadMetaData( intf_thread_t *p_this )
i_status
=
input_GetItem
(
p_input
)
->
p_meta
->
i_status
;
i_status
=
input_GetItem
(
p_input
)
->
p_meta
->
i_status
;
b_waiting
=
VLC_TRUE
;
/* TODO: meta data fetching doesn't work atm
vlc_mutex_lock
(
&
p_sys
->
lock
);
vlc_mutex_lock
(
&
p_sys
->
lock
);
b_waiting
=
p_sys
->
b_waiting_meta
;
b_waiting
=
p_sys
->
b_waiting_meta
;
vlc_mutex_unlock
(
&
p_sys
->
lock
);
vlc_mutex_unlock
(
&
p_sys
->
lock
);
*/
/* TODO: item preparsing is buggy on drag&drop and command line arguments
if
(
i_status
&
(
!
b_waiting
?
ITEM_PREPARSED
:
ITEM_META_FETCHED
)
)
if
(
i_status
&
(
!
b_waiting
?
ITEM_PREPARSED
:
ITEM_META_FETCHED
)
)
*/
if
(
1
)
{
{
ALLOC_ITEM_META
(
psz_artist
,
p_meta
->
psz_artist
)
ALLOC_ITEM_META
(
psz_artist
,
p_meta
->
psz_artist
)
else
else
...
...
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