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
7162fe85
Commit
7162fe85
authored
Nov 30, 2009
by
svitoos
Committed by
Max Kellermann
Nov 30, 2009
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
tag_id3: fix ID3v1 charset conversion
If we define id3v1_encoding, then the tags are not added to the database.
parent
16123f1b
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
1 deletion
+3
-1
NEWS
NEWS
+2
-0
tag_id3.c
src/tag_id3.c
+1
-1
No files found.
NEWS
View file @
7162fe85
ver 0.15.7 (2009/??/??)
ver 0.15.7 (2009/??/??)
* tags:
- id3: fix ID3v1 charset conversion
* decoders:
* decoders:
- ffmpeg: don't try to force stereo
- ffmpeg: don't try to force stereo
...
...
src/tag_id3.c
View file @
7162fe85
...
@@ -90,7 +90,7 @@ static id3_utf8_t * processID3FieldString (int is_id3v1, const id3_ucs4_t *ucs4,
...
@@ -90,7 +90,7 @@ static id3_utf8_t * processID3FieldString (int is_id3v1, const id3_ucs4_t *ucs4,
utf8
=
(
id3_utf8_t
*
)
utf8
=
(
id3_utf8_t
*
)
g_convert_with_fallback
((
const
char
*
)
isostr
,
-
1
,
g_convert_with_fallback
((
const
char
*
)
isostr
,
-
1
,
encoding
,
"utf-8"
,
"utf-8"
,
encoding
,
NULL
,
NULL
,
NULL
,
NULL
);
NULL
,
NULL
,
NULL
,
NULL
);
if
(
utf8
==
NULL
)
{
if
(
utf8
==
NULL
)
{
g_debug
(
"Unable to convert %s string to UTF-8: '%s'"
,
g_debug
(
"Unable to convert %s string to UTF-8: '%s'"
,
...
...
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