by nohitter151 » Fri Jun 19, 2009 1:51 pm
jarrycanada wrote:nohitter151, all these commends are reminding me of my ms dos days. tell me, does this seem right, $If(<Album>=tech5,<Album>-<Track#>)<Title> I was going to use this in the options, Podcast, download podcasts to destination. it works so far but the track number is 00 not the track number of the show. yet the show has a track number in the IDtag, what gives?
http://www.mevio.com/feeds/tech5.xml
$If(<Album>=tech5,<Album>-<Track#>)<Title>
Well, this isn't a very good mask. You specify that if the Album name is "tech5", that you should save it as <Album>-<Track#><Title>. However, for any other tracks where album name is not tech5, it will just be saved as <Title>. Is that what you are trying to achieve?
Anyway, <Track#> should use the track number displayed in MediaMonkey, I have never experienced anything other than that. I downloaded an episode of the podcast you left a URL for and noticed that no track number is listed, so I'd guess that is your problem.
[quote="jarrycanada"]nohitter151, all these commends are reminding me of my ms dos days. tell me, does this seem right, $If(<Album>=tech5,<Album>-<Track#>)<Title> I was going to use this in the options, Podcast, download podcasts to destination. it works so far but the track number is 00 not the track number of the show. yet the show has a track number in the IDtag, what gives?
http://www.mevio.com/feeds/tech5.xml[/quote]
$If(<Album>=tech5,<Album>-<Track#>)<Title>
Well, this isn't a very good mask. You specify that if the Album name is "tech5", that you should save it as <Album>-<Track#><Title>. However, for any other tracks where album name is not tech5, it will just be saved as <Title>. Is that what you are trying to achieve?
Anyway, <Track#> should use the track number displayed in MediaMonkey, I have never experienced anything other than that. I downloaded an episode of the podcast you left a URL for and noticed that no track number is listed, so I'd guess that is your problem.