bherrmann7 / Car-Cast

Car Cast is a simple Android podcast downloader and player. Optimized for use in a daily commute, it features big buttons, large text, remembers last played location. FOR MORE INFO ---> http://jadn.com/cc/
http://jadn.com/cc/
57 stars 30 forks source link

Player won't pick up metadata from manually downloaded podcasts #9

Open pforhan opened 14 years ago

pforhan commented 14 years ago

If I manually download some podcasts or mp3s and place them in the carcast/podcasts directory, Car-Cast will play them, but will not find their metadata like title or feed. I think it does read total length, though.

bherrmann7 commented 14 years ago

Correct, this is because normally the meta data is in the feed. I've never tried pulling any metadata out of the mp3 (on Android). Is there a library to help with that I wonder? Is this a use case that is typical? Most people dont copy things into the carcast/podcast folder.

pforhan commented 14 years ago

Related: From reading the docs, it seems like there is a standard folder we should be dropping files into/reading them out of, maybe: see http://developer.android.com/guide/topics/data/data-storage.html#filesExternal section "Saving files that should be shared"

I'll look into MP3 id3 tag reading. http://www.anddev.org/viewtopic.php?p=12296 seems to describe a solution

pforhan commented 14 years ago

Re: Most people don't... that is probably true, but there are two cases where they would (and I do): 1) Just got a new phone and I copied my podcast backlog over, and 2) Manual podcast downloads when not found in the feeds. (this may just be a flaw in car-cast's feed parser)