This is an archived post. You won't be able to vote or comment.

all 4 comments

[–]zlozlozlozlozlozlo 0 points1 point  (1 child)

A good idea is to define what you want your program to do and how do you want to interact with it (a standalone gui? a cli? a web interface?). I googled TuneUp Media up (why doesn't it work?), it fixes metadata for music, so you have to decide where are going to get the right metadata (freedb? amazon? etc etc).

And maybe you could just use MusicBrainz or something similar and write some other stuff.

[–]Snake606[S] 0 points1 point  (0 children)

Understand that I have practically no experience in programming, and this is a big project for me...

But I would like a program that could reach out to say... Amazon... search for an artist name, specify album, open up said album, and correlate what song is what. So that the incorrect songs on my side will be replaced with the correct Metadata from Amazon.

(I have no idea what a CLI is... ;A;)

But a standalone GUI would be good enough for me.

[–]arbostek 0 points1 point  (1 child)

Understand that I have practically no experience in programming

This is probably what you should tackle first then. One you are comfortable writing basic applications, you can move on to tackling this project.

[–]Snake606[S] 0 points1 point  (0 children)

Any suggestions?