Create a playlist from a song/album

Just curious if there is an easier, less backwards way to create a playlist in iOS 6 on the iPhone 5 rather than going to the playlist tab, clicking new playlist, typing in the name, and then adding tracks?
Seems rather lame if that is the only way. You should have the option to start a song or album and choose "Create Playlist from Song/Album" and then have it auto-name the playlist based on the title. Am I missing an obvious step or option here?
Sometimes these steps are buried and hard to find.
Thanks,
Toby

Well that is very disappointing. Apple should take their cue from Spotify. You can create a playlist from any album or song you are listening to and not have to add song by song to a list.
Apple always seems to be one step behind the obvious choice. They lose me more and more each day.
Step up guys!!!

Similar Messages

  • How can I create a playlist from all songs in a single folder

    On my D: drive I've got a folder called MUSIC. Under MUSIC I've got folders by artist and then album. I have no problems putting together playlists from these artists. But I have a few folders that are a combination of many different artists songs. I can't find a way to view this group in iTunes and create the a playlist from these mixed folders. It appears I'd have to hunt for all the songs individually through all my music and add them one at a time...a nightmare.
    What I was hoping for was the ability to go to my MUSIC tab under my LIBRARY and add a column for file location. That way I'd sort them by folder location and grab them that way.
    I created my playlist and tried to simply drag/drop the folder and/or the songs directly from windows explorer but of course that didn't work.
    Is there a way to do this?
    Thanks

    Drag them from where? I've tried to drag them from windows explorer and it won't allow me. It seems the only place I can drag files from is from the iTunes library list. The problem is there is no way that I can find to just see the songs from a specific folder on my drive in the iTunes library list. It sorts them by artist, album, genre, etc....but not by folder.

  • How do I create a playlist from songs in other playlists?

    Before updating my iPhone 5 to iOS 7, I used to be able to create a playlist by choosing songs that were already in other playlists. Now, when I click on Create Playlist, the only options I have on the bottom of the screen are to choose from Songs, Artists, Songs and Composers. I want to create a playlist from songs that are in my other playlists, such as Purchased or Favorites, for example, instead of scrolling through a couple thousand songs to find (and remember) the ones  I want. What I can do bring that option back? I've looked in my settings and haven't found anything I can do about it. Any knowledgable people in this area, please suggest solutions.

    In list view click on the far left column which allows you to drag to desired play order.

  • How do i create a playlist from an album?

    apparently i have to type more here to get the ball rolling...? 
    I am new to iTunes. I have loaded a few albums from CD into iTunes, and I can play them & even burn new CDs...  But I'd like to do more complex stuff, and the help screens I have read seem to assume a lot of stuff I don't know.
    That's why I started with what I thot was a simple question (How do i create playlist from album; ****! I can't even copy & paste here!) but I dont think I have even submitted my question yet.
    Maybe i shoulda started with a question about HOW to navigate in the "Apple Support Communities"... 
    I apologize for any protocol violations i am committing with this & pray some one will take pity on an old guy who doesn't speak 'apple'... 

    Hello Rhea,
    Thank you for the question.  It sounds like you are trying to create a playlist of a specific album.  I have a couple of suggestions you can try.
    First, your menu options may currently be hidden in iTunes.  I recommend turning them on first if they are not currently visible:
    To keep the iTunes menus active, change the setting by selecting the Menu icon in the upper-left, and then selecting Show Menu Bar. Alternatively, you can press Control-B.
    Find more information about the enabling the menu in this article:
    iTunes: Turning on iTunes menus in Windows 8 and 7
    http://support.apple.com/kb/HT5610
    Next, follow these steps to create your playlist.  In step 3, drag the album tracks to the playlist you created:
    Create a playlist
    Choose File > New > Playlist.
    Type a name for the playlist.
    To add items, drag them to the playlist on the right side of the iTunes window.
    When you’re finished adding items, click Done.
    You can find those steps in the following article:
    iTunes 11 for Windows: Create a playlist
    http://support.apple.com/kb/PH12340
    There is an alternate way you can create a playlist as well using the sidebar.  First, you will need to make the sidebar visible:
    Show Sidebar - Choose View > Show Sidebar (this feature will display iTunes features on the left side of the application including Library, Store, Shared, Genius, and Playlists).
    These steps are available in this article:
    iTunes 11: Frequently used features
    http://support.apple.com/kb/HT5649
    Once you have the sidebar enabled, follow the steps in this video to create a playlist and add an album to it (the title of this video says iTunes 10, but the steps are the same for iTunes 11 once you enable the sidebar):
    iTunes 10: Playlists
    http://support.apple.com/kb/VI71
    Thank you for using Apple Support Communities.
    Best,
    Sheila M.

  • Is there a way to create a playlist from the now playing screen on ios7?

    Is there a way to create a playlist from the now playing screen on ios7? I want to be able to hear a song in my collection and immediately add it to an existing playlist or create a new playlist.
    Thank you in advance

    Hi Cornellius,
    From the now playing screen there's a Create button at the bottom that allows you to create a
    Genius Playlist
    New Station form Artist
    New Station from Song
    IPhone Help, Browse and play
    http://help.apple.com/iphone/7/#/iph3cf21a82
    The Now Playing screen provides playback controls and shows you what’s playing.
    For information on Genius Playlists, see
    Archived - Genius for iPod and iPhone
    http://support.apple.com/kb/HT2978
    I don't see an option to add it to an existing playlist.
    Best Regards,
    Nubz

  • Create a Playlist from external folder with tracks already existing in iTunes

    I was just wondering if its possible to create a playlist from an external folder (on my desktop) with tracks that already exist in iTunes.
    I basically have a folder on my desktop that i use with Serato, i was wondering if it'd be possible to sort a playlist in iTunes with the tracklist from the folder? I already have all the tracks on iTunes so i don't want to add them onto iTunes again just to put them into a playlist as i'd have to sort through all the duplicates to delete the non playlisted tracks (theres around 1500 so it wouldn't be a quick task).
    Would be much appreciated if anybody can help!

    Hi,
    I have an AppleScript that does this.
    This script need Spotlight metadata, all files in the folder that you use with Serato should be indexed.
    Works well if the tags (name and artist) are defined
    In this script :
    it will display a dialog to select your folder
    iTunes search track from the library playlist according to (artist, album and title in the Spotlight metadata of each file).
    If iTunes found a track, iTunes will add this track to the new playlist.
    The script takes 35 seconds for 1000 files on an old machine (PowerMac G5 2 X 1.8 GHz) .
    This should take less than 100 seconds for 3500 files on the new machine
    Here is the script :
    -- this script need Spotlight metadata, files in the folder should be indexed
    set folderPath to (choose folder with prompt "Select the  folder that you use with Serato")
    set f to quoted form of POSIX path of folderPath
    my makePlaylist(do shell script "/usr/bin/find " & f & " -type f \\! -name '.*' -print0 | /usr/bin/xargs -0 /usr/bin/mdls -name kMDItemTitle -name kMDItemAlbum -name kMDItemAuthors | /usr/bin/sed 'H;$!d;x;s/\\n[^k]//g'")
    on makePlaylist(t)
          script o
                property L : paragraphs of t
          end script
          set tc to (count o's L)
          tell application "iTunes"
                set newPlaylist to make new playlist with properties {name:"Serato"}
                set masterLibr to (get first playlist whose special kind is Music)
          end tell
          repeat with i from 2 to tc by 3
                set {tAlbum, tArtist, tTitle} to my getvalue(items i thru (i + 2) of o's L)
                tell application "iTunes" to try
                      set t to (get first track of masterLibr whose name is tTitle and artist is tArtist and album is tAlbum)
                      duplicate t to newPlaylist -- add founded track from the library playlist to the  new playlist
                end try
          end repeat
    end makePlaylist
    on getvalue(tList)
          set oTID to text item delimiters
          set text item delimiters to "\""
          set {alb, aut, title} to {"", "", ""}
          try
                repeat with i in tList -- if line does not contains a double quote then the tag is  empty -->  = (null)
                      if i starts with "kMDItemAlbum" then
                            tell i to if it contains "\"" then set alb to text item 2
                      else if i starts with "kMDItemAuthors" then
                            set text item delimiters to "(   "
                            -- if artist contains one word, it doesn't contains double quote
                            tell i to if it does not contain "(null)" then
                                  if last text item starts with "\"" then
                                        set aut to text 2 thru -2 of (last text item)
                                  else
                                        set aut to (last text item)
                                  end if
                            end if
                            set text item delimiters to "\""
                      else --kMDItemTitle
                            tell i to if it contains "\"" then set title to text item 2
                      end if
                end repeat
          end try
          set text item delimiters to oTID
          return {alb, aut, title}
    end getvalue

  • Can anyone make genius playlist from 2011 songs?

    I have tried to create genius playlists from very popular songs this year including "Party Rock Anthem" by LMFAO & "Pumped Up Kicks" by Foster the People. I doubt that Apple Genius Servers do not have information to create genius playlists to these songs which these and other songs have sold over 4 million songs on iTunes alone.
    Please if there is someone can shed light on this issue and a way to correct that would be great. Being that New Year's eve is coming up, it would be great to make genius playlists from current released songs especially #1s from 2011.
    Thank you!

    Never mind.  I figured out that you have to hit "enter" after you type in what you are looking for and then the results will show up in the iTunes window.

  • I created a playlist with 100 songs.  I want those 100 songs played using the shuffle option.  This no longer works in iTunes version 11.1.5.5  How can I get an entire  playlist to paly one song after another by using the switch option?

    I created a playlist with 100 songs.  I want those 100 songs played using the shuffle option.  This no longer works in iTunes version 11.1.5.5  How can I get an entire  playlist to paly one song after another by using the switch option?

    You're welcome.
    Going back to your original post:
    5) Tried running Itunes in 'safe mode', running itunes as an administrator..nothing.
    Was that iTunes' safe mode as opposed to Windows' safe mode? iTunes safe mode is invoked by holding down CTRL+SHIFT immediately after clicking the icon to launch iTunes and continuing to hold until this message pops up:
    Click continue, then close iTunes and reopen. With luck iTunes now opens normally every time.
    tt2

  • I followed the instructions on creating a ringtone from a song in my library. It's not creating my 40 sec ringtone in my library to drag to ringtone section. Pls help

    I followed the instructions on creating a ringtone from a song in my library. It's not creating my 40 sec ringtone in my library to drag to ringtone section. Pls help

    Okay, so here is what happend.
    I deleted the song from my library since iTunes would not allow me to delete it from the purchased item list.  Then i pluged my phone into my computer and got this message:
    "iTunes has found purchased items on the iPhone “Paul’s iPhone” that are not present in your iTunes library. Do you want to transfer these items from this iPhone back to your iTunes library?"
    I selected "Transfer" and it showed up with a dotted circle next to it where a a song number would normally be displayed. Then fter a couple of minutes the dotted circle magically dissapered and was replaced by a number just like all of the other songs in my library.
    And best of all...it plays!!! 
    Thanks for you help!!

  • Can the Itouch 4th Gen create a playlist from the device?

    Trtying to find out if the Itouch 4th gen can create  a playlist from the actual device rather than having to connect to itunes all the time.

    Yes. See chaper 5 of the Users Guide
    iPod touch User Guide iOS 6

  • Hello, are there many others having problems with creating Genius Playlists from their iPhone 5's

    Hello People,
    are there many others experiencing problems creating Genius Playlists from their iPhone 5's???
    I have a 64GB Black iPhone 5 and a 32GB White iPhone 5, I have recently performed a fresh install (wiped phone memory and installed Apps individually again) yet even after this and no less then several calls to Apple I am still unable to create a genius playlist on either phone. The message I receive after hitting the Genius "star" is "The operation couldn't be completed. Operation timed out" Operation timed out."
    I have tried this also on 3G and receive the same message........

    Lawrence Finch
    ShadowDancer1000 wrote:
    I wish Apple would have provided more detail on how it worked. I wouldn't have posted this if I new that SMS & Mac Calling had nothing to do with Bluetooth pairing.
    You mean like this? Get help using Continuity with iOS 8 and OS X Yosemite
    Please note how Apple articulates this though.
    Check your settings
    Check the following settings on your iPhone, iPad, or iPod touch:
    Go to Settings > Wi-Fi and turn on Wi-Fi if necessary.
    Make sure your iOS devices are connected to the same Wi-Fi network by going to Settings > Wi-Fi and comparing the name of the network each is on.
    Go to Settings > Bluetooth and turn on Bluetooth if necessary.
    Go to Settings > General > Handoff & Suggested Apps and make sure Handoff is on.
    Go to Settings > Phone. If you see Wi-Fi Calling, turn it off.
    Sometimes things have to be explained in more detail for the general consumer who has been conditioned for decades to think about wireless  cellphone audio / light data to [anything other device else] connectivity in a certain fashion. That is to say Bluetooth dependent ...
    For the non-technical person, which overwhelmingly many Apple users are, they would see that bulleted point and think if Bluetooth is not paired and active, then they would not received the full scope of their Continuity features.
    It would have been better for the copywriter who wrote this to (*) footnote this entry and explain that while Bluetooth recognition may be necessary between Yosemite and iPhone, SMS Push to iMessage and Mac Calling does not require an actively paired connection as these functions are dependent on iCloud and both devices being registered on the same WiFi network.
    Thank you to all who helped me get my mind around and figure this out.
    It has also opened my eyes to how iCloud has become a critical link in Apple's overall walled garden  and business strategy.

  • How to copy attributes (as in which playlists) from one song to another

    Hi,
    Does anyone know how to copy the characteristics of a song--as in which playlists it appears in--from one song to another, so that the new song then appears on all those same playlists also? Or, if not, maybe you have some other idea for me:
    I'm working with a Mac. I have several hundred playlists with ~100 songs each, and about 3,500 songs in my iTunes. Most of these songs are currently AACs. I've realized I have a problem: If I want to burn disks with MP3-format songs, I will need to convert the AAC to MP3s to burn them. If I don't want to have thousands of duplicate songs, I will need to trash the AAC versions of those songs from my library. If I do that, they will disappear from the playlists they are currently in (one song might be in 20 different lists). If I had to manually take each MP3 version created, look at which playlists the original AAC version is in, drag the MP3 version to each playlist, and delete the AAC version, it would take a Looooong time. Does anyone know of any shortcuts? For example, is there some way to copy the information about which playlists a given song is in and then paste that info onto the new version so it now appears also in these playlists? Or some other idea? Thanks very much!
    Molly

    Never heard of any way of doing that. However, you may want to check out Doug's Scripts. There might be something there to help.
    http://dougscripts.com/itunes/index.php
    Best of luck.

  • How do I create a "playlist" from my list of videos?

    I have quite a number of saved videos but it appears I can only play them one at a time.  Is there a way I can create a playlist like I can with songs?  ie. pick one video, and then add more to the list so I can play back several videos in a row without having to go back and load each one separately.  HELP PLEASE!

    In addition to the DVD burner you'll also need software that is capable of authoring DVDs.
    I'm not a Windows person, but I believe Vista comes with an app called Windows DVD Maker.
    You might have more success finding people knowledable with it use at Microsofts support site.
    http://support.microsoft.com/ph/11732
    You cannot burn a DVD from iTunes.
    Matt

  • Can not create a playlist from Buffalo NAS drive

    Hi,
    I have a Buffalo NAS drive which stores my iTunes Library. When I try to create a playlist and highlight the songs I want, I cant seem to drag them across to the playlist. I'm assuming that is because they are on my NAS drive and not local. Is there anyway around this?
    ITunes 8.0.1 (11)
    Buffalo NAS Linkstation 320GB

    If the tracks aren't represented in the local iTunes library but only appear as a shared library, you cannot add them to a new playlist. You'd have to mount the Buffalo as an external drive and add the tracks to the local iTunes library: turn off the option to "copy files to Tunes Music folder when adding to library" in the Advanced preferences) and then use the "add to library" command under the File menu. The NAS will have to remain mounted whenever you want to use iTunes in this scenario.
    Otherwise, you'll have to consult the Buffalo's documentation to determine if it's possible to set up playlists on the Buffalo and if so what procedure to follow.
    Message was edited by: Dave Sawyer

  • Create a Playlist from your

    I know how to do one from the Zen Micro itself but how to i make one on the PC, i've installed the software and searched here aswell, also the manual is not the clear.
    Can someone do a step by step guide if possible? Thanks a million!
    Also could i add to a playlist when out with the player?

    hunterbgood wrote:[...] It just seems like alot of work to create a playlist.My other mp3 player just is drag all the tracks into a folder i've named and then copy it into the player.
    ^I prefer <B>Zen Media Explorer</B>- it's basically the same method of copying files as Windows Explorer- just highlight the tracks you want and drag them from your PC's music folder into whichever Playlist on your Zen that suits you.
    -Chris- wrote: Can I ask what the point of playlists are?
    Playlists are handy if you're in the mood to listen to a particular artist/style of music, etc.

