Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
M
mpd
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Иван Мажукин
mpd
Commits
96fa69ff
Commit
96fa69ff
authored
Dec 10, 2013
by
mobidyc
Committed by
Max Kellermann
Dec 10, 2013
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
SongUpdate: accept files without metadata
If the file was recognized by a decoder plugin, accept it - don't require metadata.
parent
39d94bd3
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
NEWS
NEWS
+1
-0
SongUpdate.cxx
src/SongUpdate.cxx
+1
-2
No files found.
NEWS
View file @
96fa69ff
...
...
@@ -4,6 +4,7 @@ ver 0.18.6 (not yet released)
* output
- openal: fix build failure on Mac OS X
- osx: fix build failure
* accept files without metadata
ver 0.18.5 (2013/11/23)
* configuration
...
...
src/SongUpdate.cxx
View file @
96fa69ff
...
...
@@ -95,8 +95,7 @@ Song::UpdateFile()
TagBuilder
tag_builder
;
if
(
!
tag_file_scan
(
path_fs
,
&
full_tag_handler
,
&
tag_builder
)
||
!
tag_builder
.
IsDefined
())
&
full_tag_handler
,
&
tag_builder
))
return
false
;
if
(
tag_builder
.
IsEmpty
())
...
...
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