View Issue Details

IDProjectCategoryView StatusLast Update
0011063MMW v4Podcastspublic2013-07-20 01:36
Reporterpeke Assigned To 
PriorityurgentSeveritymajorReproducibilityalways
Status closedResolutionfixed 
Product Version4.1 
Target Version4.1Fixed in Version4.1 
Summary0011063: Podcasts: Advanced metadata not downloaded
Description1. I watch this podcast for years and recently it started to not download Album Art from podcast URL after Podcast is downloaded.

2. Even Comment is downloaded correctly it is not formatted correctly eg. CRLF is not inserted in right place

3. Date for "DJ Karsten - Dance Beat Explosion Vol. 50" is incorrect

Podcast Url is http://feeds.feedburner.com/Mixfreaks?format=xml
TagsNo tags attached.
Fixed in build1649

Relationships

related to 0011072 resolvedLudek Podcasts: Album art assigned to podcast 

Activities

Ludek

2013-07-16 12:23

developer   ~0036871

Last edited: 2013-07-16 12:27

I don't think this is regression.

1) I see that album art is attached as
<media:thumbnail url="http://3.bp.blogspot.com/-fdzPGiFZmzc/Ua3f5cjDiRI/AAAAAAAACis/LWb5M3XoK-I/s72-c/Cover.jpg" height="72" width="72" />
MediaMonkey has never supported this tag.

2) CRLF is not presented, there is < br / > instead as is a little bit non-standard

3) I see Date 4.6.2013 for that particular episode which seems to be correct as in the feed is
<pubDate>Tue, 04 Jun 2013 15:00:01 PDT</pubDate>


1&2 to be fixed in 1649

Ludek

2013-07-16 14:54

developer   ~0036875

Last edited: 2013-07-16 14:55

Fixed in build 1649.

Now, the artwork is shown also for the non-downloaded episodes.

peke

2013-07-16 16:34

developer   ~0036878

Re 3) <pubDate>Tue, 04 Jun 2013 15:00:01 PDT</pubDate> is incorrect due the MMW standards due the timezone correction and as MMW is in Local time it is invalid. eg. if I load feed in firefox 22 It correctly Show 05.06.2013 see conversion of time zone http://www.timeanddate.com/worldclock/converted.html?iso=20130604T15&p1=137&p2=35

peke

2013-07-17 00:40

developer   ~0036881

4) I noticed that Artist is always "DJ Anvil"which is correct as he is owner/publisher/author of podcast, but Actual metadata are in <Title> masked as "Artist - Title". It would be nice to have that detected like Tag from Filename

5) Wouldn't be right that Genre should be filled with additional Categories from Podcast as Multiple Genres?


Example:
----
<item>
<title>DJ Karsten - Dance Beat Explosion Vol. 50</title>
<category>Dance</category>
<category>90's</category>
<category>00's</category>
<pubDate>Tue, 04 Jun 2013 15:00:01 PDT</pubDate>
</item>
----

Ludek

2013-07-17 09:39

developer   ~0036883

Last edited: 2013-07-17 11:26

Re 3) OK, fixed in build 1649

Re 4) I think this is problematic, because it is specific to only some podcasts, generally this cannot be used and most probably would result in a mess.

Re 5) I think that genre should be 'Podcast' for all podcasts, because <category> element is too general and can include whatever, examples from the other podcast feeds:
<category>triangle</category>
<category>the entity</category>
<category>Vampire Hunter D: Bloodlust</category>
<category>Episode 35</category>

peke

2013-07-17 13:04

developer   ~0036886

Last edited: 2013-07-17 13:13

re 4) I still think it should be at least optional in podcast settings almost every podcast that involves free music download and some talk show that have guests have this problem See:
http://feeds.feedburner.com/funnymusic?format=xml
http://www.abc.net.au/triplej/listen/podcast.xml
http://runningtothebeat.com/feed/podcast/

Currently unless I want to have incorrect TAGs I need to disable "On download tag episodes from podcast feed" and manually add comment,... or tag and then manually correct title and artist.

4a) Same goes for Video Podcasts where ":" is separator but that is something we can see for future versions as investigating further there is lots of info containing in Title that can be used in other fields.
See http://www.motiontraxx.com/episodes/motiontraxx.xml

re 5) Good point, it could be nice if we can make <Category> usable somehow.

Ludek

2013-07-17 15:14

developer   ~0036890

re 4) Because podcasts are downloaded as
C:\Users\Ludek-NB\Music\Podcasts\<Album>\<Title>
you can always use auto-tools like 'Auto-tag from filename' as mass edit to get proper info from the <Title>. I think this is the best and only suitable approach as the title can contain whatever as you pointed.

peke

2013-07-17 19:07

developer   ~0036895

Re 4) You are right if Podcasts are downloaded to default settings. I for Example Within Global Podcast options use \\QNAPNas\Podcasts\Mixes\<Filename>

peke

2013-07-20 01:36

developer   ~0036931

Verified 1,2,3 in 150

Point 4) will be assigned to New bug for future implementations