Printing Specific Lists from iPod

I do DJ work and at times need to have (handout) lists by author, song title or album - even genre at times. I'm looking for a time efficient way to do this. I try grabbing all albums or artists in the Browser of iTunes but it gives me everything instead of a single list of all artists or albums. Any ideas would be appreciated

actually that didn't work. for what I needed. I need a list of:
A. Artists
B. Albums
C. Songs
what I got going that route was a xml file that was huge and would take me months to deal with.
My feeling is iTunes libraries look like excel files but I can't grab the needeed columns and manipulate them the way I want to. Quickly is the key here. Prior to a gig I would like to go for a genre and print what I need. and not get every song listed in the library.

Similar Messages

  • Error printing pick list from IW32

    Hi all,
    When trying to print pick list from transaction IW32, I get this error message:
    Express document "Update was terminated" received from author ...
    When I checked out this error message in SM13, I found this:
    Transaction code: IW32
    Module name (function): PM_ORDER_PRINT_CONTROL
    Status: Update was terminated
    Raise exception: KEY_NOT_FULLY_SPECIFIED (Complete key not entered)
    The shop paper (pick list) is customer defined (Z*) under application area O (Maintenance orders). This shop paper is set up to print to a certain printer, P1, and printing other PLM documents on this output device works fine.
    Does anyone have an idea what can be causing this error?
    All helpful answers will be rewarded.
    Best regards,
    MV

    Hi,
    I have tried to print the pick list several times, in development, test, and production systems. It fails with the same error each time.
    Do you have any ideas why this error occurs, is there any special IMG activity or PLM configuration that I could check to see if some printer settings are wrong?
    Regards,
    MV

  • Print event list from iCal

    I manage different calendars, private, work, hobby etc.
    Now, I would like to print a list of upcoming events from one of those calendars.
    My iPhone has a "list" option that does exactly what I want, but I can't print that.
    I have tried File/Print selecting only the wanted calendar and a date span, but I don't get the expected result.
    iCal will print ALL the days within the time span, including dates with no entry. I would like to see only a list with events...
    Is this possible in iCal?

    The only way I have found takes a few steps, but it is not too complex.
    - It requires the desired events to have a common set of characters in each event so the Search function will pull them out together (e.g., xxx, day, class, etc.).
    - These common characters can be in the main event text box at the top of the event, or they can be anywhere in the event (in the location field, in the note section of the event at the bottom, etc.)
    - Next, be sure the Calendar is selected on which these events are listed (top left corner click on Calendars and put check in the appropriate box(es).
    - Next, click in the Search box in the top right of the main Calendar window and type the common characters set you entered in all the events (e.g., day).
    - This opens a window pane at the bottom of the Calendar window.  To make the window pane larger click on the top of the window pane and drag it towards the top of the screen.
    - In the window pane is a list of all the events that meet your search criteria.
    - Click on all the events you want to print (<shift>mouse click on a range and <command>mouse click work here)
    - Select print Calendar (File/Print, <cmd>P, ...)
    - In the print window, first select or unselect the Calendars to print (so only the desired Calendar keys print)
    - Next, in print window, at top in View, select "Selected Events"
    - Select the print options you want
    - Click on Continue, with takes you to the Printer window, and select the print and click Print (or PDF)
    Done!
    I believe this is much harder than it should be. I haven't yet found a 3rd party app that makes this any easier.

  • Printing a listing from an array of objects

    I know I'm missing something simple here but for the life of me I can't spot it. The code below should print a list of student names to the screen. At the moment it only prints the last name entered into the array. I will kick myself when I see the answer but can anyone suss this out ? Many thanks for any help.
    // A Program called StudentDetails3.java which inserts student names into an array according to
    // a calculated hash Index and then prints out the name list in this order
    import javax.swing.JOptionPane;
    public class StudentDetails3
    // Member Section
    // Private members
    private static String studentName;
    // Public members
    public static String input = JOptionPane.showInputDialog(" Please enter the number of students in the class : - ");
    public static int maxNum = Integer.parseInt(input);
    public static int hashIndex = 0;
    // Constructor Section
    StudentDetails3 ( String newStudentName )
    studentName = newStudentName.toUpperCase();
    // Method Section
    public int hashCalc()
    int total = 0;
    for( int charNo = 0; charNo < studentName.length(); charNo ++ )
    char letter = studentName.charAt(charNo);
    int asciiVal = letter;
         if( studentName.charAt(charNo) ==' ')
         asciiVal = 0;
         total = total + asciiVal;
    hashIndex = total % maxNum;
    return hashIndex;
    public void output()
    System.out.println(" The student's name and hash index is " + studentName + " " + hashIndex );
    static class DetailsStorage
    // Member Section containing the array into which the student objects will be inserted
    private Object [] array;
    private int current;
    // Constructor
    DetailsStorage ( int noOfStudents )
    array = new Object[ noOfStudents ];
    current = 0;
    // Method for adding name to array
    public void add ( Object StudentDetails3 )
    {  if ( array [ hashIndex] == null )
    array [ hashIndex ] = StudentDetails3;
    else if ( (hashIndex + 1) <= (array.length-1) )
    do
    { hashIndex = ( hashIndex + 1 );
         if ( array [ hashIndex ] == null )
         {   array [ hashIndex ] = StudentDetails3;
         break;
    } while ( (hashIndex + 1) <= (array.length-1) );
         else
              for ( int firstLp = 0; firstLp < array.length; firstLp ++ )
         if ( array [ firstLp ] == null )
         {   array [ firstLp ] = StudentDetails3;
                   break;
    public void printOut ( )
    {   int loop = 0;
    System.out.println ( " Name\t\tCourse " );
    System.out.println ( "____\t\t_________ " );
         for ( loop = 0; loop < array.length; loop ++ )
         System.out.println ( ( ( StudentDetails3 ) array [ loop ] ).studentName );
    // Main Program for testing
    public static void main( String[] args )
    {   String  name;                                              
    // Obtain list of names from the user
    DetailsStorage nameList = new DetailsStorage( maxNum );
    for( int lp = 0; lp < maxNum; lp++ )
    {   name =  JOptionPane.showInputDialog(" Please enter the name of student in full ( e.g. Gareth Edwards )");
    StudentDetails3 newDetails = new StudentDetails3( name );
    newDetails.hashCalc();
         nameList.add ( newDetails );
    newDetails.output();
    nameList.printOut();
    System.exit(0);
    }

    You've made the student name a static field, which means that there's only one for the whole class.
    So the last one you input is the one you use for everybody.

  • Printing a list from Contacts via Pages

    I'm not sure if this is an Address Book question or a Pages question, but I am posting it here.
    I want to print a list of my contacts from the Address Book via Pages so I can format it appropriately. I have looked at mail merge, but that seems to insist on a page break between each record. what's the best way to do what I am trying to achieve ?

    Thanks, but having read it that looks a rather long winded and clumsy approach to the problem.
    Actually, I've just done a bit more Googling on the problem and I realize there is a print option I was overlooking (when I expand the print options) that will create a list of all contacts.
    Hmm, looked at that a bit more and there is not much control over which fields are included, won't really do the job.
    Is there really no off the shelf Apple solution to what seems to me to be a pretty basic and frequently wanted requirement ?
    Message was edited by: tonydenson

  • Printing Picking list from LT31

    Hi all,
    I have to print a picking list from the TO & WH as input...
    i have created the smartform and a driver program with two input fields TO & WH.....
    and it worked perfectly....
    now user wants to use the tcode LT31 for printing ...now i want to know how to pass the values of TO & WH from screen of LT31 to my driver program...
    thnx
    RK

    Hi,
    There is a transaction called 'OMLV' . Here you have to configure your smartform as well as the print program. There is a program called RLVSDR40. You can use it of your own zprogram. This is a program for print control for warehouses with Storage Unit Management.
    In the print code , Warehouse Number segment  of OMLV you have give the 'Print program name' and Warehouse movement segment you have to pass your form name.
    You can ask your functional owner to do the configuration.
    Hope this will help u.
    Thanks,
    Abhijit
    Edited by: Abhijit Mandal on Jan 22, 2010 8:04 PM

  • Printing Contacts List from Backup Assistant Webpage.

    What is the trick to printing your contact list from the Backup Assistant webpage?
    I selected all contacts, then selected "Select All Contact" then clicked Go.
    I used no filters, and it shows I have selected all 156 contacts, but when I click on Go (to print), nothing happens. If I click Command P on my Mac, it just prints the 8 contacts on that page. There is no way to view all of my contacts at once, otherwise it would be easy to print them, but as it stands now, I would have to click on each Next Page to print them all, 8 contacts per page, meaning 19 pages...a colossal waste of paper.
    Anybody have an idea on this?

        drsdc
    I'm sorry to hear about the trouble you're having with printing your contacts! I definitely want to make sure you can get the details you need from your online contact info. Are you able to export the contacts instead? This may allow you to format them in a way you'd prefer to print them. http://vz.to/19joHKi
    RuthW_VZW
    Follow us on twitter @VZWSupport

  • Print Packing List from Delivery at Goods Issue

    We are facing an issue with our packing list for a division we are going live with in three weeks.  Our current business process for our plants already on SAP is to create the Packing List when the Delivery is created, with timing code "3" in the Packing List output condition, but to not print it until the "Check-in" button is clicked with the Shipment in VT02N based on an activity profile.
    However, for the service shipments in this division going live August 1, we do not need to create a Shipment nor generate a Bill of Lading from VT02N.  We will post goods issue from the Delivery itself, and we want the Packing List to print at the time of Post Goods Issue from the Delivery.  We have an access sequence for these service Deliveries with Shipping Point/Distribution Channel/Delivery Type, so only Distribution Channel 02 Deliveries will have Goods Issue from the Delivery, but we are not sure how to get the Packing List to not print until Goods Issue.  Any advice would be appreciated.
    Regards,
    Jeff Stewart

    Go to IMG>Logistics Execution>Shipping> Basic Shipping Functions>Output Determination> Maintain Output Determination for Outbound Deliveries.
         Select the Procedure you are using and check the control data to find the Cond. Type you are executing at the moment of the Outbound Delivery.
         Check the fifth column and see you have plenty of options, check them out helped by an ABAP team member; if there is nothing already there, just ask him/her to create a new routine with the validation you need and set it there.
    This is the same that Joao is suggesting I just went a little bit more in details.
    Good luck Jeff!

  • Removing specific podcasts from iPod

    Hello,
    I apologize if this is a simple question, but I'm not sure the best way to handle. I subscribe to many podcasts. I have it setup so that ALL podcasts are synced with my iPod. Once I have listened to a specific podcast, I will usually go into my Podcasts in iTunes and delete the ones that I no longer want. Then, when I sync, the podcasts are deleted off the iPod. However, sometimes I do not want the podcasts to be deleted from iTunes. Just the iPod. That way, I have the podcast incase I ever want to go back to it and listen to it again. It also doesn't clutter up my iPod.
    Question: What's the best way to do this? I tried to un-check the checkbox on the episode I didn't want sync'ed, but it still showed up on my iPod. Do I need to go into the iPod as well and delete the episode?
    Hopefully I'm making sense. Thanks for the help!

    To do this, I think you would need to go to edit, and then preferences at the bottom while your iPod is connected. Then, under the ipod tab, click podcasts. The selected button should be "Automatically update all Podacasts".
    Then, at the bottom there is a dropdown box, which is probably selected at "Update: All episodes". You ca change this box to one of 4 options: "Update: All episodes; Only checked episodes, only most recent episodes, or Only unplayed episodes"
    If you set it to update only checked episodes, then your problem should be solved.
    Another solution could be to manage the podcasts manually, which is the most organized route I personally think.
    Hope this solves your problem, And congrats on your first post.(lol I only started yesterday)
    (soon to be) Imac 20 inch core duo, 2 GB of RAM, 500 GB hd (but for now) old hp laptop   Windows XP  

  • IPhoto 6 not printing photos imported from iPod Movie

    Thought I had it beat, on a 6 week tour of Europe I downloaded all my photos (2,500) from my digital camera straight onto my iPod movie. This worked beautifully. Could even preview photos on iPod. Got home, imported all photos from the iPod onto my iMac PowerPC G4 using iPhoto 6 - v6.0.6, the leftover photos on my digital camera went straight onto the iMac.
    Trouble is the photos that were downloaded from the iPod will NOT print. The photos in the folder downloaded from the camera WILL print. All photos can be viewed and edited but the photos that were stored on the iPod simply will not print.
    What do I need to do to get these photos to print?

    Are you sure there are no updates for iPhoto 6 waiting for you to install?
    Run software update and be sure.
    Regards
    TD

  • Print contact list from my blackberry??

    I'm trying to print all my address book from my black berry  8820.  i assume i connect it to  my computer but then what?
    thanks,
    Jim

    So what you need to do, is connect it to your computer, then Run the BackUp Program, so it saves a backup to your computer. Then you need to install ABC Amber BlackBerry Converter which is $19.95 from http://www.processtext.com/abcblackberry.html Or the demo verison only does 10 at a time. It can do eveything, make list, turn it into PDF HTML everything. There really is no free way to do this. But it shows everything! Like what buttons your pressed during calls, deleted text messages, just everything.

  • List from Ipod to itunes?

    Hello I had to install Itunes new. Now all my lists and albums disappeared. I have them on my Ipod. Can I bring them to Itunes. What can i do for the future, if I have to install again new?
    Thanks alot

    Make a backup of the ITL database file. It holds all the play lists, ratings, play counts, etc.
    http://support.apple.com/kb/HT1660
    Assuming you put all your music back in the same place, you can open itunes using that library and be good to go. I back that file up weekly, more often if I've added lots of music and ALWAYS before an itunes update.
    And I don't know how important those playlists are to you - if you feel like shelling out about $20 for a 3rd-party ipod manager, such as CopyTrans, you can get them from the ipod.

  • How does one delete specific photos from ipod touch 2nd gen (with ios 4.2.1)?

    I would like to delete some photos from my ipod touch 2g, ios 4.2.1, but I can't just sync it to my (new) computer because then all of them would get deleted because I don't have the photos that I have on my ipod on my new computer. Help!?
    Thanks

    - You can email the ones you want to retain and the restore the the iPod on the the new computer
    - You can use a third-party like PhoneView or TouchCopy (both paid) and maybe the free
    iFunBox for Mac | File Manager, Browser, Explorer, Transferer for iPhone, iPad and iPod Touch
    tio copy them to the computer.

  • Viewing music titles / song lists from iPod on iTunes

    I have updated iTunes on my computer (Windows XP) several times over the last few years & now when I connect my iPod to the computer, I don't seem able to view my music titles / song lists. Anybody know why or how I can do this?
    Now when I click on the iPod icon... I get a 'Summary' page, a 'Music' page with an option to 'sync' etc... but cannot see my music content on the iPod...
    How (e.g.) can I delete or change content on my iPod??
    Any help/instructions/solution gratefully received!

    Have you clicked on the small disclosure triangle to the left of the iPod listing (under "devices" in iTunes)?

  • ITunes Recognizes Only Pasrtial Music List from ipod

    Hello. I dug out my drawer my older ipod (5th generation) and found that I had 1100 songs on it. However, when I tried to "import" the songs or add them as files, itunes only recognizes about 100 of the songs. The songs that are recognized are listed in alphabetical order A - C. Songs starting with "D" and on are not recognized. However, the ipod shows and play them all. Any suggestions would be greatly appreciated.
    Thanks in Advance!
    Ed

    I'm pretty sure there's no way in iTunes to do what you're wanting it to do ...
    But there is one thing you can TRY. I don't manually manage either of my iPods, so I'm not sure if this will work:
    1. Connect iPod and view it's contents in iTunes.
    2. Right-click the playlist in question and view the options there. If there is an Export Playlist option, you can try exporting it.
    3. Disconnect the iPod and then import the playlist back into iTunes and see what it does.
    Not really sure what the outcome would be or if it's even possible, but you can try that.
    Probably your best bet would be to try one of the third party file-copy and music management software programs like YAMB or CopyTrans. I'm not sure, but I'm guessing at least one of them can copy the playlist file into some sort of exported playlist file or something.

Maybe you are looking for