Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 7188857
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 28, 20262026-05-28T19:10:34+00:00 2026-05-28T19:10:34+00:00

I’m trying to generate spotify playlists (not text-based) and found this on Github: https://github.com/liesen/spotify-api-server

  • 0

I’m trying to generate spotify playlists (not text-based) and found this on Github: https://github.com/liesen/spotify-api-server

I have no experience in C programming so i don’t really know where to start. Are there any relevant tutorials/articles on setting up a c-server similar to the one i’m trying to set up? on a pretty basic level.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-28T19:10:35+00:00Added an answer on May 28, 2026 at 7:10 pm

    I have a sneaking suspicion that building and using this C program isn’t actually what you want (http://developer.spotify.com/en/spotify-apps-api/overview/ might be easier for you to get started with), but I’m going to help you anyway.

    Most C projects have a README file that tells you how to build them. In this case, it says:

    1. Make sure you have the required libraries

      • libspotify > 9
      • subversion (libsvn-dev) and its dependency, libapr
      • libevent >= 2.0
      • jansson >= 2.0
    2. Update account.c with your credentials. A Spotify premium account is necessary.

    3. Copy appkey.c into the directory and run make.

    There are a few extra things that the README doesn’t say, that an experienced developer will be able to guess at:

    1. libsvn-dev and libapr are the names of Ubuntu packages (I think), so it is probably expecting your development machine to be running Ubuntu. You should probably install build-essentials as well (on a new machine, I would usually run apt-get install ${*-dev-packagages} and then apt-get build-dep ${*-dev-packages}. build-dep might download some packages that you don’t need, but bandwidth is cheap, and debugging missing packages is a pain in the ass.

    2. when it says libspotify > 9 it normally means “greater than 9 but less than 10” (if the first number in a C-library version number changes, it normally means “BEWARE: we broke things.”). If you get build errors about wrong number of arguments to functions, this is probably why.

    3. It says “run make” so there will be a file called Makefile somewhere. You need to cd into the directory that contains Makefile before typing make

    4. make will probably produce an executable file somewhere. I usually find these by running ls and looking for items highlighted in green. If I can’t find anything that way, I will read Makefile and note that “all” depends on “server” so I would look for an executable called “server”.

    You are jumping in at the deep end here (building someone else’s experimental package as your first C program). If you get errors that you don’t understand, it’s not because you’re stupid: it’s because C is a brutal and archaic language, and it wasn’t designed as a teaching language like Python was, or a beginner-friendly language like Javascript. Once you get used to it, you start to see steamtrain-like beauty of the language; the pain subsides to a dull ache, but it never truly goes away.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

For some reason, after submitting a string like this Jack’s Spindle from a text
I'm parsing an RSS feed that has an ’ in it. SimpleXML turns this
I'm trying to decode HTML entries from here NYTimes.com and I cannot figure out
I have a string like this: La Torre Eiffel paragonata all’Everest What PHP function
I am trying to understand how to use SyndicationItem to display feed which is
Basically, what I'm trying to create is a page of div tags, each has
link Im having trouble converting the html entites into html characters, (&# 8217;) i
this is what i have right now Drawing an RSS feed into the php,
I have this code: - (void)parser:(NSXMLParser *)parser foundCDATA:(NSData *)CDATABlock { NSString *someString = [[NSString
Configuring TinyMCE to allow for tags, based on a customer requirement. My config is

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.