Regular readers (if I have any) will know that RSS is one of my interests. So I noticed Robert Scoble’s post “Windows Media 11’s lack of Podcasting gets noticed” which in turn followed up a post on Geek News Central
For background:
So how do you get a Podcast into WMP 11 ?
If your feed is pictures then you can choose the photos screen saver and paste the path in there too.
By the way, this 5 line VBS script is all that is needed to get a list of feeds and their folders.
Dim rssMgr Set rssMgr = CreateObject("microsoft.FeedsManager") For Each rssfeed In rssMgr.RootFolder.Feeds If rssfeed.DownloadEnclosuresAutomatically then _ wscript.echo rssfeed.Name & "is stored in " & rssfeed.LocalEnclosurePath Next
VBScript: IE7 を用いて RSS Feed の相対パス、名前、入手元を列記する