How to search show descriptions in Podcasts

Most podcasts provide a show description accessible by right clicking the show. My question is how to search these descriptions by keyword. Is this possible? If so how?
Thanks!

iTunes will search the Description if you turn that column on in your current view. Right-click on the column headings, then select "Description" to mark it with a check.

Similar Messages

  • How do i show descriptions instead of dimension values at presentations ?

    We are facing a problem that could be a BIBeans problem or could be an OLAP problem, please inform if to change forum:
    We are using jdev 903/BIB903 accessing an AW created at Oracle OLAP 9205 with AWM.
    All our dimensions were created at OWB 10g and deployed to RDBMS following the general rules below:
    DIM X
    ID_X - sequence primary key
    CD_X - original key from source systems
    DS_X, NM_X, and so on - description fields and hierarchy fields related to this record.
    i.e.:
    SQL> desc dim_rota
    Name Null? Type
    ID_ROTA NOT NULL NUMBER(6)
    CD_EMPRESA NOT NULL NUMBER(2)
    CD_FILIAL NOT NULL NUMBER(2)
    CD_ROTA NOT NULL VARCHAR2(3)
    NM_FILIAL NOT NULL VARCHAR2(40)
    NM_ROTA NOT NULL VARCHAR2(30)
    CD_SETOR NOT NULL VARCHAR2(1)
    ID_SETOR NOT NULL NUMBER(6)
    NM_SETOR NOT NULL VARCHAR2(30)
    this dimension has 1 hierarchy with 2 levels called SETOR and ROTA.
    when we generated the AW using AWM, each field (except ID) is created as a variable dimensioned by DIM_ROTA, as shown below:
    ->listby dim_rota
    35 objects dimensioned by or related to DIM_ROTA in analytic workspace AW1
    DIM_ROTA_CD_EMPRESA
    DIM_ROTA_CD_FILIAL
    DIM_ROTA_CD_ROTA
    DIM_ROTA_CD_SETOR
    DIM_ROTA_CREATEDBY
    DIM_ROTA_FAMILYREL
    DIM_ROTA_GID
    DIM_ROTA_INHIER
    DIM_ROTA_LEVELCOLMAP
    DIM_ROTA_LEVELREL
    DIM_ROTA_NM_FILIAL
    DIM_ROTA_NM_ROTA
    DIM_ROTA_NM_SETOR
    DIM_ROTA_ORDER
    DIM_ROTA_PARENTREL
    ID field was concatenated with level name to generate the dimension value - so, for the following relational record:
    SQL> select id_rota, cd_rota, nm_rota from dim_rota where ID_ROTA = 233;
    ID_ROTA CD_ROTA NM_ROTA
    233 A99 A99-Consig. Sup. Setor A
    we have at multidimensional side:
    ->LIMIT DIM_ROTA TO 'ROTA.233'
    ->rpr dim_rota
    DIM_ROTA
    ROTA.233
    ->dsc dim_rota_nm_rota
    DEFINE DIM_ROTA_NM_ROTA VARIABLE TEXT <DIM_ROTA DIM_ROTA_HIERLIST ALL_LANGUAGES>
    LD IMPLEMENTATION NM_ROTA Attribute for DIM_ROTA Dimension
    ->rpr down dim_rota w 30 dim_rota_nm_rota
    ALL_LANGUAGES: AMERICAN_AMERICA
    -------DIM_ROTA_NM_ROTA-------
    ------DIM_ROTA_HIERLIST-------
    DIM_ROTA ROTA
    ROTA.233 A99-Consig. Sup. Setor A
    here comes our question: how do we show at BIBeans designer/presentations the related descriptive fields and NOT the dimension values themselves?
    thanks in advance,
    Flavio

    There a re two additional attributes that need to be mapped within OWB for each dimension:
    Long Description - this is used by the presentation beans and query and calc builder to replace the dimension values with more meaningful/end-user friendly descriptions
    Short Descriptions - this can be used where the long description is too long for display purposes. In BI Beans 10g Release 2 (due out soon) you will be able to select between long/short descriptions when using many of the new tags.
    These new attributes will be automatically picked up by the OLAP Bridge in OWB and automatically added to the OLAP catalog.
    Hope this helps
    Business Intelligence Beans Product Management Team
    Oracle Corporation

  • How do i show descriptions instead of dimensions at BIBeans ?

    We are facing a problem that could be a BIBeans problem or could be an OLAP problem, please inform if to change forum:
    We are using jdev 903/BIB903 accessing an AW created at Oracle OLAP 9205 with AWM.
    All our dimensions were created at OWB 10g and deployed to RDBMS following the general rules below:
    DIM X
    ID_X - sequence primary key
    CD_X - original key from source systems
    DS_X, NM_X, and so on - description fields and hierarchy fields related to this record.
    i.e.:
    SQL> desc dim_rota
    Name Null? Type
    ID_ROTA NOT NULL NUMBER(6)
    CD_EMPRESA NOT NULL NUMBER(2)
    CD_FILIAL NOT NULL NUMBER(2)
    CD_ROTA NOT NULL VARCHAR2(3)
    NM_FILIAL NOT NULL VARCHAR2(40)
    NM_ROTA NOT NULL VARCHAR2(30)
    CD_SETOR NOT NULL VARCHAR2(1)
    ID_SETOR NOT NULL NUMBER(6)
    NM_SETOR NOT NULL VARCHAR2(30)
    this dimension has 1 hierarchy with 2 levels called SETOR and ROTA.
    when we generated the AW using AWM, each field (except ID) is created as a variable dimensioned by DIM_ROTA, as shown below:
    ->listby dim_rota
    35 objects dimensioned by or related to DIM_ROTA in analytic workspace AW1
    DIM_ROTA_CD_EMPRESA
    DIM_ROTA_CD_FILIAL
    DIM_ROTA_CD_ROTA
    DIM_ROTA_CD_SETOR
    DIM_ROTA_CREATEDBY
    DIM_ROTA_FAMILYREL
    DIM_ROTA_GID
    DIM_ROTA_INHIER
    DIM_ROTA_LEVELCOLMAP
    DIM_ROTA_LEVELREL
    DIM_ROTA_NM_FILIAL
    DIM_ROTA_NM_ROTA
    DIM_ROTA_NM_SETOR
    DIM_ROTA_ORDER
    DIM_ROTA_PARENTREL
    ID field was concatenated with level name to generate the dimension value - so, for the following relational record:
    SQL> select id_rota, cd_rota, nm_rota from dim_rota where ID_ROTA = 233;
    ID_ROTA CD_ROTA NM_ROTA
    233 A99 A99-Consig. Sup. Setor A
    we have at multidimensional side:
    ->LIMIT DIM_ROTA TO 'ROTA.233'
    ->rpr dim_rota
    DIM_ROTA
    ROTA.233
    ->dsc dim_rota_nm_rota
    DEFINE DIM_ROTA_NM_ROTA VARIABLE TEXT <DIM_ROTA DIM_ROTA_HIERLIST ALL_LANGUAGES>
    LD IMPLEMENTATION NM_ROTA Attribute for DIM_ROTA Dimension
    ->rpr down dim_rota w 30 dim_rota_nm_rota
    ALL_LANGUAGES: AMERICAN_AMERICA
    -------DIM_ROTA_NM_ROTA-------
    ------DIM_ROTA_HIERLIST-------
    DIM_ROTA ROTA
    ROTA.233 A99-Consig. Sup. Setor A
    here comes our question: how do we show at BIBeans designer/presentations the related descriptive fields and NOT the dimension values themselves?
    thanks in advance,
    Flavio

    There a re two additional attributes that need to be mapped within OWB for each dimension:
    Long Description - this is used by the presentation beans and query and calc builder to replace the dimension values with more meaningful/end-user friendly descriptions
    Short Descriptions - this can be used where the long description is too long for display purposes. In BI Beans 10g Release 2 (due out soon) you will be able to select between long/short descriptions when using many of the new tags.
    These new attributes will be automatically picked up by the OLAP Bridge in OWB and automatically added to the OLAP catalog.
    Hope this helps
    Business Intelligence Beans Product Management Team
    Oracle Corporation

  • "Show Description" for podcasts--key equivalent?

    Is there any way, directly or via a decent fudge, to have a command-key equivalent for the "Show Description" selection you can get for a podcast via the contextual menu? I use this a lot, and right-clicking over and over is irritatingly slow. Yes, I know you can leave the window open, but I also use this on my MacBook, where screen real estate is somewhat precious.
    I tried Show Description from Doug's Applescripts
    http://dougscripts.com/itunes/scripts/ss.php?sp=showdescription
    but not only does it bring up a different window (not the same one you get from the contextual menu) but what you get is mostly code and not easily read. I don't want to edit the code, just see the long description.

    After selcting the value from F4 press enter, it will go through the PAI and PBO. Write the code to select the description from that check table and pass into that description field. In the attributes of that description field, goto Program tab Check the check box Output field and Output only.
    Check the sample program:
    TABLES: addr1_data.
    DATA: ws_country_desc TYPE t005t-landx,
          okcode TYPE sy-ucomm.
    CALL SCREEN 100.
    *&      Module  status_0100  OUTPUT
          text
    MODULE status_0100 OUTPUT.
      IF NOT addr1_data-country IS INITIAL.
        SELECT SINGLE landx FROM t005t INTO ws_country_desc WHERE
                                      land1 = addr1_data-country
                                  AND spras = 'EN'.
      ENDIF.
    ENDMODULE.                 " status_0100  OUTPUT
    *&      Module  user_command_0100  INPUT
          text
    MODULE user_command_0100 INPUT.
    ENDMODULE.                 " user_command_0100  INPUT
    Regards,
    Prakash.

  • How to include show notes in Podcast through Libsyn

    Hi,
    My new podcast just got approved to be in iTunes. I currently use Libsyn to host my podcast. However, I was just wondering where can I insert my show notes?
    I can't really find any step by step tutorial on how to do this.
    Any help would be greatly aprpeciated!
    Thanks,

    Hi Sean,
    when you go to publish a new episode with libsyn - under description you enter in your show notes.
    That will show up in your RSS feed and then in iTunes.
    http://www.podcast411.com/podcast101/step7.html
    Here is a tutorial for you.
    Regards,
    Rob W
    libsyn

  • How to search downloaded podcasts in iTunes

    In previous versions of Itunes it was possible to search the description  of a podcast with the search field in iTunes. When i search with the current  version of iTunes the search only return matches from the title of the  podcasts.
    Example:
    Title: Bicycle podcast week 42 - Mountain bikes.
    Description: In this weeks podcast we'll discuss mountain bikes, as well as how to repair a broken spoke.
    In previous versions of iTunes, a search for "spoke" would return a  match for this podcast, while the current version would not find any  match. Is there a setting I've missed, or is the possibility to search  for key words in the podcast's description removed?

    You have made sure you are in the Lists view as I am, haven't you?
    I can't remember when the alternative views came in (I don't use 'em), but the search doesn't find words in the description if you are in any of those other views. Actually, that's not strictly true. If I use the My Podcasts view and search for debut, this is what I get:
    But...
    that ringed 1 replaces lots of other ringed numbers.
    So before the search, a number-in-a-circle shows the quantity of unplayed episodes. Once I search, those numbers now indicate results for that search. But everything else is still displayed (Rubbish - isn't it?) Notice that the episode displayed on the right (Pheppidations) has nothing to do with the search, nothing at all! (Yup, really rubbish!) And to find the other results of the search, I have to scroll down the complete list.
    Searching in the List view, shows only the results and hides non-results
    Searching in My Podcasts view continues to show every single Podcast and one has to search the list to find the results. I'm not impressed!
    I wouldn't hold out much hope for you with iTunes 11.1.4.

  • I have Adobe Reader XI with the package that allows me to send pdfs and convert pdfs to Word. When I open a pdf and try to search the search shows no matches even though the word I am searching for is in the document. Any suggestions how to search?

    I have Adobe Reader XI with the package that allows me to send pdfs and convert pdfs to Word. When I open a pdf and try to search the search shows no matches even though the word I am searching for is in the document. Any suggestions how to search?

    Once again, my thanks for your assistance. If I may impose on your generosity one more time, if I understand you correctly if I create a document on Word or WordPerfect, print it and scan it to create a pdf, the search function will not work. But, if I create the pdf document in Word the search function will work. Unfortunately, I am not sure how I create a pdf document in Word other than by printing it and scanning it. Could you please explain.
    William B. Kohn, Esq.
    General Counsel
    Paul V. Profeta & Associates, Inc.
    769 Northfield Avenue
    Suite 250
    West Orange, New Jersey 07052
    (973) 325 - 1300
    (973) 325 - 0376 (Facsimile)
    [email protected]<mailto:[email protected]>

  • How to Search document by using Long text description contents in SAPEasy DMS

    Hi,
    How to Search document by using Long text description contents in SAPEasy DMS
    Regards,
    Shrikant Shinde

    Hi Alfredo,
    Thanks for reply..Will you please explain in brief what are the  OCR program and workflow.
    Will you please send me any docs on [email protected]
    Thanks
    shiv.

  • How do I show other matches in Messages search?

    When I search in messages it says there are 2 matches and shows the context for the first message that matches.
    How do I show the second match and context?

    Hi,
    I must admit I thought it was tab.
    Having said that I can't get it to work in Messages/Yosemite.
    10:09 PM      Monday; November 24, 2014
    ​  iMac 2.5Ghz i5 2011 (Mavericks 10.9)
     G4/1GhzDual MDD (Leopard 10.5.8)
     MacBookPro 2Gb (Snow Leopard 10.6.8)
     Mac OS X (10.6.8),
     Couple of iPhones and an iPad

  • Search site description not showing results

    I have the site description set (from site setting-> title, description and logo) in the site but when i search the description, the site won't show up in results. we have the url covered in content source and crawl rule, and a full crawl ran, actually
    the page content can be searchable in the site.
    any idea?

    Hi Zhongmingzhao,
    As per my understanding, you had created site with description and when you search with created site description, you are not getting search results.
    Had you tried searching any documents in the site.
    Is there crawled propertied mapped.
    I recommend try searching with site name or any documents inside the site, hope that could help you.
    Thanks.
    Badri

  • How to make non-podcast show up as podcast, and vice versa?

    I downloaded a free preview video awhile back, a compilation of upcoming releases from a certain label. I'd like it to show up in podcasts, because it's more like a podcast than anything else, but instead, it shows up in the general music library. I tried changing its genre listing to "podcast," but it didn't work.
    Also, how do I do it the other way around? There's a "song of the day" podcast which is, as its name implies, simply a new song every day. I'd like to have these songs show up in the regular library, rather than the podcast section. How do I accomplish this? Is it even possible?

    Never mind...I think I figured it out!
    (d'oh!)

  • How to show Descriptions of Query on a Web template(statistics)

    hi I have created a custom Query which shows data for certain queries running, but the data keeps on showing me technical name of the queries, I want my report to show description so it makes sense to my manager as they donu2019t understand technical names of the queries. I have tried changing them to text, key etc they wont work.
    Query is 7.0 web template is 7.0

    Amer,
    Actually, the way I read these notes, showing the technical name on the query selection screen is the problem (a.k.a., "symptom") that is being addressed, so I am assuming that the "fix" they are implementing is to show the description instead.
    Just trying to help...
    Bob

  • Drag and drop podcasts do not show up under "podcasts" heading

    When I manually drag and drop a downloaded podcast into my Ipod, these do not show up in ITunes under the "podcasts" category. When I look at the Ipod display, it show the podcast is actually on the device, even though ITunes does not show it. I can not browse through the ITunes listings to find the missing podcasts since the only other category available in the left-hand menu is "music" and this does not show podcast as an option for genre. How can I display and delete podcasts after I have listened to them? Hows can I see what is actually on my Ipod using ITunes.

    Only episodes downloaded with iTunes will go into podcast section even if genre is set to podcast. Doesn't matter if it is singles episode download or using subscription.
    Episodes downloaded with browser will go into music section. Depending on tag info they can then be found using genre, artist, or album search.
    Somebody, awhile ago, found the difference in files using a hex editor. They were successful in moving the direct download file to the podcast section.

  • Podcasts not showing up as podcasts

    My podcasts do not show up under Podcasts on my Ipod. They only show up for a brief time under Playlists/Recently Added. They also do not show up if I use the search function on my Ipod. How do I get podcasts to show up as podcasts? Also, I have already marked all as new.

    I don't know if this will help, but I was experiencing the same problem. Searching the discussions didn't help other than to confirm that I was not alone. So, I started poking around.
    Background
    5th gen video iPod. on a Macbook Pro. iTunes 7.3.2. iPod 1.2.1
    I had been manually copying podcasts to iPod. Noticed this weekend new podcasts weren't showing up under podcasts, some did show up under music, and videos weren't showing up at all.
    My Solution:
    selected iPod device. Selected Podcasts. Selected sync. (wasn't syncing before). choose a couple podcasts to sync. Clicked apply. podcasts synced. wiped out all my existing podcasts but the new ones showed up. Still no videos though. Chose Movies. chose sync. Got message something like "The iPod "<my iPod>" is synced with another iTunes Library. Do you want to erase this iPod and sync with this iTunes library." I chose no (cancel), because I didn't want to wipe everything out without thinking about it.
    Now Podcasts and videos show up on the iPod.
    Hope this helps.

  • ITunes displays my podcast show but no podcast episode?

    I was notified that my first podcast was accepted by iTunes a day ago.  Here is the URL given in my acceptance email:
    https://itunes.apple.com/us/podcast/just-love-walking-show/id733590672
    I can see my Just Love Walking show description and the first episode from the URL above, but when I click "view in iTunes"
    ONLY the Just Love Walking Show description appears but NO podcast episode.
    1. Will the episode appear within the next day or so? 
    Or is there a problem that I need to investigate & remedy?
    Also,
    2.  Can I make changes to the iTunes category in the future?  Currently it just shows "amateur" when I was hoping it would show "Sports & Recreation" the higher level category.  Can I change that in my iTunes podcast description at the feed level in my feed provider's account (Libsyn).
    Thank you.
    JustLoveWalking

    Rob & Roger,
    OK, I just did a search for the Just Love Walking Show iTunes on google and was linked to my iTunes podcast show page where I finally DID see and was able to play my first (and only) podcast!!  Hurray!! 
    I viewed it from:  https://itunes.apple.com/us/podcast/just-love-walking-show/id733590672 and then linked to iTunes.  I also could see the same display of the episode from a search inside of iTunes.
    BUT...my podcast cover artwork did NOT show up in iTunes!  The cover artwork has been displaying beautifully for several days in iTunes and I have NOT changed anything in Libsyn to effect any changes.  My Libsyn feed is:  http://justlovewalking.libsyn.com/rss
    Also I just checked my own website and the podcast cover art continues to display wonderfully well for my Libsyn Wizard player embeded links on my site: http://www.justlovewalking.com/ .  So what could the problem be now?  My cover artwork fulfills the iTunes requirements (RGB color, 1400x1400, HD quality, etc) and as I said, has displayed on iTunes for several days!
    I hope this will sort itself out soon!  I'd like to be able to start promoting my podcast and to be able to tell people that I'm listed on iTunes (with cover art that I've been very careful to create correctly for iTunes).
    ...sorry to go on...this is frustrating...
    Again your help has been really supportive and I truly appreciate all of your responses:)
    Best Regards
    JustLoveWalking

Maybe you are looking for

  • Filter in alv report

    hello! i have a weird problem in alv report with the filter function. for example the field serial like viqmel-serial, if it contains the value for example 1234 the filter want work. if it contains the value N16 the filter will work. i cant understan

  • Passing a Table to an RFC

    Hi All, I am using an RFc as a WebService in my application in Visual Studio.NET 2003(ASP.NET/VB.NET). The RFC returns the result in the form of a table which contains Material no and Material Description as two columns. When I am making a call to th

  • How to create internal table dynamically based on a table entry

    hi Experts,   I have table yprod_cat. It has product categories.   In my ABAP program I need to create internal table dynamically based on the number of entries in the table.   For example:   If the table has 3 entries for product category   1. Board

  • FlashPlayer problem

    Please help.  I cannot get the latest version of flash player to work. I am using IE8 -- windows 7 -- it is 64bit. I have uninstalled flash player and reinstalled it.  I can see it under the control panel -- under programs, but it still won't work. 

  • Now that i have the most recent version of I Tunes, I cannot print jewel cases. The song titles print over themselves.

    Now that I have the most recent version of I Tunes, I cannot print jewel cases. The song titles print over themselves. Can anyone help?