Maybe you are looking for

  • Does backing up my hard drive to time machine gain me more space/speed on my iMac?

    I have an iMac. here are the specs: Hardware Overview:   Model Name:    iMac   Model Identifier:    iMac8,1   Processor Name:    Intel Core 2 Duo   Processor Speed:    2.8 GHz   Number Of Processors:    1   Total Number Of Cores:    2   L2 Cache:   

  • How to get Get IDOC Number for Inbound IDOCS

    Hi, I am using the FM -- IDOC_INPUT_HRMD for creating Inbound IDOCS. I populate the values for Control Record and Data Record and the IDOC is posted successfully and i get the status 53 in the status Table. But the problem is the field for IDOC numbe

  • Dropped lumia 520 in water and it wont turn on

    One week ago I dropped my phone in fresh water and it was completely submersed for about 2-3 minutes. I put it in a bag of uncooked rice for a couple of days and when I took it out it worked perfectly fine. However when it died I could not charge the

  • InfoCube design- partition of chararcters over IC - compression rate etc

    Hello, prerequiste for aggregation in an IC is that technical key is identical. technical key is formed of all DIM IDs and those in turn are formed by characters in appropriate dimension. That means all characters of all dimensions form up the techni

  • Oracle error when filter based upon union

    when doing a filter based upon on results of another request i get the following error. error : (Response came back as text, not XML) the saved request i am linking to has unions in it vs being a single request. If i link to a single request it works