Weird problem - having issues *only* with 1UP's podca

I subscribe to a lot of podcasts - UP, IGN, TwiT, etc., and they all work fine instead of UP's. However, it doesn't appear to be a problem on their end.
If I download their podcasts via Juice or directly from the web site, they work fine. However, if I download any UP podcast using the Zencast application, the duration of the podcast appears incorrectly while playing it on the Zen. The podcast continues playing past the "end time", however it makes seeking and resuming playback a pain in the butt.
With every other podcast I subscribe to, this does not happen. Any ideas?

It seems to have something to do with the way up handles the podcast information. I've worked out a (slightly) less annoying way of dealing with the issue, although it does require you to have the mp3 handy, so you don't get the convenience of using a podcast organizer.
1) Head to http://audacity.sourceforge.net/download/ and download the Audacity audio editor. (It's absolutely free and really small)
2) Download up podcast
3)Load the podcast mp3 into audacity. (File > Open)
4)Save the podcast as a new mp3 (File > Export as Mp3)
Now just load the file into your Zen, and it should show up as the proper length. Unfortunately, while it isn't the most elegant solution, it's the best I think you'll be able to do, because I believe the problem is on up's end.
Hope this hel
ps.

Similar Messages

  • I am having issues today with my Adobe Lightroom 5.6 today that was working fine yesterday except for te files from one of my cameras showed up on import but wouldn't download, today I'm getting the message "Lightroom cannot start because it cannot create

    I am having issues today with my Adobe Lightroom 5.6 today that was working fine yesterday except for te files from one of my cameras showed up on import but wouldn't download, today I'm getting the message "Lightroom cannot start because it cannot create files in the temporary file location  /var/folders/jv/2bct456j0yg4ys681fxk9zq00000gn/T " don't know what has happended in 24 hrs except I did check my permissions on my main directory to ensure that I had extended permissions to all the folders contained within my main drive on my IMac running OSX 10.10

    Use the trackpad to scroll, thats what it was designed for. The scroll bars automatically disappear when not being used and will appear if you scroll up or down using the trackpad.
    This is a user-to-user forum and most people will post on here if they have problems. You very rarely get people posting to say there update went smooth. The fact is the vast majority of Mountain Lion users will not be experiencing any major problems with the OS, or maybe with apps which are not compatible, but thats hardly Apple's fault if developers don't update their apps.

  • Weird Problem-Login issue

    I am having a weird problem with a web application.Few users are unable to log into system by using Internet explorer,when user enters correct login/password,it goes to redirected page and then come back to orignal login page.If same user opens the page on Firefox then it doesnt have such issue.An intresting thing to note that when same user logs into another web server which is development server,he gets logged in.
    I am unable to understand whether its IE issue or with webserver.I am using Tomcat web server.Following is the code for redirecton and Cookies re being used instead of sessions.
    Cookie mycookie = new Cookie("empid",empid);
                        response.addCookie(mycookie);
                        mycookie.setMaxAge(60*1000);
                        Cookie mycookie1 = new Cookie("role",role);
                        response.addCookie(mycookie1);
                        mycookie1.setMaxAge(60*1000);
                        request.setAttribute("empid" ,empid);
                        request.setAttribute("role" ,role);
                        response.sendRedirect("ReadMe.jsp");Can anyone guide me for this?

    can i ask which hub you used, i'll get exactly the same one to make sure i have the best chance of it working!
    Did you also have the weird keyboard issues heh? it is just weird  

  • Keyboard layout issue only with Windows 7, not Windows 8

    Hello,
    I have a strange behaviour with Remote Desktop on Windows 7. I have a RDS 2012R2 deployment, with TS Gateways, broker and remote desktop collection. I have published a RemoteApp.
    My issue is with the keyboard layout send by the client. My server is in English - Swiss French keyboard.
    With my Windows 8 client, keyboard in "French", the keyboard used in my RemoteApp is correctly set to "French"
    With my Windows 7 client, keyboard in "French", the keyboard used in my RemoteApp is set to "Swiss - French". This is not the correct layout.
    Why under Windows 7 the keyboard layout is not send correctly ? 

    Hi Sebastien,
    Initially please use latest RDP version 8.1 for windows 7 and check the result. 
    If you want the session to use the default keyboard layout stored in the user profile instead of the layout provided by the Remote desktop Server client after the user logs on to the Remote desktop Server computer, you can set the IgnoreRemoteKeyboardLayout
    registry value to 1. After users first connect to the Remote desktop Server computer, configure the default keyboard layout and input language that you want, and then log off. All later user logons will use the default keyboard layout and input language from
    the profile.
    To do so, please perform the following steps: 
    1. On the remote desktop server, click Start, click Run, type regedit, and then click OK.
    2. Locate and then click the following registry subkey:
     HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Keyboard Layout
    3. On the Edit menu, click Add Value, and then add the following registry information:
     Value name: IgnoreRemoteKeyboardLayout
    Data type: REG_DWORD
    Value data: 1
    4. Quit Registry Editor.
    After you first connect to the Remote desktop Server computer, configure the default keyboard layout and input language that you want, and then log off. All later user logons will use the default keyboard layout and input language from the profile.
    Hope it helps!
    Thanks.
    Dharmesh Solanki
    Please remember to mark the replies as answers if they help and unmark them if they provide no help. If you have feedback for TechNet Support, contact [email protected]

  • Several issues only with executable, not in VI

    Hello, I'm developing a program to control a network analyzer from GPIB, store data, read that data into some matlab (math script) routines to determine pass/fail and plot a pattern, then save a screen-grab of that pass/fail/pattern. Everything works as I expect it to in the development environment, but when I build it into an executable and run it on the same development machine, weird things start to happen that I don't understand. I know from past that executables run faster than vi's so I have added time delays here and there where it seems to make sense for that particular bit of code, but even that has not helped.
    There are 3 main issues:
    1.) I populate a listbox from a folder with filenames that match a pattern. This works great. There is an event structure that waits for one of the files to be selected which then sends that file into a subvi that runs through the mathscript routines. Problem is in the executable, after this mathscript subvi executes, all the contents of the listbox disapear and I can't select another file to run through the mathscript code. stopping and starting the main app re-reads this in but it should be read in continuously because its in the main programs for-loop.
    2.) The mathscript routines were developed by someone else, they are in several nodes. The first two nodes work perfectly to generate 2 patterns, find beam peak, position, and beamwidth, but the next two, which are identical, don't seem to work in the executable. They should produce sidelobe levels, but don't.
    3.) The screen-grab bit doesn't work in the executable either, I found a vi from Alex T. (https://decibel.ni.com/content/docs/DOC-19720) that automates a print screen event and then reads the clipboard to output image data which I then save as a jpg or png. This I had to add delays in to get the vi to work, but it still doesn't work in the executable.
    Any help or ideas would be greatly appreciated. Even if its just the basics- I'm pretty much self-taught  and don't profess to know the best way or even the right way
    Jamie
    Attachments:
    Phase Scanner_S Folder.zip ‏4123 KB
    main code.jpg ‏753 KB
    mathscript subvi.jpg ‏753 KB

    Error code -90093:  LabVIEW:  The LabVIEW Run-Time Engine does not support this function.
    Looks like you are using something that is not available in the RTE.
    There are only two ways to tell somebody thanks: Kudos and Marked Solutions
    Unofficial Forum Rules and Guidelines

  • EeePC- SDHC Issues only with Arch

    To begin with I have a Eeepc 701 4G and a A-DATA 16GB SDHC Turbo Eee PC Edition card. Whenever I try to install Arch via a usb drive, I get a error on boot that says something along the lines of I/O error with my SDHC card which is listed as /dev/sdc1. Normally I would think this is a defective card or its going bad but Arch is the only distro that gives me this error.  The error is just in the text that scrolls by but it also hangs when trying to partition the SDHC drive To test it out I have installed Mandriva 2008.1 Spring, Ubuntu 7.10/8.04/8.10, Ubuntu-eee, fluxflux-eee, and Forsight Mobile (I have been going crazy trying to find a distro I can live with/ even close to what Arch provides). Each one of them I set the / partition on the internal SSD and the /home partition on the SDHC card. Arch is the only one that gives a error with the SDHC card. I have ran extensive tests in Linux and also windows(sisoft sandra) but everything is fine with the card. The card is supported as it is a "Eee PC Edition Model" http://www.newegg.com/Product/Product.a … 6820211300  I have noticed tha some distros have problem with installing via a usb drive and using /home on a SDHC drive(only Fluxflux-eee) but it is normally a /etc/fstab issue not the I/0.
    Any ideals?
    THanks
    BTW: The card is only 2 weeks old.
    Last edited by securitybreach (2008-11-14 07:26:14)

    hi guys,
    I had a similar bug on my netbook with the Elantech touchpad. I have reported a bug to the maintainer of the Elantech driver and I get a patch that fix it.
    description of my bug:
    with two fingers above the touchpad, tap alterrnatively with each finger on the touchpad.
    - expected behaviour: the cursor does not move.
    - actual behaviour: the cursor jumps sometimes to the left or the right.
    this only happens when configuring the touchpad with synaptics (by defaults, mine is detected as a mouse)
    is your bug the same than mine ?
    are you using both the proto=exps option and synaptics ? (I still have the bug in this configuration)
    if it is the same bug, I have submited the patched kernel to AUR

  • Is anyone having issues suddenly with microsoft office 11?

    I've had it for a while and suddenly I'm having crashing and freezing issues.  Can't figure out why...
    Thanks!

    If the problem has been caused by the update then it may be worth doing it again.
    For general advice see Troubleshooting issues with iTunes for Windows updates.
    The steps in the second box are a guide to removing everything related to iTunes and then rebuilding it which is often a good starting point unless the symptoms indicate a more specific approach. Review the other boxes and the list of support documents further down page in case one of them applies.
    Your library should be unaffected by these steps but there is backup and recovery advice elsewhere in the user tip.
    If you're importing from a different drive than any you have used successfully in the past then see Repair security permissions for iTunes for Windows and apply the fix to the source folder/drive.
    tt2

  • I'm having issues/glitches with Flex Pitch

    When I analyze any vocal track with flex pitch, It messes up quite a few of my notes and tunes with weird buggy sounds,skips & stutters.
    sometimes with gargly noises as well. When I decide I just won't flex pitch that area and delete the flex pitch, it's already messed up my track and won't go back to sounding normal. I want to know how to get rid of it! or at least how to fix that problem. even if there's an easier way to just actually delete it. I've even tried to make a seperate track for just the vocal parts that are haing issues, but it's still there when i move it. I feel like it's corrupt my vocal track and i'd like to use to one i already have instead of rerecording all the time .
    Any help would be greatly appreciated
    Here is a small sample of my problem in the vdeo link below and one of the smaller glitches. it's very noticable when the whole track is playing too.
    https://vimeo.com/78046518

    Same issue for me. Has happened on different projects and different kinds of tracks (vocals and guitars)

  • Can someone help me, I am having issue printing with my HP PSC 1410?

    I am running Windows XP Professional w/ service pack 3.  I run into difficulty when printing jpegs that are created on my computer and also things from the web, like google maps or yahoo maps, as well as other web pages.  I am using IE 8 and my drivers are all up to date.
    The problem has existed for awhile and I've run the diagnostics tool that is available for download and it is showing everything is working just fine.  I've gone as far as doing an entire OS reinstallation, which then reinstalled all the software and drivers (and doing all necessary updates), yet still the problem remains.  If it's a text file, no problem, if it's a web page (even printer friendly), or jpeg or bitmap (even created on my own), there is trouble. 
    This is what's happening:
    It will start printing, sometimes getting 1/4-3/4 of the way through the printing process and an error message will pop up in the HP Digital Imaging Monitor in my toolbar on the right side of the taskbar stating that the print has failed.  Then it just spits out the rest of the page blank with only a portion of what was intended.
    Now, often times, what I do is get into the printer settings telling the printer to only print in greyscale with the black cartridge only, and retry printing and it will without a hitch.  So, It only seems to be a problem if I'm trying to print something in color.  Hopefully this is enough info.  Is the printer just dead/dying?

    Hi,
    I was trying to update but it didn't let me (Error at 50%, 70%, etc.). I have tried many times to uninstall and install again, it doesn't work. II've tried the link you provided but the solution didn't work for me (Error at 39% when downloading this time).
    System Mac 10.8.5, Safari 6.1.3
    Thanks so much, I'm going crazy!

  • Weird keyboard lighting issue -only white background

    Hi Guys
    I am a bit stumped,  for some reason my keyboard only shows white light instead of colours. If i log off and on some times the colours do change (some times only). I have updated the BIOS and steel series engine, steel series does come up every now and then with "driver not avaliable.application will exit now". i installed the one from MSI and from Steel series website and still nothing. This only started after i closed the lid (sleep mode) and let the battery run flat.
    Please if you guys can assist
    MSI GE60 2PC win 8.1

    Quote from: leewebb89 on 09-December-14, 23:59:38
    Hi Guys
    I am a bit stumped,  for some reason my keyboard only shows white light instead of colours. If i log off and on some times the colours do change (some times only). I have updated the BIOS and steel series engine, steel series does come up every now and then with "driver not avaliable.application will exit now". i installed the one from MSI and from Steel series website and still nothing. This only started after i closed the lid (sleep mode) and let the battery run flat.
    Please if you guys can assist
    MSI GE60 2PC win 8.1
    Have you tried un-installing both steelseries engine then re-download one from msi website and see if issue remains?

  • Weird problem syncing iPhone 3G with Outlook. Stopped working?

    Hi,
    I really hope this isn't a repetitive question; I tried searching around the internet and either found no solution that worked, or problems similar but not quite the same as mine.
    Anyhow, I just got an iPhone 3G last week and I'm running a PC with Outlook to sync my phone. The first few days all the syncs went 100%, updates calendar/contacts no problem. Then, this afternoon it stopped working. No matter what updates I make to my Outlook or my iPhone, nothing will sync. I plug in the iPhone and sync through iTunes, it says "syncing" but no longer goes into "syncing contacts" then "syncing calendar" etc. I even tried importing my IE bookmarks and got nothing. It almost seems like iTunes stopped "talking" to Outlook?
    I've tried playing with the settings in the info tab of iTunes, I've played around in the trust center of Outlook, made new data files, etc and I just uninstalled/reinstalled iTunes, all doing nothing.
    Any idea?
    Thanks,
    John

    After almost 1 week of sheer frustrations, I have been unable to connect my Iphone 3G to my exchange server at work.
    I have tried probably every method discussed here, including restoring my iphone 3G several times. My issue has been elevated all the way up to apple engineering, and still no solution.
    It appears that the issue is that I cannot connect because my company is using Exchange server 2003 with SP1.
    I can connect any Windows Smartphone or Pocket PC and it will sync in what seems seconds….very fast. I have used windows phones connected to our server for more than 4 years, never an issue.
    My company has the attitude of we “We don’t want you to connect, you are lucky to be able to use active sync on windows phones!!” So their change is not probable.
    Has anyone found a way to connect Iphone 3G to an Exchange Server 2003, SP1?

  • 351 Issue only with delivery schedule wise

    Hi,
    Is it possible to issue (351) materials based on delivery schedule wise. Like in GR we get the receipts by del schedule wise.
    Like i have SA 111111 for qty 999 and del sch is as below,
    SA             target qty
    111111        999
    Del schedule for the above is :
    01/01/2009      100
    01/10/2009      200
    01/20/2009      400
    01/30/2009      299
    Say when I issue using MIGO or MB1B for 351 Mvt type we get all the 999 quantities. What my requirement is i shld be able to get as per the del schedule lik four line items for this SA as in GR. If we do the GR for the above SA then it will show four line items. So we need as per GR only.
    Is this possible or is there any changes we need to do or is there any userexit we can use to achive this.?
    I appreciate your quick response.
    Thanks,
    Suresh

    why do you issue with MIGO when you use SD delvieries?
    You can issue from within the delviery by clicking the goods issue button, or with VL06G

  • TS2972 iTunes sharing features issues only with my newest desktop

    Hi, hope someone will find an idea about my strange issue
    I migrated my iTunes Library on my more recent desktop (OS Windows7 64 Ultimate)
    I still have an old desktop (Windows XP Pro 32) and a laptop (Windows Home Premium 64)
    My 2 desktops are plugged with CPL (and a switch)
    My laptop is either wifi or direct lan to my routeur switch
    All of them are authorised in iTunes.
    My iTunes Libs from old desktop and laptop are always seen between my iOS devices, my laptop, my old desktop
    My main iTunes lib migrated to my most recent desktop is either seen and shared by all my devices, pc
    OR... on this desktop it becomes impossible to share or to see other shared library (both shared libs and home shared libs)
    it happens when iTunes starts. From the beginning, if sharing works, it works all the time.
    If sharing doesn't work, I found a way to make it come back temporarily :
    - with iTunes still opened, I activate another network card (for instance my wifi receiver which is disabled by default)
    - I close iTunes
    - I desactivate my main network card (it's a Realtek from my mainboard)
    - I cross fingers
    - I restart iTunes
    in most cases all my shared libs / homesharing come back. I can see shared stuff from other pc, and i can share to all my network. Then, I activate my Realtek network card and I desactivate the wifi one. Sharing still works.... Until another time when i start iTunes and there is no more sharing features.
    Last clue : when i use an app like remote linked to my lib, then I close itunes, then restart, and in the case sharing seems to not work after that, sometimes remote is able to work whereas the library is not broadcasted on my network ... in appearance !
    Any idea ? any similar cases ?

    Figured out my problem sharing my music library on a new iPad Mini (I think).  Two issues:  (1) I have two Apple IDs, the result of doing one years ago and forgetting about it when I set up another; Apple doesn't seem to be able to ever merge or otherwise fix this problem, despite the best efforts of smart folks at the Genius Bar plus of course I'm forced to have 3rd ID as my iCloud username, but never mind....).  I was logged in as one Apple ID and my music library is under the other.  Went to "Music" under settings, signed out under "Home Sharing" on that page, signed in again as the other Apple ID.  (2) Realized then that it was trying to share music from something called my iPad library instead of the library under my name, which is where my music is.  When I fixed these two things, it all shared nicely.  Whew!

  • Anyone having issues today with icloud mail not loading on any device

    anyone out there haveing mail to load on all devices today.

    Hence the reason I have three accounts all with diffeerent providers. If I am doing anything crtical, I request replies on all of them. I find it much easier to delete the two extras one rather then not getting anything at all.
    First rule of IT support: never depend on one of anything.
    Allan

  • When I try to access netflix, I get "problem loading page", only with netflix

    When I try to access netflix.com, I get a white screen with the message, Server Not Found. This only occurs with netflix

    Have you tried resetting all tools?

Maybe you are looking for

  • Multiple iPods and users on one computer and constant dialogs....

    Everyone in my family has an iPod (total of 5) and we each have logins with our own iTunes accounts. This works very well except for the following. Each time someone logins in (or user switches) when an iPod that is not theirs is plugged in, they get

  • Thinking about scheduling a delivery? DON'T.

    Your chances of anything close to good service lay in the hands of a group of minimum wage paid college girls that could care less about you, your life, your order, or their jobs. A shame really, considering this option has the potential to build Bes

  • Final Cut Capturing & multiple firewire feeds

    Hi, Camera --> firewire to dv repeter (link here - this is supposed to multiply the feeds --> then one firewire from dv repeter is going to the live mixer and another firewire feed is going to a mac which live captures everything from the camera. Pro

  • Asset Accounting Depr. Post

    Hi Gurus..   My Org. Using SAP from Past 5years with 2Depr. Areas now the want to increase Depr. area from 2 to 3...   Wht is the procedure,  can u please give solution..

  • Will be there a ME version of Creative Suite in the future? please guys help

    will be there a ME version of Creative Suite or master collection in the future? please guys help