Wishlist item: nested 'smart' playlists

I can only assume this has been requested time and time again, but I really think apple would truly benefit by creating nested playlists, especially for the smart playlists. I can't imagine the code would be too difficult, and it is consistant with the nested sequence already in the ipod (music/artist/all - artistname/...)
For example, I could have one single 5 star play list, with nested folders specific to certain genres, artists, comments, etc. I could then either listen to all 5 star songs, or all within a specific nested folder.
Also, it would be cool to make the nested play lists by dragging one smart playlist into another. Obvioulsy not all combinations would work, but it would bring up a window saying I was an idiot for trying to drag a 4 star playlist into a 5 star playlist creating a null response.
just a wish, so i dont have to scroll through thirty playlists or so...

That's normal.
The iPod cannot find playlist A to get songs for playlist B, therefore you get an error.
I believe it will still load the playlist B and give the error but work ok on the iPod.
I simply create a smart playlist (iPod Music) at random with no 1 star songs to fit onto my iPod (3700MB).
Any other smart playlist I want on the the iPod, starts off with Playlist is iPod music and add my othe rcriteria.
Then all the playlist will work fine.

Similar Messages

  • Smart Playlist with TV Shows

    I recently imported a whole season of a TV Show. I pre-ordered an iPod Touch and because of its limited space (only an 8GB-model) I would like to create a smart list which gives me the 3 unplayed episodes with the lowest episode ID or episode number - if I have a show with several seasons I would like to have that with lowest season number as well.
    E.g. I watched already season 1, now I'm at season 2 and watched until episode 13 I would like to have episode 14, 15 and 16 in the smart playlist. Is something like that possible? I didn't find options like these but maybe someone has an idea… - maybe with "nested" smart playlists? (therefore smart playlists based on other smart playlists).

    Hello Niels!
    I went on my iTunes and tried to solve your problem.
    What I did was AltAppleN, which is the shortcut to "New Smartlist".
    You want your iTouch smartlist to have two rules (basically the criteria): play count equal to zero, and with the lowest episode number.
    When the window of the Smartlist comes up, it comes automatically with one rule. At the end of that rule is a plus sign. Click on it and you will therefore have two rules to fill in.
    For the first rule, select Play Count > is > 0, meaning it has not yet been played.
    For the second rules, select Track Number > is in the range of > 14 > 16 (This is according to the example you gave). You can also select "is less than" > 17 for instance.
    Under that second rule, select Limit to > 3 (for only episodes 14, 15 and 16, or the three episodes that had a track number lower than 17, depending on what you chose for the second rule) > items > selected by > least often played.
    You may also check "Match only checked items" and "Live updating".
    Since there is no Episode ID in Smartlists, the closest thing I could find was Track Number. There may therefore be a risk that songs will go in the smartlist, but that is very improbable. If it does happen, play that song at least once, and it will be taken out of the playlist, since its play count will no longer be zero.
    I hoped this helped you Niels, and please keep me informed if it worked!
    Thanks,
    Vincent

  • How to turn on / off live updating for all smart playlists at once?

    Hello.  Is there a way to turn live updating on or off for all my smart playlists at once?  That would be a fantastic feature since too many smart playlists with live updating turned on brings iTunes to a crawl. 
    Currently, I run iTunes on Windows 7.  I have over 40,000 songs, and I have hundreds of smart playlists to help organize all my songs and what's on my various iPods at any time.  The problem with having so many smart playlists is that iTunes runs very slow.  One thing that I do to make iTunes run slightly faster is to turn off live updating for as many smart playlists as I can stand (by going into each one and editing), but then it's hard to tell which have live updating turned on and which don't.  As a result, many of my smart playlists don't get updated when I would like them to because I have to go in and manually edit each one again to turn it back on.  Maybe showing which have live updating turned on or off would be useful, too? 
    On a related note, my iPod Classic will actually not work when I sync too many smart playlists.  This has been a long-standing problem with iPods, and I'm surprised that it hasn't been fixed yet.  I have not experimented to see if it makes any difference if the smart playlists have live updating turned on or off. 
    Thanks.

    this is exactly what i was hoping to see -- but i can't get it to run right on iTunes 12, yosemite
    it also doesn't seem to recognize "Home Videos" or "Audiobooks" as special and tries to turn them off -- i modified the earlier script to add those two to the lists of exclusions, but still get the same error message on the first "unspecial/real" smart playlist -- hasn't somethign changed in the object model perhaps?
    thank you muchly!
    =mjb
    tell application "iTunes"
    activate
      set allPlaylists to (get every user playlist)
      repeat with thisPlaylist in allPlaylists
      if (thisPlaylist is smart) and name of thisPlaylist is not in {"Music", "Movies", "Podcasts", "Books", "TV Shows", "iTunes U", "Apps", "Ping", "iTunes DJ", "Genius", "Home Videos", "Audiobooks"} then
      set view of browser window 1 to thisPlaylist
      tell application "System Events"
      tell process "iTunes"
      tell menu bar 1
      tell menu bar item "File"
      tell menu "File"
      click menu item "Edit Smart Playlist"
      end tell
      end tell
      end tell
      set theCheckbox to checkbox "Live updating" of window 1
      tell theCheckbox
      if (its value as boolean) then click theCheckbox
      end tell
      click button "OK" of window 1
      end tell
      end tell
      end if
      end repeat
    end tell

  • Manually and quickly updating smart playlists with 'Live Updating' off?

    Hi,
    I have a quite large music library (13,000 songs) and use a multitude of nested smart playlists that change often because I don't want to listen to the same song every day and I want to listen to good songs more often than bad songs. I'm also splitting up by genre, because not all my friends appreciate all of my musical tastes, and I myself am not always in the mood for every genre.
    The consequence of this is that from time to time, iTunes stutters when playing a new song, presumably because it's updating all the smart playlists when the previous song ended.
    Now, I had hoped that turning 'Live Updating' off would cause iTunes to update the smart playlists at startup instead of updating continuously. However, it turns out that though the performance improved dramatically, turning off 'Live Updating' caused the smart playlists to never update. Obviously I don't want that, since that means all my smart playlists are static.
    Is there a way to have both good performance and easy updating of the playlists? There are a bit too many playlists to manually update very day by forcing iTunes to update the playlist.
    An 'Update all smart playlists now' button or a 'Update all smart playlists at startup' feature would be nice...
    Any hints, tips, help, suggestions?
    Thank you so much.
    Greetings,
    Tijl Kindt
    Athlon64 3800+ 2GB RAM Windows XP iPod Nano 4GB Black

    Using the SDK, you (well, I) would do something like this:
    1. Get a list of all the playlists in the iTunes Library.
    2. For each playlist, test if playlist is a Smart playlist (Playlist->Smart() returns a boolean)
    2a. If it is a smart playlist, select it by setting a property value for the BrowserWindow object (basically BrowserWindow->SelectedPlaylist(playlist object)) (for example perl code, see http://groups.google.com/group/comp.lang.perl.misc/browse_thread/thread/1248563d 743795d8/be1a88fc6eeab0e4?lnk=gst&q=itunesperlselectedplaylist&rnum=1#be1a88fc6eeab0e4)
    2b. Using keystrokes (Alt-F,G), select "File..Get Info". Then keystroke Alt-U to toggle live updating, then Enter to click OK.
    2c. Repeat above, which should toggle live updating off again. (unfortunately there is no way to be sure whether the starting state was off or on -- I'm assuming it will always be off)

  • Tip for creating auto-updating Smart Playlists for iPod

    Short Answer:
    Don't use Smart Playlists that use rules with nested playlists which aren't completely on iPod.
    Long Answer:
    If you're like me and use nested Smart Playlists, make sure that any Smart Playlist you want to have auto-update on the iPod doesn't use a rule which uses as a criteria a playlist that isn't fully present on iPod (exclamation point next to the Smart Playlist in iTunes when connecting iPod to your Mac).
    For example, I have Smart Playlists to exclude certain tracks in other Smart Playlists (Streams, Spoken Word,tracks under 1 minute, etc.). These are tracks that I usually want to exclude in other Smart Playlists but don't want to add those rules each and every time.
    The problem is that iPod looks to see if that 'excludes' playlist is present, which obviously it isn't because by it's nature it's designed to exclude tracks. If a nested playlist isn't present it seems the auto-update will not work.
    My solution was to create a new Smart Playlist specifically for the iPod, which contained all the rules of my "master exclude" Smart Playlist and any other I wanted specifically for the iPod.
    My beef with Apple here is that I can't duplicate a Smart Playlist, which is possible in iPhoto. Being able to do that would make things much easier.
    I have since gone about creating 'excludes' playlists so that the playlist itself excludes tracks; previously I was creating a Smart PLaylist that contained (included) all the tracks I wanted to exclude, then using that as a rule (Playlist is not 'Excludes') in other playlists. The second method worked fine on iTunes, since all the tracks are present, but it creates problems on iPod.

    I've posted a better version of this thread in the "Using the iPod with color display" forum.
    APPLE DISCUSSION ADMINS: Please delete this thread. Thanks!

  • Nest Smart Albums

    Is there anyway (at the library scope) to create a smart album that includes and excludes other smart albums from within the library (including or excluding photos that are members of those other smart albums based on their rules)?
    As an example, looking for functionality much like how iTunes can use nested smart playlists.
    I'm attempting to do this by defining the smart album's criteria as:
    [x] EXIF > Camera Model > includes > iPhone
    [x] Aperture > Album Name > is > Other Smart Album Name (ex: "All Photos, No Flag, No Videos")
    ...to do determine all "clean and active" photos (not flagged for archive, or video, which is determined by another smart album elsewhere) that were taken with an iPhone.
    Am I missing something here or is this not possible? Sorry if I'm not explaining this clearly.

    Yea, it doesn't appear to recognize other smart albums to be used in a process of refining "higher-level" smart albums (shaving off photos that are members of other smart albums), like iTunes.
    Thanks for your answer. I was really hoping that it was the case, though one can still accomplish the queries and derive the results, but it is much more complex and everything has to change when certain "global", low-level query criteria change.
    And you're right, it would be so powerful. I was always impressed by iTunes on that one aspect.

  • How do you set up nested rules for iTunes smart playlist

    How do you set up nested rules for a iTune smart playlist

    Hello \"alice\",
    It sounds like you want to add additional criteria to your Smart Playlists.  I found an article with steps you can use to refine your Smart Playlist.  Step 2 specifically has what I think you are looking for:
    2. To have iTunes add songs that match specific criteria, make sure to select "Match the following rule," then make your selections from the pop-up menus.
    For example, you might want iTunes to only add songs that are by a particular artist, or songs with at least a four-star rating.
    To add additional matching criteria, click the Add button.
    You can find the full article here:
    iTunes: How to create a Smart Playlist
    http://support.apple.com/kb/ht1801
    The article says it is archived.  In the current version of iTunes, in step 1 you will select File>New>Smart Playlist.  Also, if you need to edit an existing Smart Playlist, you can right click (or hold command while you click) on it and select Edit Smart Playlist. 
    Thank you for using Apple Support Communities.
    Best,
    Sheila M.

  • Can you not create nested rules in smart playlists in 11.1.3?

    I tried to create a nested rule for a smart playlist today, and found the ellipsis (which you click to add a nesting rule) is no longer there.
    Advice, please?

    Found the answer in another thread:
    Press the option key when editing the rule, and the + turns to the ...
    This allows you to add "all" and "any" rules.

  • ITunes Match smart playlist item count

    after creating a smart playlist in iTunes that is supposed to limit to 50 items,
    I can see the playlist on my iphone.  But the item limit does not exist.  The playlist is thousands of songs long instead of 50.
    This REALLY needs to be fixed.
    I truly hope more effort is put into properly supporting smart playlists in iTunes Match
    I've attached an image that shows my smart playlist rules

    This is a well known shortcoming of iTunes Match, it does not handle Smart Playlists on IOS devices well.
    Current workaround involves use of standard playlists and 'download all' options - it is not neat and this capability is one of several needed in later versions of the service and IOS capability.

  • Items not showing up in library while visible in smart playlists. How to fix?

    I just added some music to my iTunes Library. It shows up in my Recently Added smart playlist, as well as newly created smart playlists, but for some reason it isn't in my library. I've searched for it, I've used the column browser, I've tried just scrolling through my Library and it just isn't there. All the tags are correct, and when looking at my iTunes Media folder in Finder, the songs are correctly placed in the Music/Artist/Album folder tree of the iTunes Media folder.
    Does anyone know how to fix this?
    PS. My iTunes Media folder isn't located on my Macintosh HD, I've moved it to an Airport Disk and pointed iTunes to it in its preferences.

    The problem just fixed itself. I got irritated and quit messing with it. When I came back an hour later, it was fixed.

  • I keep having a deleted item not delete, shows up in a smart playlist??

    Here's the deal...
    I listen to a bunch of podcasts and starting about a week ago I noticed one episode I had deleted kept showing up as trying to sync. I thought I fixed it but now other episodes have this happen too after I thought I deleted it.
    The file is deleted, moved to trash, even think I've trashed it. The file does not show up in the podcast area in itunes. But, the episode does show up in a smart playlist that had that file marked with 5 stars. If I look in the finder, that file is there so I delete it from finder that way.
    After I delete it in the finder, the file is in the smart playlist but creates a "dead link" even though the file shows nowhere else in itunes. I must run the "super remove dead files" script (downloaded off the web) to find that dead link hidden somewhere in itunes and remove it.
    This is really weird and is now happening almost every day with a different episode in my podcast list.
    Any suggestions as to what needs to be deleted/re-created/cleaned up?
    Thanks.

    solved this on my own by running a script to remove the dead track from the playist

  • Reorganizing individual items within a podcast smart playlist

    With the help of some fine folks from here, I was finally able to create a couple smart playlists on my 5th gen classic iPod, but now I have a new problem: I seem unable to organize the individual podcasts into any playing order. I'd like them to automatically play in order from the earliest downloaded to the most recently downloaded. But no matter what I do in iTunes in the smart playlist itself, once it's synced to my iPod, the playlist is in alphabetical order by artist.
    Anybody have any suggestions of how I might correct this? Thanks!

    obviously Apple does not consider this a bug...
    It's hard to imagine that Apple might not consider it a bug. Personally I chalk it up to the fact that (a) it's a relatively harmless (albeit annoying) bug; and (b) they've got tons of bugs to fix and this one hasn't made it to the top of the list yet. I've added this to my list of bugs to test with every new release (because Apple frustratingly refuses to issue release notes that tells us what bugs have been fixed).
    Regardless, their users obviously consider the loss of smart playlist sorting a bug. Please join us in complaining to Apple about this:
    http://www.apple.com/feedback/itunesapp.html

  • Multiple Artist, Genre... Separator (Semi-Colon) instead of Smart Playlists

    In my opinion, one of the greatest features of ID3 tags is the ability to use semi-colons to differentiate between multiple artists, genres, albums, etc... for any given field. This feature has been available since ID3 tags for MP3's were first implemented over a decade ago.
    With Windows Media Player 10, it's database was finally able to parse the information separated by semi-colons correctly. What this means is that if I have a song like "Picture" by Sheryl Crow and Kid Rock, in the ID3 tag, I type "Sheryl Crow; Kid Rock", and in WMP, if I click on Artist | Sheryl Crow, "Picture" appears. And if I click on Artist | Kid Rock, "Picture" appears. In fact, when I rip songs using WMP, it places semi-colons in numerous ID3 fields from the album description.
    In iTunes, however, when I import a song with a semi-colon in an ID3 tag field, the database reads the artist as "Sheryl Crow; Kid Rock", or essentially, it treats "Sheryl Crow; Kid Rock" as a THIRD artist. The same is true if I have a song that I feel crosses two genres--like "Picture". In WMP, if I put in the Genre field "Pop; Country", when I choose Genres | Pop, "Picture" appears, and when I choose Genres | Country, "Picture" appears.
    Does anyone know if a bug fix for this is in the works for iTunes? It seems Apple and iTunes have been trying to push Smart Playlists for this kind of organization, but that's the poor man's way of organizing songs and not nearly as efficient. I don't want to have to create Smart Playlist for all songs with "Sheryl Crow" in the artist field. It should be inherent based on the semi-colon.
    Does anyone know if anything smarter than Smart Playlists is in the works that matches the intuitiveness of Windows Media Player's database?
    Thanks,
    Bill

    Whereas in WMP & the ID3 spec. you would use a semi-colon to separate items you will find that iTunes & the Music store use a slash instead. However as you so rightly say iTunes takes the information and construes a new artist entity rather than two artists connected to the same track. (WMP might also respond to slash - I recall AC/DC always presenting issues so they exist as AC-DC in my library.)
    If you'd like to make feature request go to: iTunes Feedback.
    Working on the assumption that such ideas are unlikely to implemented any time soon however you might like to see my post on Grouping Tracks Into Albums which covers workarounds for this & other quirks.
    tt2

  • I have smart playlists on my iphone that i never created and when i connect to itunes and go to "on my phone" they are not listed there but they are definately on my phone.  How do i get rid of them?

    I have smart playlists on my iphone that i never created, a couple of them are duplicated and I cant figure out how to delete them.  When i connect my phone to pc using Itunes these "Ghost" playlists do not even show up when I click "on my phone".  These lists are there and they do have songs and work, I just want to get rid of them and I dont know how.  Any help would be appreciated. 

    Okay. Try checking "manually manage music and videos", and then click the flippy triangle next to your device. Then select the items you want to delete and just press Delete on your keyboard.
    Uncheck when you're done.

  • Smart Playlists Not Syncing Correct CONTENT on iPhone 3G

    Hi, I apologize about the length of this description, but I believe all or most of it may be relevant.
    I have been having trouble synchronizing ANY of my smart playlists. I first noticed it in the playlists I had created which entailed "Most Recently Added" or "Most Recently Played" options. Now I realize that all of my smart playlists are no longer syncing their play order (some too big to determine if songs aren't making it into some of them). For instance, here is the criteria for a playlist I created just to demonstrate this problem (this is a brand new playlist just I made and synced with my iPhone):
    Title: Recently Played 5
    Criteria: Rating is in the range 3 stars and 5 starts
    Checked Boxes-
    (X)Limit to [5] items selected by most recently played
    (X)Match Only Checked Songs
    (X)Live Updating
    Playlist as it appears in iTunes:
    "Summer, Man" by Taking Back Sunday
    "Sink Into Me" by Taking Back Sunday
    "New Again" by Taking Back Sunday
    "Error: Operator" by Taking Back Sunday
    "Swing" by Taking Back Sunday
    Playlist as it appears on my iPhone:
    "Them Bones" by Alice In Chains
    "Hands in the Sky (Big Shot)" by Straylight Run
    "Lead Said (And A Paper Anchor)" by Atreyu
    ... etc
    These playlist CLEARLY do not match and it drives me crazy because these types of playlists are what I generally listen to. I'm running iTunes 9.0.1.8 on Windows 7 OS (Dell Inspiron 6400), and OS 3.1.2 on an iPhone 3G. I just recently consolidated my library. I had a collection of over 7000 songs on my external hard drive backed up, and kept about 4000 of them on my computer stored in iTunes (i.e. only the 4000 songs were present in my iTunes library, originating from my laptop hard drive--NOT EXTERNAL). Upon switching to Windows 7, I wanted to have ALL my music on my laptop hard drive and thus copied and re-added all of the music (all 7000). I lost all my track info (ratings, plays, last played date, date added, etc) in this process until I opened the iTunes library file with iTunes(had backed up from before new OS installation) and, voila, all my playlists and track info was restored. I had to do some cleaning up of duplicate files, but nothing major.
    I found this thread from Sept. 2008 which seemed to be in regards to the exact same problem under almost the exact same situation: http://discussions.apple.com/thread.jspa?messageID=8066846#8066846. Unfortunately, it's unanswered and archived. My iTunes did not crash, but I cleanly installed a new OS and had to start fresh.
    I cannot for the life of me figure this issue out. I thought about restoring my device and syncing it again (which I will try again tomorrow to see if I can manage any progress), but I want to retain my app info and text messages so I plan on restoring from a backup. If anyone has any solutions or even suggestions, I'm open to try anything.
    Thanks!

    Sorry, I just realized I'm in the wrong forum... I apologize.

Maybe you are looking for