|
|
View all iTunes 7 content in one smart playlist
This AppleScript will display the entire Library, as in pre-iTunes 7:
tell application "iTunes" set view of front window to library playlist 1 end tellFor convenience, you can also assign it a shortcut. ---
View all iTunes 7 content in one smart playlist
Thanks Doug, this hint is superior to the original post because smart playlists don't allow the full range of actions (e.g. you can't delete items from the iTunes library.)
I often have other separate iTunes windows up (store, podcasts) and had to make this change to avoid an error:
tell application "iTunes" set view of front browser window to library playlist 1 end tell
View all iTunes 7 content in one smart playlist
Right. I had posted the script off the top of my head, but I used "browser" in the version I've got posted at my site.
---
How about for an iPod?
Is there a way to do this for an attached iPod? Sometimes files are on the iPod but don't show up in their respective areas (Podcasts, in particular) and it's hard to find them to delete them.
How about for an iPod?
As far as I can tell, this trick won't work on the iPod. Logic suggests using something like this:
tell application "iTunes" set view of front browser window to library playlist 1 of source "My iPod" end tellBut this only shows the "Summary" screen. --- |
SearchFrom our Sponsor...Latest Mountain Lion HintsWhat's New:HintsNo new hintsComments last 2 daysLinks last 2 weeksNo recent new linksWhat's New in the Forums?
Hints by TopicNews from Macworld
From Our Sponsors |
|
Copyright © 2014 IDG Consumer & SMB (Privacy Policy) Contact Us All trademarks and copyrights on this page are owned by their respective owners. |
Visit other IDG sites: |
|
|
|
Created this page in 0.08 seconds |
|