Ascoware / get-iplayer-automator

The goal of Get iPlayer Automator is to allow iTunes and your Mac to become the hub for your British Television experience regardless of where in the world you are. Currently, Get iPlayer Automator allows you to download and watch BBC and ITV shows on your Mac. Series-Link/PVR functionality ensures you will never miss your favourite shows. Programmes are fully tagged and added to iTunes automatically upon completion. It is simple and easy to use, and runs on any machine running Mac OS X 10.7 or later. And since the shows are in iTunes, it is extremely easy to transfer them to your iPod, iPhone, or Apple TV allowing you to enjoy your shows on the go or on your television.
GNU General Public License v3.0
146 stars 26 forks source link

Feature request - remove BBC Series number from title. #269

Closed elfpet closed 4 years ago

elfpet commented 4 years ago

Unless I'm doing something silly; most BBC downloads have Series # as part of the series name.

For eg. Doctor Who: Series 11

Is it possible for get-iplayer-automator to strip this out automatically rather than me having to manually?

Thank you (and sorry if I've posted something I shouldn't have done)

skovatch commented 4 years ago

Feature enhancements are always welcome! I may not reply to every one and I may not get to them, but I always read them.

This happens because the default naming pattern is <name> - <episode> ((<modeshort>)), which expands to the full "Series x - EpisodeNumber EpisodeTitle".

We could look into having a user-defined format string, but that could be a bit more complicated than I want for the UI. You might want to try the 'Use Kodi (XBMC) naming' option, which is more compact but might be too terse for your needs.

In your case it would give you "Doctor Who.s11e0x.".

elfpet commented 4 years ago

Thanks for your reply... great utility and thanks for the work.

The file naming is fine, just in iTunes the series name (from the mp4 metadata) contains the series number. It’s not an end of the world thing, just nice to avoid.

Thank you.