How to upload podcasts which are not in the iTunes podcast library?

or how to create a playlist of podcasts?
I have some podcasts as mp3 files I'd like to upload. These podcasts are not in the Itunes podcast library. I downloaded them from another source. What I do not understand is why iTunes makes a difference between podcast mp3 files and music mp3 files. If I put my podcasts into a playlist and try to synchronise the playlist with iPhone, the files are not uploaded. Actually I do not see the playlist listed in the page "Music" of my device "iPhone".
Any ideas?

I've usually found using outer joins to be very efficient in performing NOT IN/NOT EXIST type operations.
WITH t1 AS (
SELECT 100 type, 1 begin_no, 10 end_no FROM dual
UNION ALL
SELECT 200 type, 10 begin_no, 20 end_no FROM dual
UNION ALL
SELECT 300 type, 20 begin_no, 30 end_no FROM dual
   , t2 AS (
SELECT 100 type, 5 no FROM dual
UNION ALL
SELECT 100 type, 6 no FROM dual
UNION ALL
SELECT 100 type, 11 no FROM dual
UNION ALL
SELECT 100 type, 21 no FROM dual
UNION ALL
SELECT 200 type, 5 no FROM dual
UNION ALL
SELECT 200 type, 6 no FROM dual
UNION ALL
SELECT 200 type, 11 no FROM dual
UNION ALL
SELECT 200 type, 21 no FROM dual
UNION ALL
SELECT 300 type, 5 no FROM dual
UNION ALL
SELECT 300 type, 6 no FROM dual
UNION ALL
SELECT 300 type, 11 no FROM dual
UNION ALL
SELECT 300 type, 21 no FROM dual
SELECT t2.*
  FROM t2
     , t1
WHERE t1.type (+)= t2.type
   AND t2.no BETWEEN t1.begin_no(+) AND t1.end_no(+)
   AND t1.type IS NULL;
output is:
TYPE     NO
200     21
200     6
200     5
300     11
300     6
300     5
100     21
100     11

Similar Messages

  • HT1386 Can i sync multipler iOS devices like iPad, iPhones on the same iTunes? Can each iOS device have different contents which are subsets of the iTunes complete library

    Can i sync multipler iOS devices like iPad, iPhones on the same iTunes? Can each iOS device have different contents which are subsets of the iTunes complete library

    You can share a library with as many devices as you want but they cannot have seperate subsets like you wish. They would all have access to all information in the library. You could "Manually" sync content to each device by doing the following:
    On Mac: iTunes > Preferences > Devices Tab > Put a check in the box next to sentence that says "Prevent iPods, iPhones, and iPads from syncing automatically > Then click ok.
    On Pc: Edit > Preferences > Devices Tab > Put a check in the box next to sentence that says "Prevent iPods, iPhones, and iPads from syncing automatically > Then click ok.
    To manually sync data from iTunes to devices see article below:
     http://support.apple.com/kb/HT1351
    If you do not want all devices to have access to all the media from the main library, you would need to create a library for each device. See the article below for more info:
     http://support.apple.com/kb/HT1495
    Hope this helps.

  • Identifying tracks that are not in the iTunes Music Library

    I've got about 12,000 songs in my iTunes Music Library. Suppose I want to remove some of them, say 2,000 of them, and keep the files. The files will then remain on my computer but not show up in iTunes.
    Is there a utility that will display tracks that are in the iTunes Music folder but are not in the music library? I am sure I will not be able to keep track of which 2,000 tracks I took out of the library. Which means I could forget forever that I even have the music. I thought I saw a reference to a way to do this but I have not been able to figure it out.
    Thanks.

    I've got about 12,000 songs in my iTunes Music Library. Suppose I want to remove some of them, say 2,000 of them, and keep the files.
    I would create a new folder and drag these songs from iTunes to this folder then delete them from iTunes and click Yes when it asks to delete from library and delete form hard drive.Delete

  • How to delete images from folder which are not in the database

    I am created windows form
    i wont to delete images from the folder where i have stored images but i only want to delete those images which are not in the data base.
    i don't know how it is possible . i have written some code
    private void button1_Click(object sender, EventArgs e)
    string connectionString = "Data Source";
    conn = new SqlConnection(connectionString);
    DataTable dt = new DataTable();
    cmd.Connection = conn;
    cmd.CommandText = "select * from tbl_pro";
    conn.Open();
    SqlDataAdapter da = new SqlDataAdapter(cmd);
    da.Fill(dt);
    int count = Convert.ToInt32( dt.Rows.Count);
    string[] image1 = new string[count];
    for (int i = 0; i < count; i++)
    image1[i] = dt.Rows[i]["Image1"].ToString();
    string[] image2 = new string[count];
    for (int i = 0; i < count; i++)
    image2[i] = dt.Rows[i]["Image2"].ToString();
    var arr = image1.Union(image2).ToArray();
    string[] arrays;
    String dirPath = "G:\\Proj\\";
    arrays = Directory.GetFiles(dirPath, "*", SearchOption.AllDirectories).Select(x => Path.GetFileName(x)).ToArray();
    int b= arrays.Count();
    for (int j = 1; j <= b; j++)
    if (arrays[j].ToString() != arr[j].ToString())
    var del = arrays[j].ToString();
    else
    foreach (var value in del) // ERROR DEL IS NOT IN THE CURRENT CONTEXT
    string filePath = "G:\\Projects\\Images\\"+value;
    File.Delete(filePath);
    here error coming "DEL IS NOT IN THE CURRENT CONTEXT"
    I have to change anything .Will It work alright?
    pls help me
    Sms

    Hi Fresherss,
    Your del is Local Variable, it can't be accessed out of the if statement. you need to declare it as global variable like below. And if you want to collect the string, you could use the List to collect, not a string.  the string will be split to chars
    one by one.
    List<string> del=new List<string>();
    for (int j = 1; j <= b; j++)
    if (arrays[j].ToString() != arr[j].ToString())
    del.Add(arrays[j].ToString());
    else
    foreach (var value in del)
    string filePath = "G:\\Projects\\Images\\" + value;
    File.Delete(filePath);
    If you have any other concern regarding this issue, please feel free to let me know.
    Best regards,
    Youjun Tang
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
    Click
    HERE to participate the survey.

  • Some songs, which are bought in the iTunes store, will be played iTunes but not on my iPod touch. Has somebody an explanation for that? Thanks,

    Some songs, which are bought in the iTunes store, will be played iTunes but not on my iPod touch. Has somebody an explanation for that? Thanks,

    No, you should have Restrictions OFF.
    Computer's iTunes > Preferences > Parental Preferences > everything should be unchecked.
    Are the songs also on computer's iTunes?

  • Xml nodes which are not meet the schema validation

    Hi All,
    Is there way to keep xml nodes which are not meet the schema validation ,so that i can send those failed records back to the Source Target.
    I thought to implement to adding validate in the ForEach loop.Any hints

    In Windows you hold down the Ctrl key while clicking on the nodes you want to select. Don't know the equivalent in other environments.

  • Can i choose which songs are added to the itunes match library?

    can i choose which songs are added to the itunes match library?

    Hi,
    No. It is all or nothing.
    Jim

  • HT203167 I have lost my audiobooks that I purchases on my old phone. I have gotten a new phone and they are not in the iTunes downloads. Please help.

    I have lost my audiobooks that I purchases on my old phone. I have gotten a new phone and they are not in the iTunes downloads. Please help.

    Audiobooks are currently a one-time only download - have you not got them on your computer and/or on a backup ? If not then you can try contacting Apple, but they are under no obligation to let you re-download them : http://www.apple.com/support/itunes/contact/

  • I just purchased a movie from the iTunes store using iTunes ver. 11.0. The movie downloaded correctly is there on my hard drive but does appear in the iTunes library. How do I get it to appear in the iTunes Movie Library?

    I just purchased a movie from the iTunes store using iTunes ver. 11.0. The movie downloaded correctly is there on my hard drive but does appear in the iTunes library. How do I get it to appear in the iTunes Movie Library?

    Try Handbrake (http://handbrake.fr/), it's good and free

  • How to find documents which are not linked to a project?

    Hi all,
    i'm just looking for a variant to search for documents which are not linked to a project within ta SOLAR_EVAL.
    I need a way to report how much documents are not linked to a project; just stored in KW.
    Can anyone give a hint?
    Thanks a lot!
    Jan

    Hi Jan,
    This report SOLMAN_UNUSED_DOCUMENTS will help you identify the documents which are not linked to the project.
    (OR) Use Tcode: SI80 to find any document in SAP Solution Manager KW.
    Regards,
    Sanjai

  • How to find aggregates which are not used.

    Hi ,
    There are lot of aggregates in my system , so i should deactivate the aggregates which  are not used from long back. so how to find out all those , can u plz guide me ,

    You can also check the usage column of the aggregates. If usage value is high then the aggregate is used very frequently.
    If there is no value at the last used then the aggreagete is not used at all.
    Hope it helps
    Regards
    Sadeesh

  • How to push apps which are not available in the App Store?

    Hi :-)
    I've got one question: I would like to push apps via profile manager to different devices, which are not available in the App Store, so I can not buy them via VPP.
    Example: TeamViewer for OS X.

    You can't. Use something like Apple Remote Desktop.

  • How exclude multiple values which are not in sequence ( range )

    Hi Abapers,
    My Requiremnt is to exclude multiple values which are not in sequence  in selection screen.
    I want to restrict some values .
    please provide sample code.
    thanks & regards,
    Hari priya

    SELECT-OPTIONS : s_matnr FOR mara-matnr.
    INITILIZATION.
    s_matnr-sign = 'E'.  " E means Excluding.
    s_matnr-option = 'EQ'.
    s_matnr-low = '1000'.
    append s_matnr.
    s_matnr-sign = 'E'.
    s_matnr-option = 'EQ'.
    s_matnr-low = '1500'.
    append s_matnr.
    s_matnr-sign = 'E'.
    s_matnr-option = 'BT'.
    s_matnr-low = '2000'.
    s_matnr-high = '3000'.
    append s_matnr.
    START_OF_SELECTION.
    SELECT * FROM MARA INTO TABLE itab WHERE mara IN s_matnr.
    the above s_matnr has values 1000,1500, 2000 - 3000.
    so the above code fetches all the values excluding 1000,1500 and between 2000 and 3000.
    Regards
    Bala Krishna

  • Can we add fields in MM17 which are not in the list

    Hi Folks,
    Pls help me on below.
    I want to add below fields in a variant in MM17
    Planned price 1 - MBEW-ZPLP1
    Planned price 2 - MBEW-ZPLP2
    Planned price 3 - MBEW-ZPLP3
    But these fields are not available in the List.
    how can i add them ?

    HI
        Only it is possible what ever the fields and tables available in the transaction.Cannot add any other additional fields which ever not in the transaction.
    Thanks
    Ganesh

  • AppleTV 2: to hear internet radio stations which are not in the list

    Hello,
    I have an AppleTV 2 and I like to hear internet radio stations which are not listed in default list.
    Is there any possibility to enter the URL of an internet radio stream manually on AppleTV like in iTunes?
    Thank you and best regards

    You can not enter the URL into the Radio app on the ATV. You can enter it into iTunes then use AirPlay to send the audio to the ATV. You can also use internet radio apps on iPads, touch and iPhones to AirPlay on the ATV as well. I use TuneIn Radio which doesn't let you enter URLs but it has pretty much every radio and podcast feed under the sun.

Maybe you are looking for

  • Lost 2 months worth of data

    Hi Sorry if anyone's already answered this, but... somewhat radomly my 3GS started crashing when I was using google maps - this happened over a couple of days so I plugged it into iTunes, synced it, checked for an update but everything seemed to be O

  • I wan to i visible/invisble Panel(Adf Component) on UI using ADS?

    HI, Following is my requirement I am having one panel which should be visible/invisible on UI based on event coming from Web services. I am consuming one web services which is sending me update which i suppose to read at specified interval. if there

  • How do i turn a ringtone into a call tone

    how do i turn a ringtone into a call tone

  • Navigation problems within my website folders

    Here's my problem... I created folders within the main folder for my website on dreamweaver in order to eliminate the ".html" at the end of some of the page links within my website. So Before where it would say www.ybcreations.com/ybyoga.html it now

  • Patrick wolf's apexlib_tabform is misbehaving

    Hi Fellow APEX developers, I'm trying to implemented a 'logical delete' functionality in APEX 3.1, i.e. mark a record as deleted by updating a a database table column but not phyically delete it. I have a tabular form with default row selector which