audio - AudioInfo Is not recognized (ruby-audioinfo gem) -


I get the following error while trying to use the audioInfo class (which comes with Ruby-Audioune Mani): Crude continuous playlists controller :: audioInfo

I have collected the gem I have also restarted my server, Mp3Info is working fine because I am using ruby-mp3info gem as well as Rail 4 and latest GEM version Obtained using:

You need gem to your playlists controller class. Try putting it on top of your file:

  requires 'audioinfo'    

Comments

Popular posts from this blog

Java - Error: no suitable method found for add(int, java.lang.String) -

java - JPA TypedQuery: Parameter value element did not match expected type -

c++ - static template member variable has internal linkage but is not defined -