Is there a way to save a specific podcast episode in the podcast?

Is there a way to specifically save a podcast episode in the Apple's podcast app so that it doesn't get deleted until you manually delete it? The way I understand is that you can go to "setting" and choose how many episodes you want to keep. But what if I want to save a specific episode permanently?
Thank you for your help.

Nothing "built in" senses file type and sorts by it that  know of, and I've not heard of any third-party options.
You can have pretty good control by slight mods to how you download:
1--Set up a dedicated Downloads folder in Documents if you don't have one. Point all you browsers to that folder for catching downloads.
from here you have two options:
2A--always display that folder sorted by "Kind." That put files of similar types together
2B--within the Downloads folder, create subfolders for different file types. If you do this, instead of clicking files for downloading, right-click them. One of the contextual menu options the right-click will reveal is "Download Linked Files as...." and will force a dialog box from which you can select the subfolder that will hold that file type.

Similar Messages

  • Is there a way to save a specific text message on the iPhone itself?

    I know that with most phones there is an option to "lock" a text, saving it to the phone. Is there a way to do this on the iPhone, or an app that lets you do this?

    You could also take a screen shot(quickly/briefly push the home and sleep/wake buttons simultaneously) of the text if it fits on one screen. You'll hear the same sound as when you take a photo and the image will show up on the camera roll.

  • Is there a way to save a photo I found on the Internet to my photos on my iPad mini? It only lets me save to my homepage, which I don't want to do. Please help!

    Is there a way to save a photo I found on the Internet to my camera roll photos? Here is my dilemma, I control a company's Facebook page and like posting cool photos, however because the business is just one of my pages I cannot simply post it to Facebook. On my laptop I normally do save as and choose from photos to upload, but it seems as though I cannot do that on my iPad mini.
    I am also a brand new apple user.

    To save an image while in a browser like Safari tap and hold on the image until a Save Image choice appears. Tapping on Save Image will put the image in your Camera Roll.

  • Is there a way to save a specific set of open files?

    Hi,
    I'm trying to figure out if it's possible to save a specific set of open files in Flash so that when you close the app and then reopen it, you would either see the files that were open when you closed Flash or at least have the option to select it and it woud then open those files in the order that you left them.
    Is that an option by any chance?
    With all my class files open at one time, I hate having to reload them into the order that makes sense to me every time I launch Flash.
    I was looking into the Projects panel which seems like it's in the direction of what I would like but I can't seem to find anwhere that saves open files.
    Thanks in advance for any insight into this!
    Cole

    I don't believe this is possible with Flash - I've used Flash for a long time, and certain learn new things all the time! But Flash only has a "memory" of recently open files, and doesn't automatically open them for you.
    But, for class files, you're in luck. There's a 3rd party AS editor, FlashDevelop, that does EXACTLY that. When you launch it, it auto opens the multiple AS files you ahd open from the previous day/session. FlashDevelop is a wonderful tool to use for editing your AS (and is quicker than Flash, and does custom class introspection, where it auto-completes your own class properties & methods, as well as many other developer-friendly features).
    http://www.flashdevelop.org
    Here is a screen grab of what Flash Develop lloks liek for me when I open it (showing multiple class files opened yesterday, without me having to open them today)

  • TS4006 IS THERE A WAY TO SAVE VOICEMAILS ON MY IPHONE TO THE CLOUD

    I need to save messages on my iphone voicemail longterm - is there a way to do that on the cloud, or transfer them to my mac?

    No. Sorry.

  • The "save image" does not transfer the photo from facebook to ipad album.  Is there another way to save a picture from facebook to the iPad album?

    I cannot transfer or copy pictures from Facebook to my iPad album.  I tap the photo and it says save image but does not show up in my album.

    Go to Settings>Privacy>Photos. See if you need to allow Facebook access to the photos app. Also look at the Facebook setting under Twitter and see if there is a setting in there that you need to enable. Finally go to Settings>General>Restrictions>Privacy>Facebook and make sure that it hasn't been disabled in there.

  • New STB - Is There a Way to Save Recordings?

    Verizon is sending me a new Motorola DVR since they determined my current one has a problem.  Is there a way to save my recordings?  I saw the option to export series to the cloud.  I clicked on it and it said okay.  I don't see an import option unless that only shows up when I get the new box.  Does this actually do anything?  And does it only save the series or will it save my actual recordings too?  Buying an esata drive isn't worth it for me.
    Also, they are replacing the box because I suddenly can't get Channel 689 (BBC America HD).  SD works fine, but can't get HD.  Is anyone else having this problem?  I heard from "tns" in this forum that his was fine in VHO 5.  Verizon said there's no outage of which they are aware.
    Thanks.

    In general there is no way to move content from one DVR to another. The only thing you can do to 'save' content is to record it to something else like a VCR or DVD.  All outputs on the DVR box are active simultaneously, so you can connect a VCR to either the RF output, or composite Video or S-VHS video and the audio outputs and record from those outputs.
    The external drive will NOT allow you to move content. It is permanently  paired with the DVR it is connected to, so the only thing you can do with the external HDD after you change DVR's is re-format the HDD. This is a sore subject..
    Before sending back the original DVR, make sure that the new one solves the problem(s). Verizon uses the 'shot gun' approach to trouble shooting, and will try just about anything and everything on your end before considering the possibility that the problem is on their end. In short changing out the DVR may not fix the problem.

  • Is there a way to save a job action for YouTube upload in Compressor 3.5?

    Is there a way to save a job action for YouTube upload? I have about 25 - ten minute clips I want to upload and they all pretty much have the same description and tags. Is there a way to save/make a preset of the job actions that way I don't have to keep inputing the same usernames, passwords, descriptions, tags? Thank you

    the method mentioned by benwiggy will certainly work.  If you want to an option that would give you more options, you could use a PDF Service.  You could then put a specific job on hold while still allowing others to use the printer.
    You can do this by opening AppleScript Editor (/Applications/Utilities).  You can copy and paste the following into an editor window --
    on open printJobs
    tell application "Finder"
    set trapFile to quoted form of POSIX path of (printJobs as string)
    end tell
    set defaultPrinter to do shell script "lpstat -d | awk -F: '{print $2}'"
    do shell script "lpr -P" & defaultPrinter & " -q " & trapFile
    end open
    Save the file as an Application.  You can name it something like Hold Print Job.  Then just put it in the PDF Services directory in the Library directory of your Home folder <yourname>/Library/PDF Services.  You may need to make the PDF Services directory as it may not already be there.
    Once the file is in place, you can use it by using the PDF drop down menu at the bottom left of a print window.  That will send the file to the printer and put it on hold.  Others can still use the printer.  You can then print your file whenever you want.  Just open the print queue as mentioned by benwiggy.  Highlight the job that is Paused.  You will see a little curly icon at the very right (looks like a reload icon in a web browser).  Just click that icon and the job will start printing.

  • Is there a way to save an IRS fill-in PDF form as a Word document?

    I preparing a large number of IRS Form 8282.  I would think that saving the form as a Word document and being able to merge my data would be the most efficient way to prepare these forms.  Is there a way to save the form in Word?

    Other than GetboxMan's suggestion, you'll want to be sure that the IRS will accept a Word document bfore doing the work. My agency collects tax documents and we're very specific about what you send back. It needs to be something that works with our data collection software.
    At any rate, if they DO accept Word documents, you may want to try out the trial version of Acrobat. It has the abiity to save as a Word document (although the success rate can be low). The trial is fully functional and free for 30 days.

  • Is there a way to save a conversation on iMessage?

    I have a specific conversation in iMessage that I would like to save...or at least prevent it from being accidentally deleted.  Is there any way to save or archive this conversation on my iPhone 4S?

    You can either take a screeshot of it and email the photo to yourself, or purchase 3rd party software such as PhoneView or Touch Copy.

  • Is there any way to save a browsing session i.e. save a window of tabs?

    If i am browsing a subject and have several related tabs open is there a way to save these tabs in a group so i can open them all together again? I dont necessarily want to open all these tabs on start up but maybe in the future sometime when i am browsing this topic again.

    OK thanks but that just bookmarks the pages - i want to be able to open them all up again at some time in the future when i am working on a certain subject.
    And i dont want them to open up every time i start firfox.
    Found this comment on review of tab saver add on page :
    ''For people that do a lot of inter-related research with many tabs on many firefox windows open is to be able to save a whole windows worth of tab addresses to a document to be opened later. This is needed because at some point your resources become over taxed and at best slow operation, at worst a chrash. this would allow for one page to be saved and re-opend at a time rather than closing down and saving them all, and opening with the same resource headache.
    you could save windows for a specific search theme seperate from other windows-search themes until resource problem is removed below resource problem threshold. ''
    So i guess for now its not possible but it seems like such an obvious feature to include......

  • Is there a way to save a form, once filled out, as a different file type in Reader?

    I have Acrobat, my coworkers only have Reader. Company won't purchase Acrobat for the other employees.
    I built a form for my coworkers to fill out. We need them to be able to send the filled out form to clients, but we don't want the clients to be able to edit the forms.
    I understand people with only Reader can't flatten the document, or add a password, or save it as non editable. As I understand it, even with Acrobat I can't assign a password for Reader users to be able to edit or not edit a file (PLEASE correct me if I'm wrong on that one).
    Is there any way to save the PDF form once it's been filled out (in Reader) as a different file type? Even an image? The file we send to clients doesn't have to be a PDF. Just something that most people can open.
    I tried inserting the PDF into a word document (unreadably pixelated) and tried taking a snapshot of the entire page (resolution too low). I've tried downloading one of the free PDF writers and it apparently won't work with our network security (or something along those lines). I've tried using the pdf writer for Firefox on the form once it was filled out, and that won't work either because our network firewall seems to be blocking it and that's not something they are willing to take down.
    Any advice?

    The signature WILL work! I've just looked into it more, thank you so much for pointing me in that direction.
    I get it now, it locks the form fields in place after my coworker fills them in and signs it (as the very last step).
    I wish I would have asked on here a full day ago. Would have saved a lot of headache and Googling.
    Thanks again.

  • Is there a way to save the last curor position in Numbers?

    Is there a way to save the last curor position in Numbers? We have a custom Budget spreadsheet but every time we open the file, we have to scoll to the bottom of the spreadsheet.
    There are several thousand entries, and every time we open it, we have to scroll to the bottom of the screen which is getting fairly annoying.
    Every time we open it, regardless of what sheet or cell we are in when it is saved previously, it opens at the top....
    Any suggestions?
    Thanks!

    reverse the order of you entries and add rows at the top of the table.  That is have newest date entries at the top and oldest at the bottom

  • Is there a way to save a fillable form (in Reader) as a static (uneditiable) image and send it for signature without the recipient being able to revise the fields at all?

    Is there a way to save a fillable form (in Reader) as a static (uneditiable) image and send it for signature without the recipient being able to revise the fields at all? I have designed a number of fillable forms and sent them to our clients as Reader extended pdfs to be filled out and sent back. Now, certain clients want to be able to fill in the fields and save the doc as a pdf that can't be tampered with so that they can send it to their own people for signature to be returned to them hand-signed and scanned via email.
    Since the forms have been secured, and my cleints are only using the free Acrobat Reader, how can they save the filled in form as a static pdf to send on for signature? They do not want to have to print, scan and email. Is there an app, plug-in, simple solution to this?
    Thank you,
    Rumor

    The signature WILL work! I've just looked into it more, thank you so much for pointing me in that direction.
    I get it now, it locks the form fields in place after my coworker fills them in and signs it (as the very last step).
    I wish I would have asked on here a full day ago. Would have saved a lot of headache and Googling.
    Thanks again.

  • Is there a way to save a restored session (without opening it) to bookmarks?

    I kinda get carried way with opening tabs, like I'll have 50-200 open at any time. And you can imagine what it's like when Firefox crashes and you attempt to restore a crashed session - all the tabs reopen at the same time.
    Is there any way to save a crashed session's tabs/windows to bookmarks directly from the restore session list? This would be so useful... sometimes I just want to go to a couple places and then close Firefox, worrying about the crashed session later, and without having to open every single tab in it at once.

    It would be very practical if we could choose to save the crashed session as bookmarks into a date-stamped bookmark folder instead of restoring, and even an option to "copy to clipboard" just like "CopyAllurls" does (firefox add-on) - with title and urls, grouped by domain, for example. When a 200+ tabs session crashes, what we need is mostly to not loose track of what we worked with, but not strictly loading them all in one go at startup. Furthermore, whenever we really do load them all, then it would be smarter if Firefox loaded just a certain (configurable figure?) number of tabs, then waits for them to load, and fill in with the next tabs as the currently loading tabs finish. It should not attempt to load all 200+ simultaneously, as that creates other problems. Will look for any existing feature requests about this and chime in there. If anyone has a direct link to relevant feature requests, please post here. Thanks.

Maybe you are looking for

  • BSI ConnectToDataSet...failed

    Hi We have a problem with the BSI, we had been getting a dump "RFC_ERROR_SYSTEM_FAILURE", I followed the SAP Note 1068271 for the debug, and the result is: =Thu Jan 22 11:53:37 2009 =SAP AG, Walldorf - Business API for BSI TaxFactory 8.0 =RfcAccept c

  • Inspection lot per HU instead of batch in inter company stock transfers

    Hello, We are testing intercompany stock transfers and we face the following problem when we check inspection lots created at the receiving plant: one inspection lot is created for each HU, while we want one per batch. We multiplied tests with many c

  • Unable to find any active legal regulations for determination proc. "TEST1"

    Hi Guys This is in regards to a Customs document for a Payment doc We have just finished the configuration of the Finance integration which will stop blocked partners during the Payment run Now when we create a Proposal in the Payment run in ECC, the

  • Reports for consignment

    Hi All, Is there any report where I can check check Vendor/Customer consignment stock at plant level?

  • Double finger swipe on magic mouse NEVER works

    i've got my 21.5" iMac for about two months. the magic mouse works well except the double finger swipe function has never been worked. i tried installing the wireless mouse software update file as suggested by other users and it doesn't help. i'm sur