Hi all

I just created set jPlayer to output a playlist of audio files in a View (3) in Drupal 7.12. It is the HTML5 version. The player works and functions great. Underneath it in the playlist, however, I am seeing some strange control button labels in plain text, prepending the name of each audio file, like so:

"play pause stop mute unmute Name-of-file.mp3"

Here is the actual HTML output. Notice the high number of line breaks too:

<div id="jplayer-view-audio-box-1334077325_playlist" class="jp-playlist">
              <ul><li class="first jp-playlist-first"><a href="http://ike.local/sites/default/files/05%20-%20Higher%20Ground.mp3" id="jplayer-view-photo-box-1334077325_item_0" tabindex="1">play
        pause
        stop
        mute
        unmute
              
      
      
        
          
        
      
      
      
        
      
      
      
      
    
    
    
              05 - Higher Ground.mp3</a></li>
<li class="last jp-playlist-last"><a href="http://ike.local/sites/default/files/What%27s%20Going%20On.mp3" id="jplayer-view-audio-box-1334077325_item_1" tabindex="1">play
        pause
        stop
        mute
        unmute
              
      
      
        
          
        
      
      
      
        
      
      
      
      
    
    
    
              What&amp;#039;s Going On.mp3</a></li>
</ul>          </div>

Comments

amfriedman’s picture

Issue summary: View changes

Clarified some language.

markie’s picture

Status: Active » Closed (outdated)

All: With the release of 7.x-2.0 I am going to close this issue and look forward to any new issues created against that release. Thanks for your patience on this project.