Come together with the global Drupal community in Rotterdam, 28 Sept – 1 Oct 2026. Sessions, contribution, connection, and Early Bird savings until 8 June.
marking as critical because users won't know not to include files with apostrophes in titles either mediafield needs to strip the apostrophe from the file name or be able to play the files with the apostrophe in the name.
I think this is an issue with the player (probably flash based) getting confused due to the apostrophe in the name but not directly the issue of MediaField as its working as designed.
there are multiple players that can be used. I too think mediafield should strip all special characters. commas, apostrophies and the like to insure the file gets played in any of the players.
I embed a different player then those shipped with the audio module and this is still and issue when users use commas and apostrophies in the titles of audio files
thanks alanburke - that module (http://drupal.org/project/transliteration) is brilliant, just install it, and it will fix the problem without any code changes needed to this module , brilliant!
Comments
Comment #1
vm commentedconfirmed this bug.
Comment #2
vm commentedmarking as critical because users won't know not to include files with apostrophes in titles either mediafield needs to strip the apostrophe from the file name or be able to play the files with the apostrophe in the name.
Comment #3
a_c_m commentedI think this is an issue with the player (probably flash based) getting confused due to the apostrophe in the name but not directly the issue of MediaField as its working as designed.
Comment #4
a_c_m commentedIs there no way this can be dealt with by the player, escaping the file name string etc?
Comment #5
vm commentedthere are multiple players that can be used. I too think mediafield should strip all special characters. commas, apostrophies and the like to insure the file gets played in any of the players.
I embed a different player then those shipped with the audio module and this is still and issue when users use commas and apostrophies in the titles of audio files
Comment #6
alanburke commentedCan't say I've ever used it, but every time I see this problem reported in other issues...
http://drupal.org/project/transliteration
is seen as the solution
Comment #7
a_c_m commentedthanks alanburke - that module (http://drupal.org/project/transliteration) is brilliant, just install it, and it will fix the problem without any code changes needed to this module , brilliant!
Comment #8
vm commentedMay want to add that note to the project page if you haven't already.