rockydog
09-21-2004, 05:06 AM
Greeting all
I???ve been trying to learn how to write a script all night and thought maybe you might be interested in this one.
I want to make use of the ability to use links in the notes section on the ipod. With a 40gig ipod, a simple playlist just does not do everything I want it to. Lets say if you want to create a playlist that show the albums instead of the tracks. Or new albums that have been added.
Example 1: (in one file)
---New Albums---
Modest Mouse -The Moon & Antarctica
Modest Mouse -The Fruit That Ate Itself
Rush- Exit Stage left
Wilco - A Ghost is Born
---Albums I haven't heard in a while---
Led Zeppelin - Houses of the Holy
radio Head - Ok Computer
---Artist for that special occasion---
Al green
BT
???Etc
Example 2: (A new text file for every playlist)
Notes>New Albums>
Modest Mouse -The Moon & Antarctica
Modest Mouse -The Fruit That Ate Itself
Rush- Exit Stage left
Wilco - A Ghost is Born
Notes>Albums I haven't heard in a while>
First album
Second album???.
To do this manually it takes a lot of time. Here is the a small text file for use in the notes section of the ipod that I was playing with.
<TITLE>Fav Trance</TITLE>
<meta name="NowPlaying" content="true">
<A HREF="ipod:music?artist=Chris Fortier">Chris Fortier</A>
<A HREF="ipod:music?artist=Chris Fortier&shuffle">Chris Fortier s</A>
Christopher Lawrence
<A HREF="ipod:music?artist=Christopher Lawrence&album=temptation"> temptation</A>
<A HREF="ipod:music?artist=Christopher Lawrence&album=Exposure IV"> Exposure IV</A>
Danny Howells
<A HREF="ipod:music?album=GU Nubreed 002"> GU Nubreed 002</A>
<A HREF="ipod:music?album=Nocturnal Frequencies 3"> Nocturnal Frequencies 3</A>
<A HREF="ipod:music?artist=Danny Howells&album=Renaissance Revelation"> Renaissance Revelation</A>
<A HREF="ipod:music?artist=blur&rating=3">blur 3 star</A>
So I thought I would try to write a script for this. I started out my making a playlist with the stuff that I wanted. Then I tried to modify ???Album-Artist to HTML Table??? and the ???Album-Artist to text??? scripts by trying to get the output to look like this:
<A HREF="ipod:music?artist=Danny Howells&album=Renaissance Revelation"> Renaissance Revelation</A>
I kept getting errors. I tried countless versions of this line:
("<A HREF="ipod:music?artist=&aTracksArtist&& album =&aTracksAlbum & "")
Always a problem at the quote mark before ???ipod???
Well I know my notes are jumbled, Its is way past my bedtime and I am seeing double. hopefully this will interest someone, if not could I get some help with that one line.
other thoughts--
-Then I came across the ???clipboard to notes??? script, man would this would be a nice way to get it onto the ipod.
-Then I had some success with asking the html code to play songs that =3 stars
(<A HREF="ipod:music?artist=blur&rating=3">blur 3 stars</A>)
So now I am wondering if you could save a text file in the same folder as the artist so that you can play songs that have a 3 star rating or higher by clicking the link. Many artist I have like five albums, I don???t want to clutter up my main playlist with this stuff. What do you think?
Thanks
Brian
I???ve been trying to learn how to write a script all night and thought maybe you might be interested in this one.
I want to make use of the ability to use links in the notes section on the ipod. With a 40gig ipod, a simple playlist just does not do everything I want it to. Lets say if you want to create a playlist that show the albums instead of the tracks. Or new albums that have been added.
Example 1: (in one file)
---New Albums---
Modest Mouse -The Moon & Antarctica
Modest Mouse -The Fruit That Ate Itself
Rush- Exit Stage left
Wilco - A Ghost is Born
---Albums I haven't heard in a while---
Led Zeppelin - Houses of the Holy
radio Head - Ok Computer
---Artist for that special occasion---
Al green
BT
???Etc
Example 2: (A new text file for every playlist)
Notes>New Albums>
Modest Mouse -The Moon & Antarctica
Modest Mouse -The Fruit That Ate Itself
Rush- Exit Stage left
Wilco - A Ghost is Born
Notes>Albums I haven't heard in a while>
First album
Second album???.
To do this manually it takes a lot of time. Here is the a small text file for use in the notes section of the ipod that I was playing with.
<TITLE>Fav Trance</TITLE>
<meta name="NowPlaying" content="true">
<A HREF="ipod:music?artist=Chris Fortier">Chris Fortier</A>
<A HREF="ipod:music?artist=Chris Fortier&shuffle">Chris Fortier s</A>
Christopher Lawrence
<A HREF="ipod:music?artist=Christopher Lawrence&album=temptation"> temptation</A>
<A HREF="ipod:music?artist=Christopher Lawrence&album=Exposure IV"> Exposure IV</A>
Danny Howells
<A HREF="ipod:music?album=GU Nubreed 002"> GU Nubreed 002</A>
<A HREF="ipod:music?album=Nocturnal Frequencies 3"> Nocturnal Frequencies 3</A>
<A HREF="ipod:music?artist=Danny Howells&album=Renaissance Revelation"> Renaissance Revelation</A>
<A HREF="ipod:music?artist=blur&rating=3">blur 3 star</A>
So I thought I would try to write a script for this. I started out my making a playlist with the stuff that I wanted. Then I tried to modify ???Album-Artist to HTML Table??? and the ???Album-Artist to text??? scripts by trying to get the output to look like this:
<A HREF="ipod:music?artist=Danny Howells&album=Renaissance Revelation"> Renaissance Revelation</A>
I kept getting errors. I tried countless versions of this line:
("<A HREF="ipod:music?artist=&aTracksArtist&& album =&aTracksAlbum & "")
Always a problem at the quote mark before ???ipod???
Well I know my notes are jumbled, Its is way past my bedtime and I am seeing double. hopefully this will interest someone, if not could I get some help with that one line.
other thoughts--
-Then I came across the ???clipboard to notes??? script, man would this would be a nice way to get it onto the ipod.
-Then I had some success with asking the html code to play songs that =3 stars
(<A HREF="ipod:music?artist=blur&rating=3">blur 3 stars</A>)
So now I am wondering if you could save a text file in the same folder as the artist so that you can play songs that have a 3 star rating or higher by clicking the link. Many artist I have like five albums, I don???t want to clutter up my main playlist with this stuff. What do you think?
Thanks
Brian