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) -

c# - passing input text from view to contoller with FacebookContext using Facebook app -

Calling a C++ function from C# by passing a string with variable size to it -