Setting up Remix: en-ffmpeg not found
I don't know much about PyCharm, but from a quick google it does appear the env variables (including PATH) are not carried over. This FAQ might help: http://devnet.jetbrains.com/docs/DOC-1160
View ArticleSetting up Remix: en-ffmpeg not found
That would explain it.When I print out PATH in my python console, it does not include /usr/local/bin.Thanks for the help!
View ArticleEra-specific playlist
It seems impossible to generate an era-specific playlist. For instance, a request incorporating "description=70s" returns a list which includes artist_name: "The Rolling Stones" with title: "(I Can't...
View Articletrying to build basic playlist with spotify using example
http://imlisteningto.com/test/test/bWhen you search for an artist it just says "creating the playlist..."What am i doing wrong? Thank you for reading
View Articlespotify player + spotify pop up in new window?
I like how you can integrate the spotify player on a website but is there a way to stop it from popping up and being forced to run in the background?
View ArticleHelp Needed with the API
Hi Paul! Thanks for your answer.It was really helpful. I was able to do the installation and run the API successfully. However, I still had one query, which is that could I simply extract the...
View ArticleHelp Needed with the API
Hi!Actually, you can ignore my previous message. I saw the examples in the documentation and figured that out. However, I tried running it over several ids as once( I put the ids in an array, and even...
View ArticleWhere to get premium API?
I want the API used on neverendingplaylist.com Is there a premium or paid list?
View Articleclarification to implement API and fetching data
So I can use echonest platform and use Rdio music to play full songs Kinda like this site http://www.musicmaze.fm is this correct Thanks Teddy
View ArticlecAction import error module not found
I am experiencing an error when running capsule.py on a VM. The error is cAction import error module not foundI don't get this error on my development environment, only on my production VM. The...
View ArticlecAction import error module not found
Hello!We'll take a look. Could you post exactly what you're running, and the exact error message / stack trace that you get?Many thanks!Thor
View ArticlecAction import error module not found
Just read back in my email history: I recall that you had problems getting permissions to install Remix on your production machine, and that you just copied the Python files over, yes?If that's the...
View ArticlecAction import error module not found
Hi Thor,I now have a dedicated Virtual Machine with full access. I ran the installer (remix-2.2.0.win32-py2.7.exe) on my Windows 2008 OS. Is there a way to ensure that the remix installer installed the...
View ArticlecAction import error module not found
Hello!A quick test to see if the C extensions are installed: open up a Python shell and try:import dirac import soundtouch import cAction If any of those trigger an ImportError, then they are not...
View ArticlecAction import error module not found
All those commands triggered an ImportError on my VM. It must be something related to the VM I am installing on because I am able to run capsule.py successfully on my local dev environment.
View ArticlecAction import error module not found
Update: I got Remix installed on my Windows 7 machine. I am not au fait with the differences between Win7 and Server 2008, but it's possible that the differences are large enough that things won't...
View ArticleConflicting Search Results
Hey guys I just started using pyechonest. I have looked around the tutorials briefly and can't seem to find a solution to this. If there is a tutorial or post that covers it please point me to it. When...
View ArticlecAction import error module not found
Yes, I see all three .pyd files. I tried running other examples and they all fail. Here is the error from the afbomb example (other examples failed with a similar error message regarding 'get_analysis...
View ArticlecAction import error module not found
Output from running capsule.pyc:Python27echo-nest-remix-examplescapsule>python capsule.py "c:He Won't Go.m p3""c:Don't You Remember.mp3" c:capsule.mp3 -e -vTraceback (most recent call last): File...
View ArticleSong tempo accuracy?
I'm curious about how tempo is actually derived from the inter-beat interval (IBI) series (presumably based on the beats_start vector). The simplest method, of course, would just be the mean or median...
View Article