shell-fm
shell-fm copied to clipboard
Lightweight console-based radio player for Last.FM radio streams.
After compiling shell-fm on Mac OS X 10.4.11 / 10.5.8 on two different PowerPC machines I got static noise when trying to use shell-fm. I found the problem in the...
In file included from main.c:23:0: ./include/util.h:11:19: warning: duplicate ‘const’ declaration specifier [-Wduplicate-decl-specifier] extern const char const * plain_md5(const char *); ^~~~~ main.c: In function ‘main’: main.c:250:3: warning: ignoring return value...
Hello, I'm using [mps-youtube](https://github.com/mps-youtube/mps-youtube) but youtube doesn't let me discover new artist like last.fm does. So I was happy to find your project but sad when I see it's [now...
Last.fm radio is no longer available. Please see link http://www.last.fm/announcements/subscriptions2014
This silences compile-time warnings with clang 3.4.
Would need to parse the youtube player page from a logged in last.fm session and fake responses from the player as though flash is working + grab the current track...
``` % bin/shell-fm -y http://localhost:9090 shell-fm: hash.c:54: unset: Assertion `hash->content != ((void *)0)' failed. [1] 29802 abort bin/shell-fm -y http://localhost:9090 ``` And yet the proxy on port 9090 definitely works:...
I managed to compile it under "botbrew basil" after installing libao & libmad but couldn't get any sound to actually come out. Wonder if there would be a possibility of...
As it is, with no token or an expired token, launching shell-fm normally (not as a daemon) exits immediately with error status and an error message: > This token has...
I realize this isn't a bug, but a pain from the API. I get this every day: This token has expired. Failed to create session. Please refresh authorization. (link here)....