All files in itunes Podcast directory but split into two podcasts in iTunes

Hi
I have all my "Great Podcast" podcasts in "Great Podcast" folder in the iTunes directory.
Then, in iTunes, when I add to library it splits them into two podcast folders entitled "Great Podcast"
There are no duplicates in each. newer ones are in the folder that has the Get More or Subscribe button. The Older ones are in a basic folder that doesn't allow to subscribe.
I changed the IDtags to 2.3 as the newer folder are all 2.3 so I figured thats the answer. It didn't work.
I'm really confused about whats going on, I just want them all in one folder in iTunes.
Any help is appreciated

Its one file with two different dispalys.
You can pull the bottom one down by dragging it down or hit the very little triangle on the right side.

Similar Messages

  • I previously had PS CS5 Trial installed but removed it using both Control Panel Programs and deleting all files from the CS5 directory on Program Files.  I then installed a purchased product from Adobe disc using the serial number on the case.  But when I

    I previously had PS CS5 Trial installed but removed it using both Control Panel Programs and deleting all files from the CS5 directory on Program Files.  I then installed a purchased product from Adobe disc using the serial number on the case.  But when I try to launch it, I get a screen headed Photoshop CS5 Extended Trial.  It asks for the serial number and says that my trial has expired.  It rejects the serial number from the Adobe case saying "This Serial Number is not valid for this product".  It thinks that I still have the expired Trial Version installed.  How do I convince it (the program) that the Trial Version is long gone and the currently installed product was installed with a valid and accepted serial number????

    Let me know how it goes. Go into your Adobe account and register your serial number asap.
    https://www.adobe.com/account/my-products-services.html
    That way, should you lose it or you need support, it is on record that it's yours and you can fetch your s/n it from anywhere.
    There are too may sad stories here, where people forgot and the box is buried or lost.
    Gene

  • My computer broke and i lost all files including ITunes. what happens to all the stuff purchased already. will this appear in itues when i download it agian? how can i save the music on my ipod and transfere it over to the new itunes?

    my computer broke and i lost all files including ITunes. what happens to all the stuff purchased already. will this appear in itues when i download it agian? how can i save the music on my ipod and transfere it over to the new itunes?

    Unfortunely, all movies and songs purchased in iTunes will be lost...you'll have to purchase them again! Any applications you've purchased, you can download again for free.
    Music Rescue is a program you can use to transfer any and all data (music, movies, pictures..) from your iPod to your computer, and iTunes.
    http://www.kennettnet.co.uk/products/musicrescue/

  • Listing of all file names in a directory

    Hello everyone,
    Is there a way to get the listing of all file names in a directory
    pointed by an entry in dba_directory in oracle into a collection in
    pl/sql procedure.
    Thank you.
    Tuncay

    this is the same problem I am trying to solve now. I found some ehlp in Tom Kyte articles on java stored procedures.
    create global temporary table DIR_LIST
    ( filename varchar2(255) )
    on commit delete rows;
    create and compile java source named "DirList" as
    import java.io.*;
    import java.sql.*;
    public class DirList
    public static void getList(String directory)
    throws SQLException
    File path = new File( directory );
    String[] list = path.list();
    String element;
    for(int i = 0; i < list.length; i++)
    element = list;
    #sql { INSERT INTO DIR_LIST (FILENAME)
    VALUES (:element) };
    create procedure get_dir_list( p_directory in varchar2 )
    as language java
    name 'DirList.getList( java.lang.String )';
    then you call in your pl/sql and fill your collection from the DIR_LIST table:
    get_dir_list('the name of the directory' );
    ---then you fill the collection by fetching the DIR_LIST table
    good luck,
    Florin

  • How to retrieve all files in a given directory?

    Hi all,
    I am a newbie to Java. I have to retrieve all files in a given directory. The names of the files are not known to me. Only the name of the directory is known. How can I retrieve and read all those files?
    Gary

    Check out the list and listFiles method: http://java.sun.com/j2se/1.3/docs/api/java/io/File.html

  • Showing all files of a given directory

    I'm trying to write a class that shows me all files of a given directory. When a run the class without parameters, everything seems to work fine, however, when I use a parameter that contains the directory, I get the following error:
    java.lang.NullPointerException
         at be.hogelimb.ti.fundamentals.io.IOProgr4.<init>(IOProgr4.java:25)
         at be.hogelimb.ti.fundamentals.io.IOProgr4.main(IOProgr4.java:43)
    Exception in thread "main"
    this is my class without parameters:
    public class IOProgr4 {
    public IOProgr4(){
    File dirName = new File("C:\\Documents and Settings\\FirstName LastName\\My documents\\test");
         if (dirName.exists()){
         if (dirName.isDirectory()){
         File[] dirFiles = dirName.listFiles();
         for (int i = 0; i<dirFiles.length; i++){
         System.out.println(dirFiles);
         else{
         System.out.println("dirName is not a directory");
         else{
         System.out.println("Can'f find directory");
         public static void main(String args[]){
              new IOProgr4();
    You see, it's a very simple class.
    This is my class with parameters :
    public class IOProgr4 {
    String dirString;
    public IOProgr4(String dirString){
    this.dirString = dirString;
    File dirName = new File(dirString);
    if (dirName.exists()){
    if (dirName.isDirectory()){
         File[] dirFiles = dirName.listFiles();
         for (int i = 0; i<dirFiles.length; i++){
         System.out.println(dirFiles[i]);          
         else{
         System.out.println("dirName is not a directory");
         else{
         System.out.println("Can't find directory");
    public static void main(String args[]){
    String dirString = "";
    for (int i = 0; i < args.length; i++){
    dirString += args[i] + " ";
    new IOProgr4(dirString);
    I'm working with Eclipse and my parameter string is the same as the String I've written in the first class, and it's also recognized as a directory. Can anyone tell me why this doesn't work?
    Thanks in advance!!!

    I'm working with Eclipse and my parameter string is
    the same as the String I've written in the first
    class...In the end, it has nothing to do with whether you've hard-coded the directory name versus taken it as a parameter. It must not have been the same value, or it would have worked the same. So your problem lies elsewhere - however, you were given a nice stack trace pointing out the line in your code where it happened. Are you not familiar with a little concept known as debugging?

  • Selected "Edit in Audition," audio track was split into two files. Preference change?[image included]

    I have no idea what kind of shortcut key or preference I changed.
    When I select any video on any premiere timeline to "edit in audition" i end up with the audio getting split into two wav files instead of one, as the red rectangular shows.  Instead of the single audio track to edit in which you can see in the blue rectangular.
    ***The blue rectangular I got when I dropped a video directly into audition.
    Update: did some testing around in premiere, this issue only happens with clips that are on a timeline, but if I "edit in audition" from "project" (main folder with all material), I can edit it properly.

    Its one file with two different dispalys.
    You can pull the bottom one down by dragging it down or hit the very little triangle on the right side.

  • Files in iCloud are only partially downloaded into my computer. What steps should i take so that ALL FILES in icloud would be automatically downloaded into my computer?

    Files in iCloud are only partially downloaded into my computer. What steps should i take so that ALL FILES in iCloud would be automatically downloaded into my computer?

    CEE6 wrote:
    What video format (including embedded audio) is able to be viewed and heard by both OSX Lion users and Windows users?
    You have to make a distinction between the container format (eg, AVI, MKV) and the video/audio format (eg, DIVX). For instance, without additional software, QuickTime can play .avi files with the IndeoVideo codec, but not .avi file with the DivX codec). Further, you have to make the distinction between what can be played using an independent player, eg, QuickTime Player, and what can be played within the presentation software (Keynote or PowerPoint).
    You can refer to
    <http://mac2.microsoft.com/help/office/14/da-dk/powerpoint/item/7acce321-36fb-48d 6-8c76-12cb3a0063ee>
    for suggestions. In practice, for presentation clips, I think you're limited to MPEG-2 and MPEG-4. I don't know if an additional MPEG-2 QuickTime component is required under Lion, you'll have to check that yourself. So, in the end, it's MPEG-4. Both Keynote and PowerPoint Win/Mac should be able to handle it.
    can anyone suggest a safe application that I can purchase from the apple app store that will allow me to convert video files
    What's a 'safe application'? And why do you have to buy it from the App Store (yuck!)?
    Handbrake, as mentioned by X423424X, is free and works very well. There are probably others, too.
    this forum is the best place to learn
    Perhaps, but it may not be the place to get answers to this question. Try a PowerPoint Mac user forum, they would have more experience in these x-platform issues. This forum is oriented more towards the hardware side of the MBP platform.

  • In the itunes library, a single album appears to be split into two separate parts, how do i combine them?

    my itunes library has several albums that are split into two parts. one contains half of the album's songs and the other the other half. how do i combine these so the album only appears once in it's entirety?

    Generally setting a common Album Artist will fix things.
    For deeper problems see Grouping tracks into albums.
    tt2

  • The Same Album is Split Into Two On My iPod

    Okay this may be hard to explain but here it goes...
    I bought a CD, and imported it onto my iTunes library. No big deal. It imported fine. Then I tried importing it onto my 4th Generation iPod Touch (32GB). The album has 10 tracks, and it was split into two on my iPod. One album has all tracks 1-10, while the other has tracks 2-10. But when I search up the song on my iPod (on the songs list), it only comes up as one. I tried deleted the album that has tracks 2-10, but when I do, the tracks 2-10 on the other album get deleted, so I'm only left with Track 1.
    This is starting to get really confusing for me and I don't know what to do. In my iTunes library it comes up as one album, on iTunes when I look at my songs list it comes up as one album, and even on my actual iPod on the songs list, there's only 1 version of each song, but on the albums list, there's 2 versions of the same album.
    Please help! Thanks so much !!

    In iTunes on your computer right click on the songs and select Get Info and look at the sorting. From iTunes Help
    Tips for using song and CD info to organize your music
    You can edit information in the Info window to make it easier to find and sort items in your library. For example, you can:
    Group individual movements on a classical CD into one work by indicating the name of the work (for example, “Piano concerto in A Minor, Op. 54”) in the Grouping field.
    Group songs that are part of a compilation together in your library by clicking Details and selecting the checkbox next to “Album is a compilation of songs by various artists”.
    Identify the individual artists on a tribute album in the Artist field, and type “various” in the Album Artist field.
    Create your own genre category by clicking Details and typing the category in the Genre field.
    Change the order in which tracks on a CD play by changing the numbers in the Track fields.
    Create a Smart Playlist that includes only songs that are just the right speed for your workout by typing the number of beats per minute in the BPM field. For instructions, see Create a Smart Playlist.
    Identify a movie as a music video (click the Options button, and choose Music Video from the Media Kind pop-up menu).
    Identify an item that you imported from a CD as an audiobook, so it appears under Audiobooks instead of Music (click the Options button and choose Audiobook from the Media Kind pop-up menu). If you do this, iTunes also remembers your place in the audiobook.
    Enter custom sorting criteria for an item. Select the item, choose File > Get Info, click Sorting, and enter the custom text.

  • ORDERS Idoc splitting into two

    Hi,
       I have requiremnt where i need to Split Orders idoc into messages.
       1. Orders XML file  2.XML file only with control record fields.
    i have seen all the discssion on this and deceiced to implement the scenario as per
      /people/jin.shin/blog/2006/02/07/multi-mapping-without-bpm--yes-it146s-possible   blog. But the problem is need to use two message types on the target side.. for splitting the message..
      ORDERS and Contrlo record Fields message type... i can't change the standard idoc.. 
      Can i add the Control record fields to Standard IDOC  in any way....   like exporting file...if so..
    tell me whether the Idoc will split into two messaged or not....
    Regards,
    Deep

    My doubt is in the mentioned blog target msg type was created one.. here i need to take with ORDERS idoc(ED in our case). I need to split the IDOC everytime when it triggers based on RCVPRN field value.. this value is always so there should be 2 values everytime.
    you will need to duplicate the IDOC at the target side to achieve this...if you are successful in doing the 0...unbounded thing for your IDOC....
    1) Duplicating:
    Duplicating is not Multimapping.....Multimapping is what you saw in the blog and duplicating is right-clicking on the node and choosing Duplicate Subtree....no two messages will be created in this process (duplicating).....
    2) Multimapping:
    it is used to create two (or more) different messages at the target end...
    Does it split into two message ( ORDERS XML and Control Record XML)
    No it wont split the IDOC into two messages.....
    So if your requirement is to have only one target message with seperate IDOC nodes..having ORDERS and Control data individually...then go for duplication method...apply the condition for RCVPRN to generate the nodes...
    If your req is to have two different messages at the target then use multimapping apply the condition for RCVPRN to generate the two different messages.....
    Hope it helps...
    Regards,
    Abhishek.

  • 1 album split into two

    Hi
    I have an album in iTunes 10.5.1 which is split into two, there does not appear to be an discernable diferences in the Get Info of the various tracks, so why does iTunes insist on splitting the album?
    Is there any way to tell iTunes that all the tracks are from the same album?
    Cheers.

    Thanks again for the reply,
    I've selected all the tracks then copied and pasted the name of the Artist in the Get Info- Sorting- Sort Artist, this seems to have done the trick. If this fails I'll play around with this option, but this is something that I would rather not do in the future so I appreciate your tip.
    Cheers.

  • Alv output splitting into two rows when converting into excel sheet.

    Hi frends,
    I have alv report with 60 fields . The report output is coming currently .  But when i am exporting into excel sheet from the option local file--> speadsheet  each row is splitting into two rows including header in excel sheet.
    Please provide your valuable suggestions to avoid this.
    Regards,
    Ramu .
    Edited by: Ramu.K on Sep 8, 2009 5:59 PM

    Hi,
    Please use the grid option and with the Spreadsheet button (CntrShiftF7). Do  "Save as" and save it as excel. It should work.
    Regards,
    Pradyumna

  • Connect_by Parent split into two- causing issues

    I am creating a hierarchy solution, same old stuff parent having child and levels. I find the leaf and traverse all the way upto the top, assign it a group and sequence. Group id's are incrment of 1 starting with 1.
    I have a sitution where parent splits into two, when it split into two then one of the child should have the same group as parent but the other child should not be part of that group.
    I have two cursors first feeds second.
    CURSOR firstCursor
    IS
    SELECT AA
    FROM ER
    WHERE fk =100
    AND (AA NOT IN
    (SELECT BB
    FROM ER
    WHERE BB IS NOT NULL
    AND fk =100
    OR AA = BB);
    CURSOR secondCursor
    IS
    SELECT P.AA,
    P.BB,
    P.ER_id,
    CONNECT_BY_ISCYCLE ,
    LEVEL
    FROM ER P
    START WITH AA = v_column_name --(FEED FROM CURSOR FIRST GOES HERE)
    CONNECT BY NOCYCLE Prior P.BB= P.AA
    AND LEVEL <= 80 ;
    What I get is follows:
    AA (LEAF)          BB(PARENT)           CC_ID (group)
    U286                               100
    U287                U286               100
    U291                U287               100
    U292               U291               100
    U293           U292               100
    AA (LEAF)          BB(PARENT)           CC_ID (group)
    U286                               101
    U287                U286               101
    U290                U287               101
    What I want is :
    AA (LEAF)          BB(PARENT)           CC_ID (group)
    U286                               100
    U287                U286               100
    U291                U287               100
    U292               U291               100
    U293           U292               100
    AA (LEAF)          BB(PARENT)           CC_ID (group)
    U290                U287               101
    Edited by: Dinesh.Sharma on Mar 6, 2010 6:59 AM
    Edited by: Dinesh.Sharma on Mar 6, 2010 7:52 AM

    OK, I resorted to ORDER SIBLINGS BY this time ( gotta love 'trial and error' ;) )
    This will change the ordered output of your resultset a bit, but that way splitting uo the hierarchies correctly as desired seems like the simplest way.(I'm assuming a way to split up the hierarchies is of more importance here than the actual values for FK.)
    Using this data ( perhaps you made a typo for records 14/15?):
    SQL> select * from er;
    ER_ID AA    BB     FK
        1 U286          1
        2 U287  U286    1
        3 U291  U287    1
        4 U290  U287    1
        5 U292  U291    1
        6 U293  U292    1
        7 U295  U290    1
        8 U296          1
        9 U297  U297    1
       10 U298  U290    1
       11 U400          1
       12 U401  U400    1
       13 U402  U400    1
       14 U403  401     1
       15 U404  U403    1
       16 U405  U402    1
       17 U417  U405    1
    17 rows selected.You get:
    SQL> select /* 4. finally add rownumbers over new FK value */
      2         er_id
      3  ,      aa
      4  ,      bb
      5  ,      new_fk
      6  ,      row_number() over (partition by new_fk order by rn) new_rn      
      7  from ( select /* 3. sum splits to get FK values*/
      8                er_id
      9         ,      aa
    10         ,      bb
    11         ,      rn
    12         ,      sum(split_here) over (order by rn) new_fk
    13         from ( select /* 2. try to identify when to split using CASE and LAG */
    14                       er_id
    15                ,      aa
    16                ,      bb
    17                ,      lvl
    18                ,      lf
    19                ,      rownum rn
    20                ,      case
    21                         when  split_here = 1 then 1
    22                         when lag(lvl) over (order by rownum) >= lvl and lf = 0 then 1
    23                         when lag(lvl) over (order by rownum) = lvl
    24                          and lag(lf) over (order by rownum) = lf then 1
    25                       end split_here
    26                from ( /* 1. get an ordered resultset we can split on first */
    27                       select er_id
    28                       ,      aa
    29                       ,      bb
    30                       ,      level lvl
    31                       ,      connect_by_isleaf  lf
    32                       ,      case
    33                                when
    34                                  level = 1
    35                                then 1
    36                              end split_here
    37                       from   er
    38                       start with (bb is null or bb=aa)
    39                       connect by nocycle prior aa = bb
    40                       order siblings by er_id
    41                     )
    42              )
    43       );
    ER_ID AA    BB        NEW_FK     NEW_RN
        9 U297  U297           1          1
        1 U286                 2          1
        2 U287  U286           2          2
        3 U291  U287           2          3
        5 U292  U291           2          4
        6 U293  U292           2          5
        4 U290  U287           3          1
        7 U295  U290           3          2
       10 U298  U290           4          1
        8 U296                 5          1
       11 U400                 6          1
       12 U401  U400           6          2
       13 U402  U400           7          1
       16 U405  U402           7          2
       17 U417  U405           7          3
    15 rows selected.

  • Zen MX now showing my player is split into two players

    6Zen MX now showing my player is split into two playersf I just received the Zen Mx yesterday after using a Creative Zen for a year and a half. I didn't know I had a different product - thought it was an upgrade...so I plugged the MX in and without installing the correct hardware I started to put music into it from WMP. I'm showing much ignorance here so bear with me.: I didn't know I had to install software for a whole new product but after I found that out and did so, my player is showing two MP3 players each and I neither will let me delete one player. After running? Mp3 recovery, I was left with an empty player to start over again - which is what I wanted - but now WMP is showing three devices since running that. I don't feel that I'm explaining well and don't remember all the steps I took. Has anyone had Creative Centrale or WMP split their device into two players and if so, how did you resolve it's

    6Zen MX now showing my player is split into two playersf I just received the Zen Mx yesterday after using a Creative Zen for a year and a half. I didn't know I had a different product - thought it was an upgrade...so I plugged the MX in and without installing the correct hardware I started to put music into it from WMP. I'm showing much ignorance here so bear with me.: I didn't know I had to install software for a whole new product but after I found that out and did so, my player is showing two MP3 players each and I neither will let me delete one player. After running? Mp3 recovery, I was left with an empty player to start over again - which is what I wanted - but now WMP is showing three devices since running that. I don't feel that I'm explaining well and don't remember all the steps I took. Has anyone had Creative Centrale or WMP split their device into two players and if so, how did you resolve it's

Maybe you are looking for