How do we get collection images to appear (provider hosting)?

Despite forcing a refresh and waiting several days, we are still not seeing the collection images show up in iTunes U using a feed from our in-development RSS feed service which is slated to replace our in-service machine in the next few weeks.  One of the new features is the inclusion of channel/collection images in the RSS feed so this is an item of considerable concern for us.
The currently deployed system  sent the same image for all channels/collections, a stock institutional logo.  That got really monotonous very quickly. The new system enables the channel owner to upload a 300x300 image for each channel.  So we have a set of two case studies to compare. 
Currently deployed system
Feed:  http://podcasting.usg.edu/4dcgi/podcasting/gcsu/channels21674/19013.xml
Appearance in iTunes U:
The relevant XML:
<channel>
     <itunes:image href="http://podcasting.usg.edu/stats/GCSU/logos/gcsu.jpg"></itunes:image>
Aside from the monotony of the same image for every channel/collection, this works as intended.
About-to-be-deployed system
Feed:  http://denver.gcsu.edu/4dcgi/podcasting/gcsu/channels21674/19013.xml
Appearance in iTunes U:
The relevant XML: 
<channel>
     <itunes:image href="http://denver.gcsu.edu/podcastdata/GCSU/Channel_19013/19013.png"></itunes:image>
Since you can paste the address of this image into a web browser and see it just fine, I’m at a loss to understand why  iTunes U is unable to do so in this case (the in-development server) when it succeeds in the case of the currently deployed server.  The structure of the RSS is exactly the same.
Now that both channels are published, a further mystery is pictured below.  The “old”  or currently deployed server displays the image in the RSS feed but the “new” server is displaying a podcast icon!  Where did that come from?  It certainly doesn’t look anything like the image we specified in the RSS feed for that channel. 
From “What’s New” See All:
A possible clue:
Further on in the RSS for the new server, we attempt to provide an image for each of the episodes/items as follows:
<channel>
          <item>
     <itunes:image href="http://denver.gcsu.edu/podcastdata/GCSU/Channel_19013/podcast_6626/6626.png"></itunes:image>
Since iTunes U doesn't (yet) support uploaded images for episodes/items, I wondered if this might be the culprit.  OTOH, unrecognized tags should be ignored.

It would help if you'd given some idea of what you've done so far, so that people don't waste time going through the things you've already done.
For example, you don't say whether or not you've connected the XServe RAID to a host system via the fiber channel cables. That's the first thing.
Have you yet configured the XServe RAID (using RAID Admin) with the array settings you want (e.g. RAID 5, RAID 1, one slice, 5 slices, etc., etc., etc.).
Out of the box, the XServe RAID will be configured for one RAID 5 array per side, so you might be OK there, but you might not.
Then does Disk Utility show the arrays at all?
If not, does System Profiler show the arrays connected?
If they are connected Disk Utility would usually show them, which might indicate the fiber channel cables are not connected.
If Disk Utility does show them, you might need to initialize the arrays. Once they're initialized they should appear on the desktop.

