itms-468x60

rantoblogcious

my life and stuff I care about, sometimes nice sometimes honest.


Friday, November 25, 2005

Attention Node Managers!

With plain audio, enhanced and video podcasts it is impossible for the consumer / user to tell what is what. For my node I use the category attribute to describe the content. Unfortunately the OPML Editor places an unnerving / in from of every part that I add, so all I get is a /Audio. While that might be acceptable with deep taxonomies, here it's disturbing.

So here's my rightClickMenu script for that.

In Tools > edit right-click menu Create an item, double-click that and paste the following code in the window that opens.


local (myCat);
op.attributes.getOne ("category", "Audio")
op.attributes.setOne ("category", "Audio")

When you click Run you'll get an error. Not to worry, that's perfectly normal as we want to apply this to an outline not trigger a dialogue.

Save it and close the windows, now you can access it via the contextual menu on Mac and Windows.

Here are the categories that I use

  • Audio
  • Audio Enhanced
  • Video

Feedback more than welcome

0 Comments:

Post a Comment

<< Home