|
|
| View Poll Results: Did you purchase drPodder in the App Catalog? (Answers are private) | |||
| Yes! I use the catalog version now! |
|
356 | 61.81% |
| Yes! But just to contribute; I'm still using the homebrew version. |
|
89 | 15.45% |
| No. There are no paid apps in my country yet! |
|
40 | 6.94% |
| No. Why would I purchase something I can get for free? |
|
37 | 6.42% |
| No. Some other reason... |
|
54 | 9.38% |
| Voters: 576. You may not vote on this poll | |||
10/09/2009, 08:53 PM
|
#1001 (permalink) | |
|
Member
![]() Join Date: Jul 2009
Posts: 547
Likes Received: 0
Thanks: 50
Thanked 53 Times in 41 Posts
|
Quote:
I'm not sure if it's possible for him to update the bookmark when the screen is in standby but a workaround could be the next time you have it as the active card, it can compare it's currently play position and the last bookmark position and move the bookmark accordingly if they don't match. |
|
10/09/2009, 09:29 PM
|
#1002 (permalink) |
|
Member
![]() ![]() Join Date: May 2009
Posts: 4,565
Likes Received: 134
Thanks: 277
Thanked 1,366 Times in 664 Posts
|
The way I solved this problem in my app was to use a cookie instead of a database transaction. Asynchronous operations such as database transactions are not guaranteed to finish prior to the app closing. But cookie saves have worked every time.
|
10/10/2009, 12:02 AM
|
#1003 (permalink) |
|
Member
![]() Join Date: Jul 2009
Posts: 8
Likes Received: 0
Thanks: 3
Thanked 2 Times in 1 Post
|
As far as the timing on those buttons goes..please don't change them, I love 'em. It's exactly the right amount of time for me to skip through the traffic & weather reports when I'm listening to podcasts of radio shows without actually missing anything.
|
10/12/2009, 07:18 AM
|
#1006 (permalink) |
|
Member
![]() ![]() Join Date: Jul 2009
Location: Ontario, Canada
Posts: 635
Likes Received: 2
Thanks: 94
Thanked 85 Times in 56 Posts
|
I love this app. One suggestion, PLEASE: Can you add a "resume play" button (like the Music (Remix) app) to quickly get back to the last podcast being listened to? Thanks.
|
10/12/2009, 01:15 PM
|
#1008 (permalink) |
|
Member
![]() Join Date: May 2008
Posts: 171
Likes Received: 0
Thanks: 11
Thanked 31 Times in 25 Posts
|
I don't actually remember off the top of my head. I think it was the case that there just isn't anything in the SDK to offer that functionality at the moment.
A number of people have recommended just sending your feeds through podshifter.com's service. Instead of having your Pre speed up the playback, they'll just give you an audio file that has the playback in it sped up. Seems like a viable work around. I haven't tried it yet myself.
__________________
Palm Pilot IIIxe > LifeDrive > Pre |
10/12/2009, 02:41 PM
|
#1009 (permalink) |
|
Member
![]() Join Date: Jun 2009
Posts: 6
Likes Received: 0
Thanks: 5
Thanked 0 Times in 0 Posts
|
This app is AWESOME!
One weird bug, not sure if it's been brought up ---- when I start a new podcast, often there is theme music or a commercial I want to skip instantly. But, if I hit either fastforward button, it just replays from the start again, even though the progress bar shows that I've moved 20 seconds or a minute ahead. I have no other tweaks or homebrew apps installed --- this is it for me. |
10/12/2009, 03:39 PM
|
#1010 (permalink) | |
|
Member
![]() Join Date: Dec 2006
Posts: 22
Likes Received: 0
Thanks: 1
Thanked 4 Times in 4 Posts
|
Quote:
Pressing fast forward again usually works. I think this is related to the problem with podcasts ending before they're done though.
|
|
10/13/2009, 02:46 AM
|
#1011 (permalink) |
|
Member
![]() Join Date: Mar 2000
Location: CA
Posts: 3,099
Likes Received: 26
Thanks: 350
Thanked 125 Times in 80 Posts
|
Hey DrPodder, I've noticed something funny when the app starts downloading a podcast and you try to play the same exact podcast it actually streams instead of reading from what it's been downloading... I'm guessing it hasn't been programmed to read from what it's currently downloading. Could that feature be added? It would be nice.
__________________
|
10/13/2009, 11:38 AM
|
#1012 (permalink) |
|
Member
![]() Join Date: Aug 2009
Posts: 1
Likes Received: 0
Thanks: 0
Thanked 0 Times in 0 Posts
|
This is a great app. Thank you for all your work.
I've notice a couple small things. First, when viewing the shownotes on one of the podcasts (the 404) they often have a large image first, I can scroll around the image but when I try to scroll down into the text after the image it bounces back up to the image when I lift my finger. I cannot scroll down to read the rest of the show notes. Second, I have a dynamic playlist for some of my podcasts. I start it by choosing "Play from bottom". Sometimes, when one podcast ends the next will not start playing. The time shows 00:00 at the end of the progress slider and the play button is greyed out. If I start the show on its own it plays fine. |
10/13/2009, 02:15 PM
|
#1014 (permalink) |
|
Member
![]() Join Date: May 2008
Posts: 171
Likes Received: 0
Thanks: 11
Thanked 31 Times in 25 Posts
|
That feature still exists. When you're on the episode list screen, tap the feed's title bar.
As noted by Blackmere and several others before, it seems to get stuck sometimes. Instead of advancing to the next episode, it just sits and the end of the finished one. You have to swipe back to the eopsiode list screen to get things going again. The developer is aware of the problem.
__________________
Palm Pilot IIIxe > LifeDrive > Pre |
10/14/2009, 05:26 PM
|
#1016 (permalink) |
|
Member
![]() Join Date: Jun 2009
Posts: 770
Likes Received: 0
Thanks: 37
Thanked 276 Times in 83 Posts
|
I have two hacks running on my Pre which really help with this app -
1) download speed limit. Defaults to some godly slow number. I've got it set to unlimited. The issue though is that the phone can crawl during a wifi download (but it blazes through a 500mb file in ~2-3 minutes over my wifi connection. To do this, edit /etc/palm/luna.conf and make the following change - from - Code:
[DownloadManager] MaxQueueLength=128 MaxConcurrent=2 MaxRecvSpeed=65536 Code:
[DownloadManager] MaxQueueLength=128 MaxConcurrent=2 MaxRecvSpeed=-1 |
10/15/2009, 07:43 AM
|
#1017 (permalink) |
|
Member
![]() ![]() Join Date: Oct 2003
Posts: 737
Likes Received: 1
Thanks: 164
Thanked 84 Times in 66 Posts
|
Just a question (confirmation) about how drPodder handles broken, interrupted, or corrupted downloads... I've noticed in just a few occasions that some of my 'downloaded' (with the grey "Play" symbol) podcasts are 0:00 length when I try to play them. I haven't spent too much time analyzing why this occurs, but I suspect the cause to be an interrupted download on the Pre side (at first I also considered that it might be a corrupt / incorrectly uploaded file on the podcast server side, but re-downloading the file -- see below -- usually has resulted in success).
Anyway, one thing that threw me for a loop for a little while when trying to recover these broken files was how to redownload them. Since drPodder thinks they are correctly on the device, picking the episode from a feed's episode list transitions to the "Play" screen and just sits there - playing nothing. To my knowledge, there isn't a way to redownload a particular episode directly from the "Play" screen or even the feed's episode list (mine usually show just "New" episodes). So, my solution has been to swipe the broken episode from the podcast's episode list, then select show View: "Old" (or "All" I suppose) in the lower left. Finally, with the Old episodes showing, most will have either an empty Gray circle (no play symbol) or a red circle (with white line partly through it). From there it's possible to tap the red circle (turns it gray) and then tap the gray circle to choose to "Mark as New" or "Download" -- either selection will re-download the broken file and mark it as new so it is shown in the "View: New" filter. From there it can be played as usual successfully Clearly, the back end of this approach will also work to re-listen to podcasts which you have already listened to but have been deleted... ... finally on the note of deleted podcasts, I know I had set all of my feeds preferences as "Delete when finished" but when I just checked each of them this morning, the "Delete when finished" option does not stick. I've even set the switch to Yes again this morning and when I exit out of preferences and return, it always goes back to Off. Is anyone else experiencing this? Edit for clarification: I think, the app is actually behaving as if "Delete when finished" is working correctly. When an episode is done playing, it no longer appears on my new list. I guess I'll have to verify whether the episode remains in the folder on the Media partition. (Don't have time for that now). Last edited by greenawayj; 10/15/2009 at 07:55 AM. |
10/15/2009, 09:53 AM
|
#1018 (permalink) |
|
Member
![]() Join Date: May 2008
Posts: 171
Likes Received: 0
Thanks: 11
Thanked 31 Times in 25 Posts
|
I'm not sure what you mean about downloaded episodes with the gray play symbol. Gray means the episode has been marked Old and the attachment has been deleted (or was never downloaded to start with). The symbol for a new episode with a downloaded attachment is blue with a white triangle. Red with a white line means the episode has been marked Old but the attachment has not been deleted.
(for completeness here, the other two possibilities are green with a white arrow and purple with a question mark. Green means the episode is marked New and the attachment was either deleted or not downloaded. Purple means the app couldn't find an attachment for that episode.) You are correct that you cannot re-download from the episode detail screen. You have to do that from the episode list screen. If you have Single Tap enabled in the Preferences, then from the episode list, tap and hold the episode. You should get a pop up menu with an option to download. If you do not have Single Tap enabled, then from the episode list, just tap the episode to get the pop up menu. To get the Delete when finished setting to stick, make sure you scroll down to the bottom of that scene and tap the Update button.
__________________
Palm Pilot IIIxe > LifeDrive > Pre |
10/15/2009, 09:57 AM
|
#1019 (permalink) |
|
Member
![]() Join Date: May 2008
Posts: 171
Likes Received: 0
Thanks: 11
Thanked 31 Times in 25 Posts
|
diomark,
When you set the download speed to unlimited, does the device become unresponsive while downloading, or can you still be doing stuff in other cards while that's happening?
__________________
Palm Pilot IIIxe > LifeDrive > Pre |
10/15/2009, 10:42 AM
|
#1020 (permalink) | |||
|
Member
![]() ![]() Join Date: Oct 2003
Posts: 737
Likes Received: 1
Thanks: 164
Thanked 84 Times in 66 Posts
|
Quote:
I also didn't realize what the red-white line symbol meant. I assume that tapping the red symbol (which turns it gray) will delete the attachment from the card? Quote:
Quote:
Final edit: I've been around here long enough to know to re-read the OP once in an while on thread this old. If I'd done that, it wouldn't necessarily have fixed my corrupted download issue, but you wouldn't have needed to spend 3 minutes reviewing the color spectrum legend with me! Last edited by greenawayj; 10/15/2009 at 10:48 AM. |
|||
![]() |
|
| Thread Tools | |
| Display Modes | |
|
|



