Open AntonyCilleros opened 2 years ago
There's not currently a way to do this, as each type of parsed episode only exposes the "relevant" data (e.g the NoSeasonEpisodeInfo
class only exposed series name and episode number), for example here:
In retrospect each type should expose all the available data, which isn't a massive change but would probably require some refactoring - however I'm no longer actively developing the tool, so unfortunately it's unlikely to be fixed anytime soon
Hello
I have a series (Yu Yu Hakusho) named with absolute number like : "Yu Yu Hakusho - E106 - The Battle of Father and Son.mkv" and I would like to have it like that : "Yu Yu Hakusho - S04E12 - The Battle of Father and Son.mkv"
So my issue is that I can't use %(seasonnumber)02d in
filename_with_episode_no_season
because it returns me this :Is there a way to convert an "absolute number" to an "aired order" (Season+Episode) ?
Sorry if I missed something and thanks anyway for this program !