Do you use guid for previews?

I wanted to make the 1:30 minute previews for my podcast instead of just the begging of each show being the preview.
I saw somewhere that you use the <guid> field for that. I added the files and updated my feed and pinged the server. Some of the regular changes i made worked but the previews are still the beginning of the show.
Can someone let me know what i'm doing wrong.
My xml feed is http://www.thamike.com/awfulshow/awfulshow_01.xml
Our show is The Awful Show
Thanks,
Mike
www.theawfulshow.com

By the way, I only did the guid thing for the last two entries to the xml.
Here is the example...
<guid>
http://www.thamike.com/awfulshow/awfulshow_10clip.mp3
</guid>
Thanks,
Mike
http://www.theawfulshow.com

Similar Messages

  • HT201300 You have Macbook of some kind and it has two Thunderbolt ports.  Which port do you use first for an external monitor/projector?

    You have Macbook of some kind and it has two Thunderbolt ports.  Which port do you use first for an external monitor/projector?

    By the way, I have tried shutting of the display switching in the power settings.  That was basically the only real answer I found anywhere.  It didn't work.

  • Can you use wallpapers for the icons on the iphone 3g? If so, How

    Can you use wallpapers for the icons on the iphone 3g? If so, How

    On the Mac to save a picture from a web page <CTRL> click on the picture then choose Save Image As... and save it onto the desktop. Once you have collected all your pictures onto the desktop open iPhoto and Import all the images into an iPhoto Album. Quit iPhoto.
    Open iMovie, then go to the Toolbar along the right side of the iMovie window and click on the camera icon to browse through your iPhoto Library. Find your pictures then drag them into the Project Browser window.

  • What do you use spiceworks for ?

    I will be the first...
    I use spiceworks for inventory and network monitor.
    I have 535 devices on inventory and testing the monitor.
    Use Zabbix aswell for monitoring my servers and switches. My helpdesk is made by our development team. And we have around 250 users

    Do you use spiceworks for helpdesk ? Inventory ? Network Monitor ?
    How many devices/user you got ?
    Only use spiceworks ?
    This topic first appeared in the Spiceworks Community

  • When will you make an IPad YouTube app. There is one for iPhone and when you use it for the iPad the quality is bad since you have to zoom in. Please fix

    When will you make an IPad YouTube app. There is one for iPhone and when you use it for the iPad the quality is bad since you have to zoom in. Please fix

    If you lost sounds for keyboard clicks, games or other apps, email notifications and other notifications, system sounds may have been muted.
    System sounds can be muted and controlled two different ways. The screen lock rotation can be controlled in the same manner as well.
    Settings>General>Use Side Switch to: Mute System sounds. If this option is selected, the switch on the side of the iPad above the volume rocker will mute system sounds.
    If you choose Lock Screen Rotation, then the switch locks the screen. If the screen is locked, you will see a lock icon in the upper right corner next to the battery indicator gauge.
    If you have the side switch set to lock screen rotation then the system sound control is in the control center if you are running iOS 7. Swipe up from the bottom of the screen to get to control center . Tap on the bell icon and system sounds will return.
    If you are running iOS 5 or iOS 6, the system sound control is in the task bar at the bottom. Double tap the home button and swipe all the way to the right in the task bar to get to the speaker icon on the left side. Tap on that and the sounds will return.
    If you have the side switch set to mute system sounds, then the screen lock can be accessed in the same manner as described above.
    This support article from Apple explains how the side switch works.
    http://support.apple.com/kb/HT4085

  • Using Guides for multiple Slides

    Hello there,
    my problem is as follows:
    I want to be able to use Guides in Keynote for multiple slides. In other words: once I set up guides for one slide, I then also want to see those guides when switching to the next slide.
    Why do I want to do that? Once I find a nice layout which I want to use throughout my presentation, eg. always a picture at a certain position, I want to use the guides to then help me to align pictures on all the other slides at the same position
    Thx for any help!
    Best,
    Helio

    Hi,
    I think I've got it, the issue you have has been driving me nuts and I have tried all sorts (incl. the work-around as suggested by Gillian).
    What I have discovered is that the guides placed on the master are on the slides – it's just they are not visible!!! You will see that when you move an object on the slide it will snap to a guide that you have placed on the master. Quite clever in a way but not practical in another way, so the work-around might still be a good way to help visually.
    I'm aware this is not a great help, but at least it explains how the guides work.
    Hopefully in the next release we will have guides that work like indesign!

  • Can you use ABAP for B1 Development

    Hi
    I have been lookng for answer for the following 2 questons.
    1.  Is is it possible to use ABAP for B1 Development to create Add-ons.
    2. In the standard forms/reports there is no figure to words conversion. Please high light on how to do this.
    Ramesh Shankaran

    Short answer: no you cannot.
    Longer answer: B1 gives you access to its objects and GUI
    with COM-based libraries. Any language that supports COM
    can be used, included VB, VB.NET, C#, C and C++. A wrapper
    for Java is also provided to access B1 objects.

  • Can you use pages for OS on IPad offline?

    Can you use the pages app on the IPad offline?

    If you have Pages on more than one device and have iCloud set to sync Pages your documents will appear on all devices. You need a Wi-Fi or cellular connection for the sync to happen. But one the document is on a device you do not need to be connected to the internet to open or edit the documents.
    One thing you do need to be carful about if you have Pages on two devices, like an iPad and iPhone, is that things might get confused if you are offline and make different edits to the same document on each device,

  • How do you use tools for reporting in oracle?

    Hello,
    I have a question about reporting in oracle pl/sql..., how tools do you use to reporting in oracle?
    ths,

    Hello,
    reporting in "Excel" files is often required. And there are free tools to do so.
    https://xml-spreadsheet.samplecode.oracle.com/ or
    https://exceldocumenttype.samplecode.oracle.com/
    Others can be found at Re: How to save a query result and export it to, say excell?
    Regards
    Marcus

  • How do you use setRectOfInterest for AVCaptureSession

    I'm struggling with how to impliment AVCaptureSession 's setRectOfInterest method.
    To make things simple... there's some sample code in the WWDC sample code (2013) called QRchestra.
    Right now the scanning of barcodes is for the entire preview area... but lets say I want to limit it to half the screen.
    The ReceiveViewController gets the meta data from SessionManager.
    Now in RecieveViewController viewDidLoad I can do :
    self.sessionManager = [[SessionManager alloc] init];
    [self.sessionManager startRunning];
    AVCaptureVideoPreviewLayer *previewLayer = [[AVCaptureVideoPreviewLayer alloc] initWithSession:self.sessionManager.captureSession];
    CGRect metadataRect = [previewLayer metadataOutputRectOfInterestForRect:CGRectMake(160, 0, 320, 348)];
    That should give me the coordinates translated for the frame of refference of the preview screen.
    According to WWDC I would apply that to the metadata output :
    [metadataOutput setRectOfInterest:metadataRect];
    That sould be it - but the issue I am having is finding that metadataOutput object.
    It exists in SessionManager but must be private or something as it doesn't appear to be exposed to ReceiveView Controller vis self.SessionManager.
    Google has been of no help with setRectOfInterest so I'm coming to you fine people.
    Anyone able to shed some light on this for me?

    Not really my bag, this, but did you look at the class reference for AVMetadataObject? apparently you never create a metadata object directly but get one by using an AVCaptureMetadataOutput object. As best I can grok this on brief (totally underinformed) inspection, you start with a capture session then use the addOutput method to add an appropriate metadata object. The rectOfInterest property is set on that rather than on the session itself.
    If that doesn't help, sorry!

  • Bad INSERT performance when using GUIDs for indexes

    Hi,
    we use Ora 9.2.0.6 db on Win XP Pro. The application (DOT.NET v1.1) is using ODP.NET. All PKs of the tables are GUIDs represented in Oracle as RAW(16) columns.
    When testing with mass data we see more and more a problem with bad INSERT performance on some tables that contain many rows (~10M). Those tables have an RAW(16) PK and an additional non-unique index which is also set on a RAW(16) column (both are standard B*tree). An PerfStat reports tells that there is much activity on the Index tablespace.
    When I analyze the related table and its indexes I see a very very high clustering factor.
    Is there a way how to improve the insert performance in that case? Use another type of index? Generally avoid indexed RAW columns?
    Please help.
    Daniel

    Hi
    After my last tests I conclude at the followings:
    The query returns 1-30 records
    Test 1: Using Form Builder
    -     Execution time 7-8 seconds
    Test 2: Using Jdeveloper/Toplink/EJB 3.0/ADF and Oracle AS 10.1.3.0
    -     Execution time 25-27 seconds
    Test 3: Using JDBC/ADF and Oracle AS 10.1.3.0
    - Execution time 17-18 seconds
    When I use:
    session.setLogLevel(SessionLog.FINE) and
    session.setProfiler(new PerformanceProfiler())
    I don’t see any improvement in the execution time of the query.
    Thank you
    Thanos

  • Can you use Airport for internet and Gigabit Ethernet for file sharing?

    i would like to complicate my network setup by using my Airport connection to the internet for internet access and then use the Gigabit Ethernet connection between my G5 tower and the MacBook Pro for file sharing, Compressor's distributed rendering, and possibly iTunes music/video sharing for Front Row.
    is this possible? could i just run a cat 6 cable between the two and network them together? or do i need to get a Gigabit Switch?
    i suppose i could just try running the cable between them and see what happens. i don't think these new machines require cross-over cables since the ethernet ports auto-detect that now, but is a cat 5e or cat 6 cable required for Gigabit speed?
    thanks,
    scott
    PowerMac G5 2.5GHz   Mac OS X (10.4.5)  

    Yes it would work. The Ethernet network would be used for local file transfers and the Airport for internet. However you will need to make sure Ethernet is at the top of the list of network ports in the Network Preferences.

  • If you use AXIS for Web Services then..

    I have been working on a Web Service the last 2 weeks and finally got a connection working with JAVA and AXIS. The question I have is this. First off, my code listed below is so very simple and it works. Now all the so called examples that I have seen out there seem to have the code replicated from the SoapBindingStub file and if I try to duplicate the way that they have there code, I can not get it to work.
    At the end of this file is a sample of what I have seen others posting. So what all should be in my client to communicate with the stubs of the Service?
    Why would the others be so redundant by putting code from the soapbindingstub into a client?
    Assuming you already have a web service deployed.
    You have gotten a wsdl.
    You have ran WSDL2Java on the wsdl
    Your client would look like the following.
    import folderPathToWSDL2JavaGeneratedFolder.*;
    public class MyClientCallerToWebServiceX {
       public static void main(String[] args) throws Exception {
                   // create an instance of our service locator
             MyWebServicesServiceLocator locator = new MyWebServicesServiceLocator();
                   // create an instance or our SoapBindingStub
             MyWebServicesSoapBindingStub stub = (MyWebServicesSoapBindingStub) locator.getMyWebServices();
                   // make a call to a method we created in our web service
           System.out.println("Data on server: " + (stub.getSomeMethodOfMine("pass in a value").toString()));
    Others type of coding........
    import org.apache.axis.attachments.AttachmentPart;
    import org.apache.axis.attachments.Attachments;
    import org.apache.axis.client.Call;
    import org.apache.axis.message.SOAPHeaderElement;
    import org.apache.axis.message.*;
    import javax.activation.DataHandler;
    import javax.activation.FileDataSource;
    import java.io.*;
    import javax.xml.namespace.QName;
    import org.apache.axis.encoding.XMLType;
    import javax.xml.rpc.ParameterMode;
    import org.apache.axis.encoding.ser.JAFDataHandlerDeserializerFactory;
    import org.apache.axis.encoding.ser.JAFDataHandlerSerializerFactory;
    public class NC
    public static void main(String [] args)
    try
    Call call = new Call("web service address");
    //insert session id into header
    SOAPHeaderElement header = new SOAPHeaderElement("http://xml.apache.org/axis/session", "sessionID", 575757);
    call.addHeader(header);
    //testing attachment stuff
    DataHandler dh = new DataHandler(new FileDataSource(""));
    QName qnameAttachment = new QName("NescaumReport", "DataHandler");
    call.registerTypeMapping(dh.getClass(), //Add serializer for attachment.
    qnameAttachment,
    JAFDataHandlerSerializerFactory.class,
    JAFDataHandlerDeserializerFactory.class);
    call.addParameter("iID", XMLType.XSD_INT,
    ParameterMode.IN);
    call.addParameter("startDate", XMLType.XSD_STRING,
    ParameterMode.IN);
    call.addParameter("endDate", XMLType.XSD_STRING,
    ParameterMode.IN);
    //Add the filename.
    call.setReturnType(qnameAttachment);
    Object ret = call.invoke("", "generateData", new Object[] {new Integer(21),"11/11/2004", "11/12/2004"});
    catch (Exception e)
    System.err.println("Error : " + e.toString());
    }

    Sorry if this sounds like I am new to this but I am.
    So, the extended version is the format that would be used if you were not utilizing the files that the wsdl2java function creates?
    And this is done to when you want more flexibiility for the user to call your service?
    So, you would push to have the stub files used when you want to control how the web service is used?
    thanks for the feedback.

  • Can you use factime for 3 devices from one itunes account?

    I was wondering i have 3 apple devices macbook ipad2 and ipod touch 4th gen I have facebook on all of them and want to use it when i am away but it all goes through one apple id account can this still work or do i need to generate separate accounts for each device

    certainly.  Synch one of your phones to iTunes.  Then restore the other phone from the first phone's backup.

  • What are you using Catalyst for?

    Since we can't do polls, I  thought we could answer in a discussion. Here are the choices:
    1) Prototyping
    2) Flex Application design
    3) Widget design (embedded in a web page)
    4) Complete site design
    I'll start:
    I use it mostly for 1) Prototyping and a little for 2) Flex Application design

    1 (and hoping it also has potential as a designer's rapid mockup presentation tool to maximize the WOW factor so I can get my projects funded!)

Maybe you are looking for