"Auric__" <not.m...@email.address> contributed wisdom to
news:XnsA0BA662985320au...@88.198.244.100:
>
> Use it like this:
> x$ = REPLACE$("some words like this", " ", "+")
>
> (I had a hell of a time getting this to work as a function, for no
> obvious reason. YaBasic doesn't like me, I guess.)
>
Thank you very much.
This is part of a long hard road but I am hoping to benefit from it.
It goes kindof like this...
iTunes Playlist
export to XML
parse XML
for each song in playlist
create one http link to Amazon with my Affiliate code
end
The result should be a webpage for each of my popular lists on some hard
to find musical subjects. People can click, listen to a bit of it, maybe
buy it. And if they do they I get a couple pennies for each purchase off
my links.
Originally I was going to use the ID codes that are in each iTunes entry
when you buy from Amazon but apparently those shift. So it seems that a
better way is to turn each line into an amazon search for the song and
the author.
Eventually I want to be able to happily just keep adding to my playlists.
Parodies, Covers, Mashups, Halloween, WTF, and Waltzes you didnt know
were Waltzes (very popular with people searching for personally perfect
wedding or quincenera songs). Every once in awhile I will just run the
playlist thru the program to get a new uptodate webpage to refer people
to.
And beyond that, maybe even a monster version. I use iTunes Smart
Playlists to maintain the lists by putting one-word tags in the comments
field. A song might be cover halloween waltz or might be parody WTF
political. So a monster program might process the ENTIRE iTuens database
in XML form and not only build a search string for each song but then
parse the comments string to write that search string to each applicable
.html file so that all of them are updated in one run. MUHAhahahahaha
Its not that I dont want to make money. I just dont want to work hard
doing it.
Gandalf Parker