How to convert 'time' readable value?

When I print just a playlist of iTunes directly on my printer, the time taken by each song fate of easily readable as way for example: 03:27 or 03:08 (minutes and seconds). Choice of the paper version iTunes does not unfortunately for our situation (a dance group need more songs on one page for the program of dances to play each week that would take on one of the pages in the iTunes of a print to the list). I learned how to export the play list in a text file and load to Microsoft Excel (which allows to print more lines per page), but the time taken by each song comes out as just a number (for example, 207 and 188 for the examples only). These values are to be a constant percentage of minutes + seconds digits. It should be possible to convert. But how? It is not among the options provided by Excel when loading a text file.

I'd hate to convert each hand!

Thank you.

P.S. I have a Mac Mini, as indicated below, but the problems that I have described are spend on my Windows 7 PC.

Rather than address the export, it would be easier to simply copy (from view songs in your iTunes library) and Paste into Excel.

So if you have this in your library:

.. .you will get this in Excel:

Note that the time of stay in the format mm: SS .

Tags: iTunes

Similar Questions

  • How to convert times from second to hh with CVI

    How to convert times from second to hh with CVI?

    Can anyone advice?

    It's here. As I told you, it's very simple:

    //----------------------------------------------------------------------
    // Function secToHMSstring ()
    //----------------------------------------------------------------------
    /// HIFN secToHMSstring ()
    /// HIFN The function takes an amount of seconds and returns a string with
    /// HIFN the corresponding value in H:M:S format
    /// HIPAR sec/Value in seconds to convert
    /// HIPAR verbose/If True use "hms" separators; if not, use ":" separator
    /// HIPAR string/The output string. It is responsibility of the programmer
    /// HIPAR string/that the string is large enough to keep the resulting text
    /// OUT string
    void secToHMSstring (int sec, int verbose, char *string)
    
    {
        int     hh = 0, mm = 0, ss = 0;
    
        if (sec >= 3600) {
            hh = sec / 3600;
            sec -= hh * 3600;
        }
        if (sec >= 60)
            mm = sec / 60;
        ss = sec - mm * 60;
    
        strcpy (string, "");
        if (verbose) {
            if (hh > 0) sprintf (string, "%s%dh", string, hh);
            if (mm > 0) { if (strlen (string)) strcat (string, " "); sprintf (string, "%s%dm", string, mm); }
            if (ss > 0) { if (strlen (string)) strcat (string, " "); sprintf (string, "%s%ds", string, ss); }
        }
        else {
            if (hh > 0) sprintf (string, "%s%d:", string, hh);
            if (mm > 0) {
                if (strlen (string)) sprintf (string, "%s%02d:", string, mm); else sprintf (string, "%d:", mm);
            }
            else if (strlen (string))
                strcat (string, "00:");
            if (strlen (string)) sprintf (string, "%s%02d",  string, ss); else sprintf (string, "%d", ss);
        }
    
        return;
    }
    
  • How to convert a different value of black color photos

    How to convert a different value of black color photos

    There are many ways to do it. You can open it in Camera Raw and check the box "convert to grayscale".

    Or you can add a B & W adjustment layer in Photoshop:

  • How to convert the binary value to a binary string in labview?

    Hi all

    I need to convert the binary value to a binary string. We have decimal or hexadecimal or octal number to decimal string, hexadecimal and octal string

    Hi pgm, use the function 'Format to a string. See the attached example. "%b" is the binary number in number in string format specifier.

  • How to convert the Null value to 0 after the outer join?

    Hello guys

    My requirement is in fact 2 of outer join tables (that's how), and I got the outer join works very well, so in my report, I have values null of measures in another table of facts as a result of the outer join...

    Is there a way I can convert these nulls to 0?

    I realized that the null value is not stored in the table, it is just following the outer join because the NULL do not match records in other... So by default, I'm expected to get NULL values...

    Is there way to present these nulls to 0?

    Thanks a lot for your advice

    In response, the syntax will be:

    IFNULL (, 0)

    try and let us know how you go.
    See you soon
    Alastair

  • How to convert a readable EMZ file in Windows?

    I was sent an EMZ file that I can't seem to open or view. I have Microsoft File converter on my Windows 7, but it opens a page that is not understandable. How can I open this file?

    Only a very strange person would send such files: p

    http://answers.Microsoft.com/en-us/Windows/Forum/Windows_7-files/how-do-i-open-it-EMZ-files/a4759966-8145-E011-9577-d485645a8348?auth=1

  • How to convert the Editfield value chain

    Greetings

    Please help me to convert the editfield in sting.

    with the help of toString (), it does not convert it to a string.

    Help, please

    concerning

    Anthony singh

    arkadyz is located...

    but you must put this line in an event thread... because you enter the value in an editfield dynamically (at runtime) he must go and look after that the value has been added...

    As you can use a button... When you click on it, then the value is extracted from the help:

    final String text = SmsField.getText ();

    and your dialog box appears...

  • How to convert the numeric value to 2 decimal places in java

    Hi all
    My requirement is a double value in the print format #, #. ##. I used the following code

    Double val = 1000;
    DecimalFormat d = new DecimalFormat("#,###.##");
    d.format (Val);

    the output I got is 1,000, but I need the output as 1 000,00


    Can someone please help?


    Thank you
    Sunny

    Felipe says:
    If you still need print 2 decimal places, use model #, #. # 00

    Nope.

    DB

  • Convert time GMT AEST(australian timing) in SQL

    I once solved based on the field. How to convert time resolved GMT WAS in where condition?

    Hi Gayathri Venugopal,

    Gayathri Venugopal wrote:

    I once solved based on the field. How to convert time resolved GMT WAS in where condition?

    You can do something like this:

    select from_tz(to_timestamp('2015-08-18 11:30:05','yyyy-mm-dd hh24:mi:ss'), 'UTC')
    at time zone 'Australia/West' from dual
    

    OR

    select from_tz(to_timestamp('2015-08-18 11:30:05','yyyy-mm-dd hh24:mi:ss'), 'UTC')
    at time zone 'Australia/Melbourne' from dual
    

    Don't know your data/settings NLS session, so it would not be a perfect solution, I guess.

    In addition, this issue concerns mainly SQL if you can post in the appropriate forum: SQL

    I hope this helps!

    Kind regards

    Kiran

  • How to convert facebook in table settings

    Hello

    I looked for answers for days now and it seems that there is little support in regards to facebook api in flash. I would just ask for help regarding managing facebook params when loaded to Flash.

    I use amfphp and flash professional. I managed to get the params help

    var paramObj:Object = LoaderInfo(this.root.loaderInfo).parameters;

    This property returns 5 params:

    • session
    • height
    • fb_fbjs_connection
    • fb_local_connection
    • Width

    What I am interested in getting the values of session. My question is how to convert those session values in a table or how can I get the uid and the session_key?

    This is the exact return to a string:

    {"uid":"1448570087",
    "session_key":"2.LpHrIZ9IOujNzZBVf7W_Wg__.3600.1290628800-1448570087",
    "secret":"vZnL1HJsaI4QpNtqdNaYNQ__",
    "expires":1290628800,
    "access_token":"1130039|2.LpHrIZ9IZBVf7W_Wg__.30.1290628800-1448570087|B_Am374cQL-0LH4RpgRYq9Y",
    "sig":"6452254773f997495ca1b21ef3a407ef"}
    
    

    Any help would be appreciated.

    See you soon!

    Here is a quick and dirty JSON parser. She can't cover all cases, but it works with your case. It analyzes the thing you get from Facebook in an object.

    var jsonString:String = '{"uid":"1448570087","session_key":"2.LpHrIZ9IOujNzZBVf7W_Wg__.3600.1290628800-1448570087","secret":"vZnL1HJsaI4QpNtqdNaYNQ__","expires":1290628800,"access_token":"1130039|2.LpHrIZ9IZBVf7W_Wg__.30.1290628800-1448570087|B_Am374cQL-0LH4RpgRYq9Y","sig":"6452254773f997495ca1b21ef3a407ef"}';
    
    var pairs:Array = jsonString.match(/"\w+":"[\w\.\|-]+"/g);
    // create object
    var jsonObject:Object = { };
    
    for each(var pair:String in pairs) {
         pair = pair.replace(/"/g, "");;
         trace("pairs split left =", pair.match(/.*(?=:)/), "right =", pair.match(/(?<=:).*/));
         // create property from left part and assign value from the right
         jsonObject[pair.match(/.*(?=:)/)] = pair.match(/(?<=:).*/);
    }
    // check the object
    for (var prop:String in jsonObject) {
         trace("from object", prop, "=", jsonObject[prop]);
    }
    

    Tracing output is:

    pairs split left = uid right = 1448570087
    pairs split left = session_key right = 2.LpHrIZ9IOujNzZBVf7W_Wg__.3600.1290628800-1448570087
    pairs split left = secret right = vZnL1HJsaI4QpNtqdNaYNQ__
    pairs split left = access_token right = 1130039|2.LpHrIZ9IZBVf7W_Wg__.30.1290628800-1448570087|B_Am374cQL-0LH4RpgRYq9Y
    pairs split left = sig right = 6452254773f997495ca1b21ef3a407ef
    from object uid = 1448570087
    from object session_key = 2.LpHrIZ9IOujNzZBVf7W_Wg__.3600.1290628800-1448570087
    from object sig = 6452254773f997495ca1b21ef3a407ef
    from object secret = vZnL1HJsaI4QpNtqdNaYNQ__
    from object access_token = 1130039|2.LpHrIZ9IZBVf7W_Wg__.30.1290628800-1448570087|B_Am374cQL-0LH4RpgRYq9Y
    
  • How to convert binary data from the Panel controls in ASCII values?

    Hello

    I seemed to face a roadblock with how to convert binary values in ascii.

    I created this .vi to save all control values in an .ini file and call them at that time where I will carry out the .vi as shown in the file attached. Registration key to simply save the data and Cancel button discards all current changes.

    I would like to understand how to retrieve all the values of control to ASCII, so I assign to a global variable for later use. I've looked everywhere for a good reference document, and I couldn't find one that would explain my question. I would be greatly appreciated if someone could point me in the right direction.

    Thank you

    Sam

    I tried a simple way to save control values in the front panel

    Not reinventing the wheel, when there are ready to use of solutions, for example:

    http://sine.NI.com/NIPs/CDs/view/p/lang/en/NID/209753

    Use the MGI save & restore settings VI of the palette (for example, it records all the settings that have been changed in a graph, which is very useful) and the MGI Save (restoration) Front Panel data live (to save and restore control values in the front panel).

    Here is an example:

  • How encrypted emails can be converted into readable text?

    All my emails in Inbox disappeared from Thunderbird. I opened the subfolder "Inbox" under "Profile" (using WordPerfect to open) and I think that the missing e-mails are there. However, they are coded and I can't make any sense of them. Does anyone know how to convert them into readable text? I use Windows 7.

    Says that the file file type is "file".

    I spent 3 days on this now and I'm tired. I think I'll try using some e-mail recovery software.

    Thank you for your help.

  • How to convert sysdate to any given time zone

    Hello friends,

    I have asked this question in an interview and I couldn't respond.

    Question:


    How to convert sysdate to any given time zone

    as sysdate IST or EDT etc.

    Sriram_91 wrote:

    Hello friends,

    I have asked this question in an interview and I couldn't respond.

    Question:

    How to convert sysdate to any given time zone

    as sysdate IST or EDT etc.

    Don't know if you want, but here goes:

    My current timzone, I am in the time zone of Phoenix, AZ is (including 7 hours BEHIND GMT aka - 07:00).  Therefore, the MST.  To convert it to EDT (aka New York City), I do this:

    SELECT SYSTIMESTAMP AS Phoenix_TZ
          ,CAST(SYSTIMESTAMP AT TIME ZONE 'America/New_York' AS TIMESTAMP WITH TIME ZONE) AS NY_TZ
      FROM dual;
    

    @

    I hope this helps.

  • Help: How do reset you default values for the session and the time-out at the admin level

    Hello

    The DBA was trying to save the settings of time-out value by following the instructions and it kept him setting a default off 28800 timeout of Session Timeout and Idle of 3600.

    He saved the value 1, and now we cannot get to change.

    How do reset you the default preferences?

    Bill,

    Sorry, I missed your point. To undo this damage, try this:

    Connect as SYS

    ALTER session set current_schema = apex_030200
    /
    wwv_flow_platform.set_preference (p_preference_name-online 'MAX_SESSION_IDLE_SEC', p_preference_value-online 3600)
    /
    wwv_flow_platform.set_preference (p_preference_name-online 'MAX_SESSION_LENGTH_SEC', p_preference_value-online 28800)
    /
    Commit
    /

    Adjust 3600 and 28800 as you like.

    Scott

  • How to convert the number in time

    Hai All

    How to convert number of datetime function

    I have number 0825 in a table t1 and another table, I have a column of type date

    How can I subtract

    0825 respondent

    Concerning

    Srikkanth.M

    Published by: Srikkanth.M on April 3, 2010 01:18

    Try

    SELECT (
             INTIME
             -
                 TO_DATE(TO_CHAR(Intime,'DD-MON-YYYY')||' '||
                 TO_CHAR(0825,'0000'),'DD-MON-YYYY HH24:MI')
            ) * 24*60 time_diff
    FROM   T1;
    

    * 009 *.

Maybe you are looking for

  • HP Slimline 410-010 desktop: driver for my wireless card, cannot connect to WiFi

    I just reinstalled WIndows 7 Professional. I find all the drivers except for the wireless adapter, I can not connect WiFi, here is the card number. I searched and could not find the driver. Thanks for any help.  PCI\VEN_10EC & DEV_8179 & SUBSYS_804B1

  • win xp drivers

    I just bought a Lenovo H215 desktop with win 7 preinstalled. I installed another hard drive (disconnected one supplied with the system) and installed win xp pro. I downloaded the drivers on the support site for Lenovo for xp and I am not able to inst

  • HP 1510 Series All In One Printer fails to print documents

    I have a HP Deskjet 1512 printer all-in-one. Windows 7 operating system It worked fine until I lost enternet service for several hours. After my service was restored, the printer will make copies but NOT print documents. The print queue is empty.  I

  • Phone number format

    Hi team,need your help, I am using oracle 11G.My phone field is of type varchar2 and it shows data on format below.81668798343000000000000I wanted to remove unwanted zeros.result should be 816687983430Please help me out here

  • Where is the Chrome filter in 2015 CC?

    It seems to be missing. Where is he? Adobe offers it as a plug-in online?