Selecting a user playlist as source in Itunes DJ

Hi,
I'm using iTunes 9 with Apple script version 2.3. I'm fairly newbie in applescript
I would like to select a user playlist, say called 'Jazz', that is built by myself, and change it as the source in iTunes DJ. With Apple script.
So far I have managed changing the iTunes window to ITunes DJ by:
*tell application "iTunes"*
* set dj_playlist to some playlist whose special kind is Party Shuffle*
* -- ...and the source playlist for Jazz*
*-- ??? HERE*
*end tell*
Is it possible? any help would appreciated. Thanks.
Indy

No it isn't possible via the Apple TV 2, sorry.

Similar Messages

  • I do not want all of the playlists in iTunes to be synced to my iPhone. With iCloud I do not seem to have a choice. How do I select only certain playlists for my iPone?

    I have many songs and playlists in my iTunes account.  I do not want all of them synced to my iPhone 5S, but that has happened via iCloud, and it has caused a storage problem on my phone.  How do I select only certain playlists to be synced to my iPhone? 

    You need to start over with Music. On the iPhone Music screen uncheck sync music. Also, on the Summary screen uncheck "Manually manage music and videos", then sync and it should clear off your phone.
    Next, choose the music you want to sync. If you want to fit more on check "Convert higher bit rate songs to 128 kbps AAC". This will reduce quality slightly, but it won't be noticable unless you are using $300 headphones.

  • Delete Track from iTunes Library if in User Playlist

    Hello
    I want to delete [music] tracks from the main iTunes [10.7] library if they are in a user playlist.
    I saw (on dougscripts.com) an approach where the database id was obtained from the track in the playlist and this was then used to delete from the main library.  However, it does not seem to work:
                        delete (some track of thePlaylist whose database ID is (get database ID of deleteTrack))
      returns error -1708 "... doesn't understand the delete message"
    I think this is to do with a change to the way in which the main library is referenced, but if anyone can shed some light it would be much appreciated.
    Thanks.

    I found out what is happening: the tracks are shared from iCloud - via iTunes Match - which renders them un-deletable by AppleScript!

  • ITunes User Playlist Id

    How do can I get my AppleScript to get the user playlist id of a song? For example:
    tell application "iTunes"
    set thePlaylist to user playlist id of current track
    end tell
    How can I get something that functions like that theoretically should? If you just put "current track" it will show the user playlist id, I just don't know how to grab that number.

    Hello Neil D,
    You may try something like the following script.
    Note that [application's object specifier as record] coercion may work in some cases but not in others. Also, if the application has its own 'record' defined, you'd need to use 'as «class reco»' instead of 'as record' in the coercion statement in order to avoid terminology conflict.
    The code below is tested fine with iTunes 2.0.4 under OS9.1. Don't know about recent versions.
    Good luck,
    H
    PS. I'm not sure how safe it would be to use those playlist id's in real scripts. Are they guaranteed unique and static? Or how persistent? You'd better check it.
    -- SCRIPT
    tell application "iTunes"
    if player state is playing then
    set p to container of current track
    set i to (p as record)'s «class seld»
    --set i to (p as «class reco»)'s «class seld» -- in case of terminology conflict
    return {p, i}
    end if
    end tell
    -- END OF SCRIPT
    Message was edited by: Hiroto

  • HT2470 Why won't Itunes store my music library in my User/Music Folder, if I select my user name as a storage location in Itunes, Itunes creates folders for artist name right in my user folder, instead of in my user/music folder

    Why won't Itunes store my music library in my User/Music Folder? 
    If I select my user name as a storage location in Itunes, Itunes creates folders for artist name right in my user folder, instead of in my user/music folder.  This gets especially annoying because if I tell Itunes to store my "media" in my user/music folder, Itunes will then create a folder named "music" in my "music" folder and will also create additional folders in my user/music folder location to store other non-music media in as well. It is very annoying to see this lack of affinity for folders between two Apple created programs.

    Help iTunes locate your media folder:
    No content shows up in iTunes after updating
    http://support.apple.com/kb/TS1967

  • I can't sync selected songs and playlists with itunes

    On my laptop - I am unable to tick the "selected songs and playlists" to sync a cd i've imported. It only gives the option of replacing entire music library?

    Is entire music library selected now in additon to Sync Music being selected under the Music tab for your iPhone sync preferences?
    If you have manually manage music and videos currently selected under the Summary tab for your iPhone sync preferences with iTunes and you want to switch to syncing, you must select Sync Music under the Music tab first followed by selecting "selected songs and playlists" and your selections below.This will erase all music currently on your iPhone first. In regards to manually managing music and syncing music, you can do one or the other, not both at the same time.

  • User Playlists at iTunes Store

    What happened to the user playlists that were once available at the iTunes store? The were fun to browse and get download ideas from. Am I missing them or have they been removed?
    24" iMac Core Duo 2   Mac OS X (10.4.8)  

    Whoops, what I was referring to was iMixes. I found them...they sure are not easy to get to!

  • "Owner's Music" source on iTunes???

    I just bought a new PowerBook from an Apple Store and when I went to iTunes, the library had a source called "Owner's Music." There are over a thousand songs in this folder/source, and it has an "eject" icon next to it like an iPod has when it is plugged into the computer. I did not download these songs and they have never been in my library. How is that music there? Was it a gift from Apple? Most of the songs do not interest me, but a handful of them do and so I tried to drag them into my library and onto my iPod, but neither was possible. Why? Does anybody know what this is all about? Surely I didn't end up w/ a refurbished PowerBook w/ an old iTunes Library on it?? Can I get the songs I want out of that source/folder and put them in my library/iPod? Thanks for your help/suggestions!

    Beavis2084
    Looks like you're right:
    "Shared Music—If your computer is connected to a network, you can share your music with other Mac and PC users (in listen-only mode), and listen to stuff in their iTunes library too (in listen-only mode—you can't download or copy other people's tunes). Click the Shared Music disclosure triangle to see a list of everyone who's sharing, then select a user to view what he or she is sharing.
    Tip: If you've got a few "guilty pleasures" in your library, be prepared to take a ribbing from your cohorts if you dare share. To avoid possible embarrassment, open iTunes preferences (Mac users, choose Preferences from the iTunes menu; Windows users, on the Edit menu, click Preferences) and click the Sharing tab. Select the "Share my music" checkbox, then select the "Share selected playlists" radio button. You can then select which playlists to share (or create a playlist of songs specifically for sharing)."
    From http://www.apple.com/support/ipod101/tunes/1/
    The other giveaway clue is that it will be a blue icon.
    Regards,
    Colin R.

  • "Delete Selected Track Files" Applescript script fails for iTunes 7

    The Delete Selected Track Files script, which is found on the Apple site http://www.apple.com/applescript/itunes/, fails with a error message of "iTunes got an error: file track id 42130 of user playlist id 30791 of source id 40 doesn't understand the delete message." The message is the same regardless of which song(s) I try to delete. Does anyone know how to update the script or know of a workaround?

    Found my mistake. I was testing the script by playing a track from a shared iTunes library across my local net. As soon as I played a track residing on the local machine itself the script worked in iTunes 8.0 as it worked before on iTunes 7.x
    Apparently I'll need to code for the case of a shared track in order to correctly resolve the alias to the file track on the remote machine.
    Thanks Niel!

  • I'm unable to write/burn a CD-R (Verbatim) from a playlist after upgrading to iTunes 12.0.1.26. I get error 4000. I can however write/burn a CD from Windows Explorer and CDBurnerXP v4.5.4.5143 – which implies the device is working OK

    I’m unable to write/burn a CD-R (Verbatim) from a playlist after upgrading to iTunes 12.0.1.26. I get error 4000. I can however write/burn a CD from Windows Explorer and CDBurnerXP v4.5.4.5143 – which implies the device is working OK – and only fails when I write from iTunes.  The drivers are up to date
    Microsoft Windows 7 x64 Business Edition Service Pack 1 (Build 7601)
    Dell Inc. Latitude E6420
    iTunes 12.0.1.26
    QuickTime 7.7.6
    FairPlay 2.7.39
    Apple Application Support 3.1
    iPod Updater Library 12.0
    CD Driver 2.2.3.0
    CD Driver DLL 2.1.3.1
    Apple Mobile Device 8.0.5.6
    Apple Mobile Device Driver 1.65.0.0
    Bonjour 3.0.0.10 (333.10)
    Gracenote SDK 3.06.0.2770
    Gracenote MusicID 3.06.0.2770
    Gracenote Submit 3.06.0.2770
    Gracenote DSP 3.06.0.2770
    iTunes Serial Number 756D13C00C3583C8
    Current user is not an administrator.
    The current local date and time is 2015-01-13 14:47:35.
    iTunes is not running in safe mode.
    WebKit accelerated compositing is enabled.
    HDCP is supported.
    Core Media is supported.
    Video Display Information
    Intel Corporation, Intel(R) HD Graphics Family
    **** External Plug-ins Information ****
    No external plug-ins installed.
    iPodService 12.0.1.26 (x64) is currently running.
    iTunesHelper 12.0.1.26 is currently running.
    Apple Mobile Device service 3.3.0.0 is currently running.
    **** CD/DVD Drive Tests ****
    LowerFilters: SbCeCd (3.2.6.3),
    UpperFilters: GEARAspiWDM (2.2.3.0),
    F: HL-DT-ST DVD+-RW GU40N, Rev A103
    Drive is empty.
    The last failed audio CD burn had error code 4000(0x00000fa0). It happened on drive F: HL-DT-ST DVD+-RW GU40N on CDR media at speed 24X.
    F: HL-DT-ST DVD+-RW GU40N, Rev A103
    Audio CD in drive.
    Failed Reading table of contents, error 4000.
    Check the website of your computer or drive manufacturer to verify that you have the latest firmware for your CD / DVD drive.
    Audio CD reading failed. Error Code:   87 87 87 87 87 87 87 87 87 87 87 87 87 87 87 87 87 87 87 87.
    iTunes cannot play or import music from a CD in this drive. The drive may need a firmware update. Check with the manufacturer.
    Get drive speed failed. Error Code: 4000.
    The last failed audio CD burn had error code 4000(0x00000fa0). It happened on drive F: HL-DT-ST DVD+-RW GU40N on CDR media at speed 24X.

    Hi iTunes-1,
    Welcome to the Support Communities!  The error message you posted indicates a possible firmware update is needed for iTunes for Windows to work with your CD drive.  
    iTunes for Windows: Updating the firmware on your CD or DVD drive - Apple Support
    http://support.apple.com/en-us/HT201852
    Having outdated firmware can cause issues using CDs and DVDs with iTunes for Windows. Firmware is a type of software stored in a chip in hardware that can sometimes be updated.Identifying drives and firmware versions
    To run CD Diagnostics, follow the steps in this document.
    After following the steps to run CD Diagnostics linked above, look at section three to find out more about your optical drive(s).
    Here is an example of what section three might look like:
    In this example there are two drives. Drive E is a Samsung DVD-ROM drive with a model designation of SD-616 that has firmware version F000. Drive F is an NEC drive with a model designation of NR-7900A that has firmware version 1.08.Updating the firmware
    If the optical drive you are using came with your computer, check with the support site for your computer for a firmware update. Typically you will need to go to the support website for the computer maker and click on a "downloads" or "updates" link, and then enter your computer model designation and operating system version to see what updates are available. Then look through the available updates for a firmware update for your optical drive. Download the updater and run it. If you need assistance applying the update, contact the maker of your computer.
    If the optical drive you are using came as a separate part (was not included with a computer), check the support site for the drive maker for a firmware update. Sometimes the manufacturer is not clear in the CD Diagnostics results. In that case, you may just have to search the Internet for the drive model designation. You can usually find out who made the drive by looking through the results of such a search. Once you have identified who made your drive, go to the support website for that company. Look for a "downloads" or "updates" link, and then enter your optical drive model designation. Download the updater and run it. If you need assistance applying the update, contact the maker of the optical drive.Verifying that the firmware was updated
    Run CD Diagnostics again.
    Examine the CD Diagnostics results. The firmware version for the drive should be the new version.
    Information about products not manufactured by Apple, or independent websites not controlled or tested by Apple, is provided without recommendation or endorsement. Apple assumes no responsibility with regard to the selection, performance, or use of third-party websites or products. Apple makes no representations regarding third-party website accuracy or reliability. Risks are inherent in the use of the Internet. Contact the vendor for additional information.
    Last Modified: Nov 8, 2014
    Also, you mentioned that you have been successful burning a CD with the Windows OS.  Make sure that you have closed all software programs that can access the CD burner so that there isn't a conflict for the drive.   Sometimes chaning the burn speed from "maximum" to 8x can also help in this situation.
    I hope this information helps ...
    - Judy

  • Multiple iPod users on one computer, one iTunes

    Need help.
    We have 3 iPod 5th generation using one computer and each of us have different tastes in music/movies/games etc. I just spent 6 hours redoing my personal setting to resync my iPod after my son reset it for his tastes. Is there any way of setting up preferences within iTunes for each iPod to prevent or elivate this total waste of time. When adding new music, audiobooks, and/or movies it should be a no-brainer to resync them but it is a total pain-in-the-arse.
    Thank you

    When the iPods belong to different people, there are basically three ways of using multiple iPods on a computer and these involve:
    a) Sharing a single iTunes library
    b) Creating Multiple Libraries in a single user account
    c) Creating multiple user accounts.
    Note: When you are sharing an iTunes library, you don't have to set each iPod to update in the same manner, you can mix and match from the options below as each iPod has it's own update settings
    Sharing a Library and/or User Account
    If you want to share the one library, you can set either or all of the iPods so that they only get updated with only certain playlists (you can update from more than one if you wish): iPod - Syncing Music
    Choosing the update option "Sync Music - Selected playlists" allows you to create a playlist specifically for the iPod and drag the tracks you want into it. If you tire of the list and want to change it, you just add or remove the songs you don't want. The ones you take out out remain in the library to be used some other time if you choose. You can read more about playlists at these links:
    iTunes: Creating playlists of your favorite songs
    How to create a Smart Playlist with iTunes
    Or you can choose to update any or all of the iPods manually and just drag whatever content you want to them: Managing content manually on iPod
    Loading the iPod shuffle differs slightly but it can still be used with the others, for details have a look at this page: Adding songs to iPod shuffle - Windows
    Multiple Libraries
    It's also possible to have multiple libraries in a single account. To create or access a second (or more) library, hold down the Shift key in Windows when launching iTunes 7. In the resulting dialogue you will get the option to create a new library or navigate to the other Library.
    Note: You can only have one Library open at a time and iTunes will default to the last library opened if you don't use the keyboard command to choose one. This can prove tricky when using multiple iPods, if you don't use the keyboard command you can risk syncing to the wrong library: Using multiple iTunes libraries -Windows
    Separate User Accounts
    Another option is to create a separate User account for each person on your PC or Mac. Different accounts by definition would give you completely separate libraries. Each account has it's own iTunes folder, Library and iTunes Music folder and you load it with CDs etc just as you did with your original one. The iPod can be set to update however the owner chooses, sync all, manual or sync specific playlists
    I don't use Windows so I can't give you a step by step on that one, however I can point you to another web page which should help you out. You can read about Windows user accounts here: Using Windows XP User Accounts

  • Organized iPod playlists into folders in iTunes, but not showing up when iPod is disconnected. Please help!

    I organized my iPod touch playlists into folders in iTunes on my computer (while my iPod was connected to my computer) but when I disconnect and go to use the iPod separately, the playlists that I organized do not show up in the folders they were put into. They're still all jumbled up, rather than in the playlist folders. The folders show up on my iPod, but some are empty and some have a few but not all of the correct playlists in them. How can I fix this?

    Freespirit777 wrote:
    PLease note that you cannot organise ipod playlists or folders while it is NOT connected to iTunes, as you simply can't see them.
    Yes you can.
    If I'm not mistaken, this thread was started prior to the release of iTunes 11. iTunes 11 does "hide" Playlists and Playlist Folders, until you turn the Sidebar back on, using CTRL+S. Also, the top menu bar is useful, and that can be turned on with CTRL+B. However, that aside, nothing has changed regarding Playlists, You can (and have always been able to) create, alter and manage Playlists without having an iPod connected to iTunes. You then allow a Sync to synchronise those Playlists to the iPod.
    So use CTRL+B and CTRL+S and make sure you have the top menu and the sidebar showing, like so;
    Notice the Playlist Folder, that I've named "Test Folder". Inside it is a Smart Playlist ("Rating 1 star") and two regular Playlists ("Dummy list, do not use" & "Test list"). To create new ones of any of these items, click on the + symbol at the bottom of the iTunes Window (I've ringed it). You then see this:
    So that sorts out creating and managing them in your iTunes Library.
    Freespirit777 wrote:
    It looks like ipod doesn't have a folder function which is unhelpful and user unfriendly.
    That's not correct. At least, not as far as the Playlist Folders we have been discussing.
    Once the Playlists are Synced to the iPod, looking in the Playlists section on my iPod Touch, shows this;
    Notice the "Playlist Folder" (named Test Folder) on the list. Delving into that shows the three Playlists that we saw in iTunes. Notice the name of the Playlist Folder at the top, and the three Playlists in it, listed below (in alphabetical order):
    One thing that may be of further use to you; while arranging my iPod to get the screenshots, I found that it took two attempts to get the Playlists fully Synced with my iPod (I use "Sync selected playlists" with it). So if your first Sync doesn't put everything onto your iPod, try a second Sync.

  • I am a new iPad user who has transferred an iTunes library from my laptop to iPad. How do I sync my iPod touch with my ipad

    I am a new iPad user and have transferred my iTunes library from my laptop. How do I sync my iPod touch with my ipad

    You don't.  You synch your iPod to your computer.  There's no way to synch from iPad to iPod.  You can tranfer the same playlists to your iPod from the computer.

  • How to Manage Multiple Users' Playlists

    Hi - Can someone tell me the best way to manage playlists from more than one user on a single computer running Windows XP. In my case, I have four people in my house using a single computer. Each person has their own iPod and there own iTunes library. I would like to be able to download my own library plus one other person's music library (not all four) onto my iPod. I figured out a way to do this some time ago but it seemed clunky and I almost lost alot of music. Can someone explain the "right" way to do this? Thanks...

    You are doing what I do at home. My music is stored on a network drive though.
    This is one of the recommended methods for people to manage different iPods. The most important consideration now is whether you are using users accounts or if everyone is running as admin. Also, where the files are store matters. If you are using default location the it will be /user/My Documents/My Music/iTunes.
    http://docs.info.apple.com/article.html?artnum=300432
    As long as a user can access files in the other users' folder then all you have to do is use the add file or add folder function to add the files to your own library.

  • Error when selecting a user

    Hi everyone:
    We have implemented SAP NetWeaver 7.0, and we defined "ABAP System" as Data Source.
    We've come across a strange error while selecting some particular users (clicking on user) in Netweaver under User Management -> Identity Management > Selecting a User (clicking on user)
    "java.lang.NoSuchMethodError: com.sap.tc.webdynpro.services.sal.url.api.WDURLGenerator.isSecureURL(Ljava/lang/String;)Z"
    So far, this error has happened only when selecting a user that has the E-Mail field defined in the ABAP side. If we delete the E-Mail address from de ABAP account and then select the user in the Java Identity Management, the error disappears and the user account is perfectly shown.
    Any suggestions guys??
    Regards,
    Pablo Vaquero

    Hi Ravi,
    Thank for your reply.
    That indeed is the issue!... Since we have defined "ABAP System" as the Data Source, the E-Mail field can only be mantained on the ABAP side. But, as I've said on my previous post, when we fill this field in the ABAP side for any particular user and then want to see this change in user details on the UME side, when clicking on that particular user we get the error mentioned above.
    Regards,
    Pablo

