I'm working to improve the file renaming options in HappyFish. Here are the proposed options:
- Item Title
- Feed Title + Pub Date(mmddyyyy)
- Custom + Pub Date(mmddyyyy)
Should there be others?
The only potential problem I see with this is that some feeds do not express item pubdates according to the RSS (or Atom) specification. I have added extensive code to attempt to divine the author's intent based on what is available. Ultimately, however, if that fails then the only reasonable alternative is the current date. Two items might have a naming collision if Feed Title/Custom + Pub Date is used. Handling the collision is not a problem but the result might look something like "My Feed 12092008.mp3" and "My Feed 12092008 - Copy.mp3".
One other note: I'm trying to stay away from sequential naming conventions that rely on an incrementing download count. That strategy creates user interface and back end overhead to manage the count. It also leaves open the possibility of getting filenames out of sequence if the enclosures are downloaded out of sequence.
As always, feedback is appreciated.