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
a59f1b21
Commit
a59f1b21
authored
Feb 07, 2021
by
vkostas
Committed by
Max Kellermann
Feb 07, 2021
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix: Separate Conductor from Performer
Conductor was incorrectly saved to Performer tag in MPD database
parent
9e2d09da
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
1 deletion
+3
-1
NEWS
NEWS
+2
-0
Id3Scan.cxx
src/tag/Id3Scan.cxx
+1
-1
No files found.
NEWS
View file @
a59f1b21
ver 0.22.5 (not yet released)
* tags
- id: translate TPE3 to Conductor, not Performer
* output
- httpd: error handling on Windows improved
...
...
src/tag/Id3Scan.cxx
View file @
a59f1b21
...
...
@@ -352,7 +352,7 @@ scan_id3_tag(const struct id3_tag *tag, TagHandler &handler) noexcept
handler
);
tag_id3_import_text
(
tag
,
ID3_FRAME_COMPOSER
,
TAG_COMPOSER
,
handler
);
tag_id3_import_text
(
tag
,
"TPE3"
,
TAG_
PERFORME
R
,
tag_id3_import_text
(
tag
,
"TPE3"
,
TAG_
CONDUCTO
R
,
handler
);
tag_id3_import_text
(
tag
,
"TPE4"
,
TAG_PERFORMER
,
handler
);
tag_id3_import_text
(
tag
,
"TIT1"
,
TAG_GROUPING
,
handler
);
...
...
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