Forekast: Crowdsourced Event Discovery
forekast.com1 pointsby ramLlama0 comments
* Album art support
* Fast search
* Video support, although this isn't great...
* Podcast support
* Jukebox mode to play through the server's speakers
* mobile app with real-time transcoding for mobile networks.
Subsonic is the reason I still listen to my collection at all, since I largely listen in my car. Node** link = list_head
and as you traverse, you would do link = &(entry->next)
Then, when you find the entry that you want to delete, link points to either (a) list_head if you are deleting the first entry or (b) the next pointer of the previous entry. Either way, doing *link = entry->next
does the trick.
However, this still isn't clear in their website. I will give them the benefit of the doubt since they are early in their project, but I think it would behoove them to nail down their mission sooner rather than later.
This is probably what I get being in the CS bubble. =)