Jump to content

Want to create an application/program

- - - - -

This topic has been archived. This means that you cannot reply to this topic.
2 replies to this topic

#1
tif

tif

    Newbie

  • Members
  • Pip
  • 2 posts
Hi, I am new here(and to coding) and have a general question. I would like to write a program that will capture the song data say from iTunes when I listen to it, and update that information automatically to a web page. So for example if I listened to Michael Jackson - Thriller, the program would take that song information and load it to a webpage automatically. It would be very similar to last.fm's audioscrobbler, but I don't know what programming language that is written in or how to go about writing something of that nature. Any help would be appreciated, thank you.

#2
Phoenixz

Phoenixz

    Programming Professional

  • Members
  • PipPipPipPipPip
  • 256 posts
You're going to use sockets, personally I couldn't find any decent tutorials on them. :{
Posted Image

#3
John

John

    Writes binary right handed and hex left handed

  • Moderators
  • 6,321 posts
I would start off by reading Beej's guide to sockent programming. I believe it is done in C++ which would probably be ideal for what you are trying to do.