 |
 |
iTunes playlists....auto-create 'em?
|
 |
|
 |
|
Mac Enthusiast
Join Date: Nov 2001
Location: Washington, DC 20009
Status:
Offline
|
|
Could anyone point me in the right direction for creating an Applescript that when run would generate smart playlists for all albums currently listed in iTunes. It'd be nice to have this ability automated...as in when I pop in a new CD or download something from the iTunes music store, a new smart playlist is automagically generated. Anyone? Thx.
|
|
Just my $.02 :-)
Ti Powerbook 1Ghz w/ Superdrive ......and lovin' it! :)
|
| |
|
|
|
 |
|
 |
|
Professional Poster
Join Date: Jul 2001
Location: New York, NY
Status:
Offline
|
|
not sure I understand you, but if what you're looking for a playlists that are the same as albums, why not just browse by album?
Same effect, none of the duplicate effort...
|
|
cpac
|
| |
|
|
|
 |
|
 |
|
Senior User
Join Date: Dec 2002
Location: Switzerland
Status:
Offline
|
|
Originally posted by cpac:
not sure I understand you, but if what you're looking for a playlists that are the same as albums, why not just browse by album?
Same effect, none of the duplicate effort...
I use playlists for albums, too. It's faster than browsing for me.
My sntax:
%Artist% - %Album%
with classical music:
%Composer% - %Title% - %Conductor%
%Composer% - %Title% - %Artist%
|
|
SwitCHerland, Europe
17" PowerBook 1GHz | WaterField SleeveCase | LaCie d2 250GB | AirPort Extreme BS, AirPort Express | iPod photo 60GB
|
| |
|
|
|
 |
|
 |
|
Senior User
Join Date: Dec 2002
Location: Switzerland
Status:
Offline
|
|
Originally posted by milf:
Could anyone point me in the right direction for creating an Applescript that when run would generate smart playlists for all albums currently listed in iTunes. It'd be nice to have this ability automated...as in when I pop in a new CD or download something from the iTunes music store, a new smart playlist is automagically generated. Anyone? Thx.
I use this procedure:
1. Enter CD
2. Verify CDDB information
3. Mark all titles
4. Rip CD to AAC
5. Drag (still all titles marked) to empty space in playlist column
-> creates:
%Artist% - %Album%
You can also do that later (when alreday ripped).
|
|
SwitCHerland, Europe
17" PowerBook 1GHz | WaterField SleeveCase | LaCie d2 250GB | AirPort Extreme BS, AirPort Express | iPod photo 60GB
|
| |
|
|
|
 |
|
 |
|
Mac Enthusiast
Join Date: Nov 2001
Location: Washington, DC 20009
Status:
Offline
|
|
Tritonus,
Your method works well and is what I was looking for, but once the small window in iTunes is filled with playlists, it's rather difficult to drag and drop an album to create another new playlist. It seems to only allow me to add songs to exsiting playlists, which is not entirely what I want to do.
Any further suggestions?
|
|
Just my $.02 :-)
Ti Powerbook 1Ghz w/ Superdrive ......and lovin' it! :)
|
| |
|
|
|
 |
|
 |
|
Fresh-Faced Recruit
Join Date: Apr 2003
Status:
Offline
|
|
|
|
|
|
| |
|
|
|
 |
|
 |
|
Mac Elite
Join Date: Mar 2000
Location: Bondi Beach
Status:
Offline
|
|
If you select the songs from the library then type apple-shift-n this will create a playlist with the format artist - album
|
|
this sig intentionally left blank
|
| |
|
|
|
 |
|
 |
|
Fresh-Faced Recruit
Join Date: Oct 2001
Location: Providence RI USA
Status:
Offline
|
|
Originally posted by milf:
Could anyone point me in the right direction for creating an Applescript that when run would generate smart playlists for all albums currently listed in iTunes. It'd be nice to have this ability automated...as in when I pop in a new CD or download something from the iTunes music store, a new smart playlist is automagically generated. Anyone? Thx.
AppleScript cannot create Smart Playlists.
Have a look at SmartPlaylists.com
|
|
|
| |
|
|
|
 |
|
 |
|
Senior User
Join Date: Dec 2002
Location: Switzerland
Status:
Offline
|
|
Originally posted by milf:
Tritonus,
Your method works well and is what I was looking for, but once the small window in iTunes is filled with playlists, it's rather difficult to drag and drop an album to create another new playlist. It seems to only allow me to add songs to exsiting playlists, which is not entirely what I want to do.
Any further suggestions?
Yes, milf, I know that problem, too.
Here's what I do:
1. Select all songs from CD to rip (Apple + A).
2. Use page down slider to get an empty space at the bottom of the playlist pane.
3. Drag selected songs in empty space.
Too complicated?
|
|
SwitCHerland, Europe
17" PowerBook 1GHz | WaterField SleeveCase | LaCie d2 250GB | AirPort Extreme BS, AirPort Express | iPod photo 60GB
|
| |
|
|
|
 |
|
 |
|
Senior User
Join Date: Dec 2002
Location: Switzerland
Status:
Offline
|
|
Originally posted by simonjames:
If you select the songs from the library then type apple-shift-n this will create a playlist with the format artist - album
That's nice, but unfortunately won't work when the album is not already ripped (in the library).
(Last edited by tritonus; Oct 17, 2003 at 02:34 AM.
)
|
|
SwitCHerland, Europe
17" PowerBook 1GHz | WaterField SleeveCase | LaCie d2 250GB | AirPort Extreme BS, AirPort Express | iPod photo 60GB
|
| |
|
|
|
 |
|
 |
|
Fresh-Faced Recruit
Join Date: Sep 2001
Status:
Offline
|
|
Originally posted by tritonus:
That's nice, but unfortunately won't work when the album is not already ripped (in the library).
put in the disc and get cddb info
select all and drag to the playlist window.
this method makes the smart playlist as it rips the cd. So its a one step process but it takes the time of ripping the disc to complete the list.
if you're not going to rip it you don't need to save the playlist. As for some reason, after you've accessed the cddb for a specific disc, itunes remembers the info the next time you put that disc in.
|
|
|
| |
|
|
|
 |
|
 |
|
Moderator Emeritus 
Join Date: Nov 2000
Location: Illinois
Status:
Offline
|
|
I'm guessing you don't have 500+ albums... But I don't really see the point of making playlists for albums in any case.
|
|
|
| |
|
|
|
 |
|
 |
|
Mac Elite
Join Date: Mar 2001
Location: Provo, UT
Status:
Offline
|
|
Originally posted by DougAdams:
AppleScript cannot create Smart Playlists.
Have a look at SmartPlaylists.com
While Applescript can't make Smart Playlists you can use Applescripts to make playlists that are smarter than Smart Playlists. Smart Playlists are rather limited in what they do. All you do is write an Applescript with complex logic to define a playlist and then copy all tracks that meet its criteria to this playlist (deleting it first). You even have control about when it is run and when in randomizes unlike Smart Playlists.
|
|
|
| |
|
|
|
 |
 |
|
 |
|
|
|
|
|

|
|
 |
Forum Rules
|
 |
 |
|
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
|
HTML code is Off
|
|
|
|
|
|
 |
 |
 |
 |
|
 |
|