View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0004777 | MMW v4 | Other | public | 2008-07-09 11:21 | 2008-12-02 21:59 |
Reporter | Ludek | Assigned To | |||
Priority | urgent | Severity | minor | Reproducibility | always |
Status | resolved | Resolution | fixed | ||
Product Version | 3.0 | ||||
Fixed in Version | 3.1 | ||||
Summary | 0004777: Podcasts: PubDate field of the PodcastEpisodes table doesn't get populated with the time portion | ||||
Description | As Aaron reported in the ticket: The PubDate field of the PodcastEpisodes table only getting populated with the date portion in many cases. For example: http://www.npr.org/rss/podcast.php?id=1090&uid=b65ec27c2cdc209bd5237dce3d494d52 has the following type of date value. <pubDate>Sun, 29 Jun 2008 01:03:42 -0400</pubDate> The PubDate field does not retain the time. This is not a problem for this feed because it is daily but it is a problem for podcasts that are more frequently posted. I am assuming that this date and time are used to populate the Date field associated to the audio file in the Songs table. If my assumption is correct I would recommend that an option be provided to display the time for the Date field. Or for clarity it might be better to do what is done in winamp. They have several dedicated fields for podcasts that can be used when creating playlists such as Podcast Publish Date. At a minimum you need to capture that time with the date. Thanks, Aaron | ||||
Additional Information | Reported in ticket: http://www.mediamonkey.com/support/staff/index.php?_m=tickets&_a=viewticket&ticketid=1099&highlight=--+Mixed+--&ticketsearchid=723 | ||||
Tags | No tags attached. | ||||
Fixed in build | 1185 | ||||
|
Btw. Some routines from http://www.dirfile.com/esbdates.htm could help? Or maybe better one: http://fundementals.sourceforge.net/cDateTime.html function RFCDateTimeToGMTDateTime(const S: String): TDateTime; |
|
Ludek, Check my last.fm plugin and see how I solved date conversion in lastfm_unit.pas, function DateTime2UTC and procedure LastFMLoadMMInfo to see how I read check track info from SONGDATA Object. |
|
Peke, I don't understand how this is related to the RFC-822 date format? Do you mean a handling of the TimeZone? |
|
Yes, In those two examples I do handling of timezone and UTC convert if you can use it and excluding need to use additional source. It depends on our needs in the issue. |
|
Fixed in build 1185. |