Maybe you are looking for

  • 'reset all settings' on iPhone4 breaks passcode options!

    Wow, really annoying bug! I setup my iPhone 4 from a backup of my 3GS, but I decided today to reset the setting after hearing that setting up from a backup isn't always the best idea and might affect battery life. I figured, why not? Wellll, everythi

  • Printer not prompting when doing double sided copies

    According to the manual, my Hp 7645 is supposed to prompt when to place the second original in the feeder when doing double sided copying.  Well, is not.  I've followed all the directions; checked all the settings, but the darn thing will spit out th

  • Lock records command

    Hi all, I have a scenario where i have to lock the lookup table records for editing. So that other users cannot edit the record. I am processing the lock record command for records which are not locked by other session (LOCK_BY_OTHER_SESSION). Lets s

  • Cannot change dock icons

    I have change several icons. Some folder and some dock icons. All went well except dashboard and iCal. The change for them is reflected in finder but not the dock. I even changed the new icon from a document to a png file and changed the dashboard pn

  • NonAscii Characters after data load

    Oracle 10g R2 and HPUX - Excell 2007. I am loading one table of data from Microsoft Excell to SQL Server 2008 and then to from SQL Server 2008 to Oracle 10g R2 database. I am accomplishing the above task using SSIS package(ETL tool). When I point SSI