Similar Messages

  • How do I get an image to appear across two pages?

    Setting up a book with iBook Author, and I want an image to appear across two pages, as it does with some of the images in the Life on Earth text. I've tried floating the image, but it only appears on one page, and the image cuts off at the page end. Anyone know how to do

    A Page consists a readers spread. A left facing page, and a right facing page. In the caes of iBooks Author that thinking is throw out the window. I am going to reference page 2 and page 3 of that Life on Earth iBook. The planet earth image.
    1. Take an image/object and place it where you want on the Right side of your Page. Now select that image/object and COMMAND-C (Edit>Copy) so we have a copy in the pastboard.
    2. Go to the Left ajoining page by scrolling the layout to the right and simply COMMAND-V (Edit Paste) so the image/object now resides on the left page. Position this image so it mirrors the opposite side of the image/object you place on the Right page.
    Hope that all made sense.

  • How do I get thumbprint images to appear in the Organizer of Photoshop Elements 13?

    After installing 13, I get hourglass symbols for all the pictures in the catalog, and when I click on them, I can see the picture image, but obviously can't search the catalog visually. Any ideas?

    You can get the screen size by using Dimension java.awt.Toolkit.getScreenSize().
    Once you get the Dimension, Before using API setVisible(true), You have to do the calculations to put your dialog in the center.

  • How Do I Get Cam Stream To Appear in FMLE Using iGlasses Software?

    How Do I Get Cam Stream To Appear in FMLE Using iGlasses Software?
    Sair

    Hi Roger,
    Thanks for your reply and my apologies for taking longer than hoped to respond.  The problem I'm having is that the cover art shows on my iPad (e.g. for "Meet the Press", a weekly American news programme), but it doesn't in either iTunes on my Mac or (consequently) my iPod Nano.
    I'm not sure I understand why the image, if it's embedded, would appear on one device but not on another for iTunes?
    I tried going to the iTunes store and dragging the cover art across to iTunes on my Mac, but it only brings the link across (rather than the image).
    Any help you could provide would be most appreciated!
    Thanks and best regards,
    Tony

  • How do I get webpage previews to appear in Safari bookmarks?

    How do I get webpage previews to appear in Safari bookmarks? There are some entries in my Bookmarks List that have no preview images, and I want them all to appear. How do I do this?

    HI,
    Empty the Safari cache and see if that helps.
    From the Safari Menu Bar click Safari/Empty Cache...
    Good tips here for Safari. Safari on a Nutshell
    Carolyn

  • In mail, my attachments, both photos and documents appear in the body of the message.  How can I get my attachments to appear as a separate attachment and not as part of the message.  Thanks for your help, Karen.

    In mail, my attachments, both photos and documents, appear in the body of the message.  How can I get my attachments to appear as a separate attachment and not as part of the main message????  Thanks for your help, Karen.

    softwater wrote:
    ...and costs $14.99
    Yep! And if you absolutely need (or think you need) that functionality, it is worth every penny.
    As Don already pointed out, exactly what the recipient sees will depend on how they've set up their machine and what unnecessary 3rd party apps they might've installed to display attachments the way they want.
    In theory, that is true. In practice, Attachment Tamer will cause more of your messages to show up as plain-jane icons on the other end. The problem is, after all, people running Outlook 2003 and 2007. These people likely aren't doing many system modifications.
    If I were you, I'd use the free solutions provided above, save my money and let my recipients decide how they will handle their mail.
    I completely agree.

  • How can we get the image which is stored in clipboard by labview, is there any functions available like text from clip board

    How can we get the image which is stored in clipboard by labview, i can get the text in clipboard by using invoke node directly.but i cannot get the image, is there any functions or vi available.(image is in Png format)

    The Read from Clipboard method is, unfortunately, limited to text. If the clipboard contains an image then you need to use OS-specific functions calls. This is an example program for Windows. It's old, but it should still work.

  • How do I get my ereader to appear on the left hand side of Digital Editions?

    I have a Kobo Vox ereader and it works well.  It connects to my computer and appears  when I look at My Computer.  It doesn not appear on the left hand side of Digital Editions under Devices (devices does not appear either) when ADE is started.  The book I downloaded appears in ADE and is readable in ADE.  How do I get the Kobo to appear within ADE so I can transfer the book.  ADE does not seem to see the device to ask me to register it as the help screen suggest it might.  I've made sure that it is connected before I open ADE.  Please help.

    The eReader is authorized/activated with an AdobeID rather than with a computer.
    It is possible to have multiple computers and multiple devices all authorized with the same ID.
    The eReader gets its authorization when you Authorize Device from any computer;
    and then should work find when connected to any other computer authorized with the same ID.
    ~~~
    One possible reason for your issue is that you haven't authorized the laptop with your AdobeID.
    In that case ADE generates an anonymous/implicit ID with very limited capabilities.
    In particular, one capability missing is the ability to pass the implicit ID onto a device;
    so it is possible (???) that in that case ADE does not show the device.
    If that is the case
    ctrl-shift-D to ADE (cmd-shift-D if it's a Mac) on the laptop to remove the anonymous ID
    restart ADE (maybe not needed)
    authorize ADE with the same ID as you are using on the desktop
    restart ADE (maybe not needed)
    plug in the eReader and see if it is recognized

  • On my new iPhone, at the Apps store, I tried to make a purchase, the popup screen shows my Apple ID and asks for my password, but no keyboard appears so that I can enter the password.  How do I get the keyboard to appear??

    On my new iPhone, at the Apps store, I tried to make a purchase, the popup screen shows my Apple ID and asks for my password, but no keyboard appears so that I can enter the password.  How do I get the keyboard to appear??

    On your iPad, delete the existing account then sign back in with the new ID and password.

  • How do i get that bar to appear on the screen for http and web pages?

    How do i get that bar to appear on top of the screen for http and web pages?

    Yes im using safari version  5.1.2 (6534.52.7)  I have tried clicking show toolbar  from the view menu but i still can't see it.  It's the bar where you type in a website link or http:// that I can find - any other suggestions much appreciated

  • How can I get an image from the screen? Like screen printer in PC to pasting after in word or other program.

    How can I get an image from the screen? Like screen printer in PC to pasting after in word or other program.

    If you do Cmd+Shift+3 you'll get a full screen image saved to your desktop as a jpg file.
    Also, you can use Cmd+Shift+4 and you'll get a cursor which you click+drag to draw a box. When you release the drag the boxed in area will be saved to the Desktop as a jpg file.

  • How do I get an image next to my link on facebook or linkedin?

    How do I get an image next to my link on facebook or linkedin?
    Cheers, Joakim

    Make sure there are images on your page.

  • When editing an image in Photoshop from Lightroom then saving it back to Lightroom, how do i get the image to go back and  sit next to the original? Mine is going to the end of the folder. Thanks Karen

    When editing an image in Photoshop from Lightroom then saving it back to Lightroom, how do i get the image to go back and sit next to the original image? Mine is going back to the end of the folder. Thanks Karen

    Hi Karen
    You may the sort set to Custom. Click the dropdown menu on the toolbar (to the right of the word sort) and change to capture time.
    If you can’t see the toolbar above the filmstrip press the T key. Press T again to hide.

  • I am downloading from a Canon 650D to Photoshop CS5.1 AND Adobe Bridge CS5.1  do i need to download a  DNG convertor? if so how do i get the images from the camera to the convertor?

    I am downloading from a Canon 650d  TO Photoshop CS5.1  and Adobe Bridge CS5.1  Do i need to download a DNG convertor? if so how do i get the images from the camera to the convertor?

    Please check the list yourself and co,mare the necessary CR version with the one your version of Photoshop utilizes. 
    If the version os higher than yours you can use the free DNG Converter – as to how to use it please read up on that.
    Camera Raw plug-in | Supported cameras

  • New "Photos" is a piece of JUNK!  How do I get my image numbers to display as imported like they used to? Can no longer make Events or view old events as before either.

    How do I get my image numbers to display as imported like they used to? Can no longer make Events or view old events as before either.
    If this is replacing Aperture and previous iPhoto it is USELESS...WAY fewer options for editing available. New "Photos" is a piece of JUNK!

    Hi.
    I have just migrated my library from Aperture to photos. All seems to have gone smoothly, except for one thing. All of my photos are 'untitled', whereas in both Aperture, and previously iPhoto, the filename was used for the title. If I hit CMD+I and get info, the title is still there as the filename, as I use the filename for all titles.
    Is there a way to batch copy all filenames as photo titles, this was done automatically in Aperture and iPhoto, as when photos were imported the filename was used automatically.
    Any help appreciated.
    Thanks.

Maybe you are looking for