Use bit.ly for audio link?

I just launched my first podcast. I'm hosting the .mp3 from an enjin.com website and they don't have any sort of click counter so I would like to create a bit.ly link to the files. Will iTunes (and RSS feeds) work fine if I use the bit.ly forwarding link for the GUID and Enclosure?
Thanks!

No. You can use redirects for the media file (though it sometimes causes trouble so you need to be cautious about it) but the URL must have the media file extension - e.g. .mp3 - or iTunes won't recognize it as a media file and won't display the episode at all.
As to tracking downloads, Apple's help site mentions this:
http://www.apple.com/itunes/podcasts/specs.html#tracking
but from what you say it probably won't help you. If you submit your feed to Feedburner and have it submit its version to iTunes, it can provide tracking by referring the files through Google Feedproxy: however it's been reported that this can cause problems so again you may want to be cautious.

Similar Messages

  • Can i use this just for audio

    I want to know if i can use this just for audio ..not the picture part

    I don't see a way of using FT just for audio.  There is no way of turning the video streaming feature to off.  If you disable the camera, facetime won't work at all.

  • HT1535 I use my iPod for audio books.  How do I delete books from the iPod after I have listened to them?

    I use my iPod for audio books.  How do I delete books from the iPod after I have listened to them?

    Hello ListenIt,
    While the following was written for the iPhone, the process should be the same on your iPod Touch.
    Remove a song from iPhone. Tap Songs, swipe the song, then tap Delete. The song is deleted from iPhone, but not from your iTunes library on your Mac or PC, or from iCloud.
    iPhone User Guide - Playlists
    http://help.apple.com/iphone/7/
    Cheers,
    Allen

  • I use my IPod for Audio Books, how do I 'fast forward', I use my IPod for Audio Books, how do I 'fast forward'

    I use my IPod for Audio Books, how do I 'fast forward',

    While listening to an audiobook, click the Center button twice to reveal the scrubber bar. Use the scroll wheel (like you do to move up and down the menus) to fast forward or rewind through the audiobook or audiobook track.
    B-rock

  • Using generic format for database links in ODI Procedures

    Hi,
    As in procedure we use
    create table <%=odiRef.getSchemaName("Target Schema","D")%>.TABLE2 as
    select * from <%=odiRef.getSchemaName("Staging Schema","D")%>.TABLE1
    where Staging Database and Target Database are logical schemas which will associate to respective physical schema while execution so the above statement will become as
    create table Target_Schema.TABLE2 as
    select * from staging_Schema.TABLE1
    I just wanted to know if there is any way by which i can apply samethings for Database Links also.
    Like if i have statements
    create table TABLE2@Target_Database as
    select * from TABLE1@staging_Database
    can i replace DB links like Target_Database and Staging_Database?
    Help would be appreciated. :)
    Thanks,
    Mahesh

    I am not entirely sure about the exact requirement.
    Any way ..
    1.
    create 2 variable .
    v_get_src_schema : select '<%=odiRef.getSchemaName("<your_src_logical_schema>","D")%>' from dual
    v_get_tgt_schema : select '<%=odiRef.getSchemaName("<your_tgt_logical_schema>","D")%>' from dual
    2.
    2 more variable to get the required DBLink
    v_SRC_DB_LINK: select DB_LINK from all_db_links where owner='#PRJ_CODE.v_get_src_schema'
    v_TGT_DB_LINK: select DB_LINK from all_db_links where owner='#PRJ_CODE.v_get_tgt_schema'
    3.
    create a procedure :
    prc_create_table :
    create table <%=odiRef.getSchemaName("Target Schema","D")%>.TABLE2@'#PRJ_CODE.v_TGT_DB_LINK' as
    select * from <%=odiRef.getSchemaName("Staging Schema","D")%>.TABLE1@'#PRJ_CODE.v_SRC_DB_LINK'
    4.
    Create a package :
    Connect all the steps in serial with OK line.
    Execute and let us know what is the out come .
    Thanks,
    Sutirtha

  • Distortion using USB port for audio output

    I did some research in the Mac Mini community regarding the problem I'm experiencing but most of the posts were several years old so I thought I would start a new thread.
    I am using one of the USB ports on my 2011 Mac Mini (2.3GHz, i5) to feed a High Resolution Technologies Streamer II USB DAC which then connects to my audio systems integrated amplifier. The issue I'm experiencing is that I am getting distortion when I first open iTunes and start a music track playing. I can hear the music but it is overlayed with this static like distortion. It seems to happen specifically when I first wake the computer from sleep and open iTunes and try to play a track. If I close and reopen iTunes and start a track playing again the distorion usually goes away and all tracks after the initial distortion play fine. I've done troubleshooting with regards to the HRT USB DAC and made sure the Streamer II is operating on its own USB Bus and I've tried a powered USB Hub to feed only the Streamer II but the distortion continues. So aside from the obvious hardware malfunction possibilities I was wondering if anyone else has experienced this problem. Thank you,

    well i dont have the cable yet i just was wondering if that would work. Yes it has bluetooth but i was told you cant use the bluetooth for a modem. Dont know why the phone has the option. How would i set up that option?

  • FM10/Acrobat X 10-use named destinations for PDF linking

    My company wants our documentation to be accessible from a web page. No problem there. But they want to provide users with links that open the PDF files to a specific section.
    My books are in FM10. I created hypertext named destinations (example hyperlink syntax: newlink alarm) at the points where they want to open the PDF. I then saved the book to PDF, with the Create Named Destinations for All Paragraphs check box selected.
    We are now trying to build a link from the web page to open the PDF at the named destination. Here is some info from the web developer on his syntax:
    These zoom but do not position you to the named destination:
         <a href="Documentation/IO.OS 2.1.3 Technical Overview.pdf#nameddest=alarm&zoom=40">Tech Doc</a>       
         <a href="Documentation/IO.OS 2.1.3 Technical Overview.pdf#alarm&zoom=40">Tech Doc</a>
    This positions to the indicated page and zooms:                   
         <a href="Documentation/IO.OS 2.1.3 Technical Overview.pdf#page=20&zoom=40">Tech Doc</a>
    What are we doing wrong? I've been searching the forums and community help and we've tried all the syntax examples we can find. Thanks so much for any help you can provide!

    Hi Kim,
    Our team recently found a way to put custom named destinations in our FrameMaker files that can be used for linking to specific places in the PDF output (with no strange alphanumeric codes added to the named destinations).
    The named destinations are anchored in FM so they stay with whatever heading/text/graphic/etc they are "attached" to, even as content is added to/removed from the FM files.
    Will the following work as part of the solution you're looking for? (We're also using FM10 and Acrobat X.)
    In FM, insert a new text frame object.
    Type the following code in the text frame: [/Dest /Help123/Dest pdfmark
    where “Help123” is the name that will appear in the PDF for this named destination. This is name you would use in your hyperlinks. Our programmers use this name for the context-sensitive help links in the user interface.
    Right-click on the text frame and select Object Properties. Click to select the PostScript Code check box, then click the Set button.
    NOTE: Once the PostScript Code check box is selected, the text in the text frame cannot be edited. To edit the text in the text frame, you have to first turn off the PostScript Code option, edit the text, and then turn the PostScript Code option back on.
    Select the text frame object, then cut and paste to create a new instance of it. This places the text frame inside an anchored frame.
    You can now “attach” the anchored frame to whatever heading/figure/text/etc the named destination should link to.
    Here's the catch. To get the named destination in the PDF output, you can’t use the “Save as PDF” command in FM – you must print to PDF instead:
    In the FM file, click File >> Print Setup.
    Select Adobe PDF in the Name drop-down list, then click the Properties button.
    Deselect the Rely on system fonts only; do not use document fonts check box, then click OK.
    Click OK.
    Click File >> Print.
    Select the Generate Acrobat Data check box.
    Click the PDF Setup button to define bookmark links, print quality, etc, then click the Set button when done.
    Click the Print button.
    The generated PDF file should contain all the bookmarks you’ve defined as well as all the named destinations you added (with the exact names you specified).
    Hope that helps. Thanks, and good luck,
    Jason

  • Can i use the TC for Audio and video storage? How?

    I have a Time capsule and i want to use it to storage audio and video, and use it with my Home theater system. I am not sure how can i play it? Ipad? OS?
    Somebody has experience with this?

    Why are you asking in the iphone forum?
    The ipad forum would be a better place to ask.

  • Is there a way to switch off by default the video on FaceTime? I only ever use this app for audio/calls and hate the video being on. I especially hate that if I leave the app open to receive calls it means the camera and green light are on.

    My issue is that I can't find a way to have the camera switched off when the app is open and so this means if I want the app open all day to receive calls then the camera is going to be on the whole time. Even if it didn't potentially drain the battery, or add to the CPU usage or whatever else may cause any problems whatsoever (wheel of death!), I just don't want the camera on as I don't see myself ever wanting to use the video call feature but I would use the audio/call multiple times throughout the day to make and receive calls. The camera being on when the app is open is enough to prevent me from using the app. Also ever since seeing that episode of criminal minds where if you saw the green light on above the screen then it meant the killer was watching you!
    Basically I just can't believe there isn't a way to disable the camera whilst having the app running. I know when initiating an audio call the camera goes away, but I would like the camera away the whole time. To me it just would make sense that if you click the video option then the camera is on, and if you click the audio option then the camera goes off. It just seems waaaaay to basic a thought for apple to have missed... Let's face it, we're not all as pretty as the people in the apple adverts and don't want to see our ugly mugs staring back as us when we work all day at our macs!

    I have exactly the same concern. It seems it would be a simple fix for Apple to allow users to turn off the camera (and even the mic) while keeping FaceTime open -- especially now that it turns out FaceTime must remain open in order to send and receive iPhone calls on a Mac.
    I like to think this new functionality of FaceTime will be baked into a future release of Yosemite, as the current setup has that not-quite-finished feel of a work in progress. In the meantime, there's nothing like a little piece of Post-It stuck over the camera to keep the NSA from watching your face as you type a post to the Apple Support Communities.

  • Using generic webserver for opendoc links

    Hi Everyone,
    Is there a specific syntax I can use to enter opendoc links for a URL button without specifying the name of my BOE server.
    I've tried using <webserver> in place of my server name without success.
    Thanks in advance.
    Angie

    The dynamic url method that Simon gave earlier should work, but not when you are previewing the dashboard.  It would only work once it has been exported to Enterprise.
    If you want it to work whilst previewing you'll need to specify the full server string.
    Regards
    Charles

  • Using a button for my link on a page

    Hello.
    I am probably asking a very simple question, but I can't figure it out.
    I have a simple link on my page in the form of:
    click here
    When the page displays, the "click here" text shows as underlined hyperlink that a user can click on and go to another page.
    The problem is that most of my ApEx generated pages have template buttons for navigation between pages and I would like to stay consistent when I create links within my html text and use buttons too, not underlined hypertext.
    Is there a way to display a button that says "click here" instead of a hyperlink text that says the same?
    I am tricking it by creating an image of a button and embedding the image with the <img> tag in between my <a></a> tags. But that's ugly because it's not a real button that changes its text color when you hover the mouse over it and gets sunk in when you press on it giving it that real look and feel, but just an image of it.
    Thank You
    Boris

    Great. This is really helpful. I am one step ahead now.
    I set up a button in my link as follows:
    <input type="button" name="Claim Sample" value="Claim Sample" style="background-color: green; color: #ffffff; font-weight: bold; font-size: 120%; font-family: verdana;">
    The only thing is that if I were to try to make my button consistent with the template based buttons I use throughout the app, and if I know my template is:
    template:117972528606699234
    isn't there a way to do something like this for my button to pick up the template format?
    Hypothetical code:
    <input type="button" name="Claim Sample" value="Claim Sample" style="template:117972528606699234;">
    Thank You
    Boris

  • Black screen for audio links

    When I link to an audio file(mid,aif,mp3), I get a black screen.
    How do I get Quicktime player to appear?
    I have no trouble with Firefox.

    Hi Jim
    Would you post an example URL. Thanks

  • Need to undo the "use for new links" option...???

    Hello- Probably an easy answer to this one- I'm just not seeing it.....My first link I made on the page I clicked "use this for new links". Now I don't want to use that format for new links anymore. Do I always have to remember which link was the first one I created and change that one? Do all of the link have to have the same effect? How do I undo the "use for new links" option?
    Thanks!
    Holly

    That's how I thought it should work- there must be something wrong then because after I click "use for new" once, the options are greyed out for any link made after that. Only the original one lets me change it, then all the others follow suit with the changes made to the one. Didn't seem right. Think I should reload iLife?

  • Struts - using html:image for link

    I would like to use an image for a link but I am not sure how to do this. Right now I'm using the <html:link> tag and using the action mapping. Can this be done using the <html:image> tag?
    Here's an example of what I'm currently doing.
    <html:link action="/homePage"><bean:message key="General.button.HomePage"/></html:link>I'm new at java and struts and could definitely use a little help.
    Thanks!
    bfrmbama

    yeah, <html:image> is a form submit button... in HTML, it's this:
    <input type="image" name="thename" src="thesrc" value="thevalue" />
    <html:link> has onmouseover and onmouseout attributes... so you just put the mouseover script stuff there.

  • W520 for audio work - DPC questions

    Hello!
    I've recently ordered a W520 and I can't wait for it to arrive later this week. While I wait to unbox my new toy... er, piece of equipment (lol) I've been reading the forums so I can know a bit more about the machine, and  I'd like to toss an audio performance question out there.
    For those W520 owners who are using their machine for audio production and live performance, have you had to take any uncommon steps in reducing DPC latency? As I understand it, operation of the laptop without the battery isn't recommended, so the trick of removing the battery might not be applicable.
    I have some lingering uncertainty about appropriate BIOS/driver package selections, but I'll reserve those for another thread.
    Thanks!!
    Solved!
    Go to Solution.

    Hi djlj
    If using the new Intel LAN NIC driver still worsen DPC, you could just downgrade it to 
    http://h20000.www2.hp.com/bizsupport/TechSupport/SoftwareDescription.jsp?lang=de&cc=de&prodTypeId=32...
    Lang=18&mode=2&taskId=135&swItem=ob-96025-1
    +
    With the latest Intel Chipset driver, you should be fine.
    Since you are an audio guy, perhaps you can try Dolby under my sig. link. Which could enhance your audio performance.
    Have a nice day! 
    Peter
    W520 (4284-A99)
    Does someone’s post help you? Give them kudos as a reward, as they will do better to improve | Mark it as solved if the solution works for you, so it could be reference for others in the future 
    =====================================
    Sound Enthusiast and Enhancement (Post comments, share mixes, etc.)
    http://forums.lenovo.com/t5/General-Discussion/Dolby-Home-Theater-v4-for-most-Lenovo-Laptops/td-p/62... 

Maybe you are looking for

  • Warning message in IT0008

    We are using T710 tables for Salary structure and T510A and T510G for pay scale area and type.  While entering the basic pay amount in the annual salary field, the warning message is coming in pay period amount range eventhough we have given annual s

  • Calculate date differences in consecutive rows and generate a sequence

    Hi Guys, I am trying to implement one scenario where in i need to compare the date differences for consecutive rows and generate a sequence against that. this is the table schema: create table temp id int identity(1,1), emp_id int, time datetime inse

  • Brute force on admin account - Windows Domain

    Hello, I have seen a rise of attempts to brute force our Administrator account on a awindows domain. I have in place, a Cisco ASA5505 w/ IPS sensor. I'd like to use the IPS sensor to automatically block IP's that brute force after x failed login atte

  • 11G CRS Compatible with 10GR2 RDBMS ?

    I am testing the following configuration. When installing RAC version 10.2.0.1 EE of the RDBMS I received an error on the preinstallation checks because the CRS was Oracle 11.1.0.6. Is the following software stack supported and compatible? CRS -> 11.

  • ITunes maximise button doesn't work

    The normal green + maximise button in top Left doesn't work anymore in itunes 11. when you click on it changes the window to be bigger or smaller. In old versions when you click on it, it will make the window smaller with a proper status screen with