Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Multimedia
Amarok
Commits
49ae5b14
Commit
49ae5b14
authored
Feb 03, 2013
by
Ralf Engels
Browse files
%albumartist% placeholder translates to some strange unicode symbol
BUG: 314351 FIXED-IN: 2.8
parent
07dafe86
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/dialogs/TrackOrganizer.cpp
View file @
49ae5b14
...
...
@@ -76,7 +76,7 @@ QString TrackOrganizer::buildDestination(const QString& format, const Meta::Trac
QString
strYear
=
year
?
year
->
name
()
:
QString
();
args
[
"year"
]
=
strYear
.
localeAwareCompare
(
"0"
)
==
0
?
QString
()
:
strYear
;
args
[
"album"
]
=
track
->
album
()
?
track
->
album
()
->
name
()
:
QString
();
args
[
"albumartist"
]
=
a
lbumArtist
;
args
[
"albumartist"
]
=
strA
lbumArtist
;
args
[
"comment"
]
=
track
->
comment
();
args
[
"genre"
]
=
genre
?
genre
->
name
()
:
QString
();
if
(
m_targetFileExtension
==
QString
()
)
...
...
Write
Preview
Supports
Markdown
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